| Package | Description |
|---|---|
| weka.filters.unsupervised.instance | |
| weka.filters.unsupervised.instance.instanceweightsmodifiers |
| Modifier and Type | Method | Description |
|---|---|---|
InstanceWeightsModifier |
ModifyInstanceWeights.getModifier() |
Gets the current weights modifier.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ModifyInstanceWeights.setModifier(InstanceWeightsModifier value) |
Sets the weights modifier to use.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractInstanceWeightsModifier |
Ancestor for instance weights modifiers.
|
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.