Interface InstanceTransformer
-
- All Superinterfaces:
MOAObject
,Serializable
- All Known Implementing Classes:
InstanceAttributesSelector
,InstanceOutputAttributesSelector
,NoInstanceTransformation
public interface InstanceTransformer extends MOAObject
Interface for instance transformation- Author:
- João Duarte (joaomaiaduarte@gmail.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Instance
sourceInstanceToTarget(Instance sourceInstance)
Prediction
targetPredictionToSource(Prediction targetPrediction)
-
Methods inherited from interface moa.MOAObject
copy, getDescription, measureByteSize
-
-
-
-
Method Detail
-
targetPredictionToSource
Prediction targetPredictionToSource(Prediction targetPrediction)
-
-