SerializableAbstractInstanceWeightsModifier, AbstractRangeBasedInstanceWeightsModifier, FixedValue, FromAttribute, FromFile, PassThroughpublic interface InstanceWeightsModifier extends Serializable
| Modifier and Type | Method | Description |
|---|---|---|
weka.core.Instances |
determineOutputFormat(weka.core.Instances inputFormat) |
Returns the new output format.
|
weka.core.Instances |
modifyInstanceWeights(weka.core.Instances data) |
Modifies the instance weights.
|
weka.core.Instances determineOutputFormat(weka.core.Instances inputFormat)
throws Exception
inputFormat - the input format, before applying the weightsException - if determination failsCopyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.