Serializable, weka.core.CapabilitiesHandler, weka.core.OptionHandler, InstanceWeightsModifierFixedValuepublic abstract class AbstractRangeBasedInstanceWeightsModifier extends AbstractInstanceWeightsModifier
| Constructor | Description |
|---|---|
AbstractRangeBasedInstanceWeightsModifier() |
| Modifier and Type | Method | Description |
|---|---|---|
String[] |
getOptions() |
Gets the current settings of the filter.
|
String |
getRowIndices() |
Gets the current range selection.
|
Enumeration<weka.core.Option> |
listOptions() |
Returns an enumeration describing the available options.
|
String |
rowIndicesTipText() |
Returns the tip text for this property.
|
void |
setOptions(String[] options) |
Parses a given list of options.
|
void |
setRowIndices(String value) |
Sets which rows are to be acted on.
|
doNotCheckCapabilitiesTipText, getCapabilities, getCapabilities, getDoNotCheckCapabilities, globalInfo, modifyInstanceWeights, setDoNotCheckCapabilitiesdetermineOutputFormatpublic AbstractRangeBasedInstanceWeightsModifier()
public Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractInstanceWeightsModifierpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractInstanceWeightsModifieroptions - 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 AbstractInstanceWeightsModifierpublic void setRowIndices(String value)
value - a string representing the list of rows. Since the string
will typically come from a user, rows are indexed from1. public String getRowIndices()
public String rowIndicesTipText()
Copyright © 2018 University of Waikato, Hamilton, NZ. All Rights Reserved.