public interface AttributeTransformer
Modifier and Type | Method and Description |
---|---|
Instance |
convertInstance(Instance instance)
Transforms an instance in the format of the original data to the
transformed space
|
Instances |
transformedData(Instances data)
Transform the supplied data set (assumed to be the same format
as the training data)
|
Instances |
transformedHeader()
Returns just the header for the transformed data (ie.
|
Instances transformedHeader() throws Exception
Exception
- if the header of the transformed data can't
be determined.Instances transformedData(Instances data) throws Exception
Exception
- if the attribute could not be evaluatedCopyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.