| Package | Description |
|---|---|
| weka.filters.unsupervised.attribute.attributeweightsmodifiers |
| Modifier and Type | Class | Description |
|---|---|---|
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.