SerializableAbstractAttributeWeightsModifier, AbstractRangeBasedAttributeWeightsModifier, FixedValue, FromFile, PassThroughpublic interface AttributeWeightsModifier extends Serializable
| Modifier and Type | Method | Description |
|---|---|---|
weka.core.Instances |
determineOutputFormat(weka.core.Instances inputFormat) |
Returns the new output format.
|
weka.core.Instances |
modifyAttributeWeights(weka.core.Instances data) |
Modifies the attribute 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.