| Interface | Description |
|---|---|
| InstanceWeightsModifier |
Interface for algorithms that modify instance weights.
|
| Class | Description |
|---|---|
| AbstractInstanceWeightsModifier |
Ancestor for instance weights modifiers.
|
| AbstractRangeBasedInstanceWeightsModifier |
Ancestor for modifiers that work on a range of rows.
|
| FixedValue |
Uses a user-supplied instance weight on all the instances in the defined range.
|
| FromAttribute |
Uses the values from a numeric attribute as instance weights.
|
| FromFile |
Uses the weights stored in a file (one weight per line).
|
| PassThrough |
Dummy modifier, doesn't change the weights.
|
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.