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