Serializable, weka.core.CapabilitiesHandler, weka.core.OptionHandler, AttributeWeightsModifierFixedValuepublic abstract class AbstractRangeBasedAttributeWeightsModifier extends AbstractAttributeWeightsModifier
| Constructor | Description |
|---|---|
AbstractRangeBasedAttributeWeightsModifier() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
attributeIndicesTipText() |
Returns the tip text for this property.
|
String |
getAttributeIndices() |
Gets the current range selection.
|
String[] |
getOptions() |
Gets the current settings of the filter.
|
Enumeration<weka.core.Option> |
listOptions() |
Returns an enumeration describing the available options.
|
void |
setAttributeIndices(String value) |
Sets which attributes are to be acted on.
|
void |
setOptions(String[] options) |
Parses a given list of options.
|
doNotCheckCapabilitiesTipText, getCapabilities, getCapabilities, getDoNotCheckCapabilities, globalInfo, modifyAttributeWeights, setDoNotCheckCapabilitiesdetermineOutputFormatpublic AbstractRangeBasedAttributeWeightsModifier()
public Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractAttributeWeightsModifierpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractAttributeWeightsModifieroptions - the list of options as an array of stringsException - if an option is not supportedpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractAttributeWeightsModifierpublic void setAttributeIndices(String value)
value - a string representing the list of attributes. Since the string
will typically come from a user, attributes are indexed from1. public String getAttributeIndices()
public String attributeIndicesTipText()
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.