| Package | Description |
|---|---|
| weka.filters.unsupervised.attribute | |
| weka.filters.unsupervised.attribute.attributeweightsmodifiers |
| Modifier and Type | Method | Description |
|---|---|---|
AttributeWeightsModifier |
ModifyAttributeWeights.getModifier() |
Gets the current weights modifier.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
ModifyAttributeWeights.setModifier(AttributeWeightsModifier value) |
Sets the weights modifier to use.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractAttributeWeightsModifier |
Ancestor for attribute weights modifiers.
|
class |
AbstractRangeBasedAttributeWeightsModifier |
Ancestor for modifiers that only work on a subset of attributes.
|
class |
FixedValue |
Uses a user-supplied attribute weight on all the attributes in the defined range.
|
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.