Uses of Class
adams.data.weka.WekaAttributeRange
-
-
Uses of WekaAttributeRange in adams.data.instancesanalysis
Fields in adams.data.instancesanalysis declared as WekaAttributeRange Modifier and Type Field Description protected WekaAttributeRange
FastICA. m_AttributeRange
the range of attributes to work.protected WekaAttributeRange
PCA. m_AttributeRange
the range of attributes to work.protected WekaAttributeRange
PLS. m_AttributeRange
the range of attributes to work.Methods in adams.data.instancesanalysis that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRange
FastICA. getAttributeRange()
Returns the attribute range parameter.WekaAttributeRange
PCA. getAttributeRange()
Returns the attribute range parameter.WekaAttributeRange
PLS. getAttributeRange()
Returns the attribute range parameter.Methods in adams.data.instancesanalysis with parameters of type WekaAttributeRange Modifier and Type Method Description void
FastICA. setAttributeRange(WekaAttributeRange value)
Sets the attribute range parameter.void
PCA. setAttributeRange(WekaAttributeRange value)
Sets the attribute range parameter.void
PLS. setAttributeRange(WekaAttributeRange value)
Sets the attribute range parameter. -
Uses of WekaAttributeRange in adams.data.weka
Methods in adams.data.weka that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRange
WekaAttributeRange. getClone()
Returns a clone of the object. -
Uses of WekaAttributeRange in adams.flow.sink
Fields in adams.flow.sink declared as WekaAttributeRange Modifier and Type Field Description protected WekaAttributeRange
WekaAttributeSummary. m_Range
the attribute to visualize.Methods in adams.flow.sink that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRange
WekaAttributeSummary. getRange()
Returns the range of attributes to visualize.Methods in adams.flow.sink with parameters of type WekaAttributeRange Modifier and Type Method Description void
WekaAttributeSummary. setRange(WekaAttributeRange value)
Sets the ranges of attributes to visualize. -
Uses of WekaAttributeRange in adams.flow.transformer
Fields in adams.flow.transformer declared as WekaAttributeRange Modifier and Type Field Description protected WekaAttributeRange
AbstractWekaPredictionsTransformer. m_TestAttributes
the additional attributes from the test data to add to the output.Methods in adams.flow.transformer that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRange
AbstractWekaPredictionsTransformer. getTestAttributes()
Returns the range of attributes from the test to add to the output.Methods in adams.flow.transformer with parameters of type WekaAttributeRange Modifier and Type Method Description void
AbstractWekaPredictionsTransformer. setTestAttributes(WekaAttributeRange value)
Sets the range of attributes from the test to add to the output. -
Uses of WekaAttributeRange in adams.gui.goe
Methods in adams.gui.goe that return WekaAttributeRange Modifier and Type Method Description protected WekaAttributeRange
WekaAttributeRangeEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of WekaAttributeRange in weka.filters.unsupervised.attribute
Fields in weka.filters.unsupervised.attribute declared as WekaAttributeRange Modifier and Type Field Description protected WekaAttributeRange
InputSmearing. m_AttributeRange
the range of the attributes to work on.protected WekaAttributeRange
AnyToString. m_Range
the attribute range to process.protected WekaAttributeRange
StringToDate. m_Range
the attribute range to process.Methods in weka.filters.unsupervised.attribute that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRange
InputSmearing. getAttributeRange()
Returns the 1-based range of the attributes to work on.WekaAttributeRange
AnyToString. getRange()
Returns the attribute range to use.WekaAttributeRange
StringToDate. getRange()
Returns the first attribute range to use (regular expression on attribute names).Methods in weka.filters.unsupervised.attribute with parameters of type WekaAttributeRange Modifier and Type Method Description void
InputSmearing. setAttributeRange(WekaAttributeRange value)
Sets the range (1-based) of the attributes to work on.void
AnyToString. setRange(WekaAttributeRange value)
Sets the attribute range to use.void
StringToDate. setRange(WekaAttributeRange value)
Sets the first attribute range to use (regular expression on attribute names). -
Uses of WekaAttributeRange in weka.filters.unsupervised.instance.multirowprocessor.processor
Fields in weka.filters.unsupervised.instance.multirowprocessor.processor declared as WekaAttributeRange Modifier and Type Field Description protected WekaAttributeRange
AbstractRangeBasedSelectionProcessor. m_Range
the range of attributes to work on.Methods in weka.filters.unsupervised.instance.multirowprocessor.processor that return WekaAttributeRange Modifier and Type Method Description protected WekaAttributeRange
AbstractRangeBasedSelectionProcessor. getDefaultRange()
Returns the default range.WekaAttributeRange
AbstractRangeBasedSelectionProcessor. getRange()
Returns the attribute range to work on.Methods in weka.filters.unsupervised.instance.multirowprocessor.processor with parameters of type WekaAttributeRange Modifier and Type Method Description void
AbstractRangeBasedSelectionProcessor. setRange(WekaAttributeRange value)
Sets the attribute range to work on.
-