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 WekaAttributeRangeFastICA. m_AttributeRangethe range of attributes to work.protected WekaAttributeRangePCA. m_AttributeRangethe range of attributes to work.protected WekaAttributeRangePLS. m_AttributeRangethe range of attributes to work.Methods in adams.data.instancesanalysis that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRangeFastICA. getAttributeRange()Returns the attribute range parameter.WekaAttributeRangePCA. getAttributeRange()Returns the attribute range parameter.WekaAttributeRangePLS. getAttributeRange()Returns the attribute range parameter.Methods in adams.data.instancesanalysis with parameters of type WekaAttributeRange Modifier and Type Method Description voidFastICA. setAttributeRange(WekaAttributeRange value)Sets the attribute range parameter.voidPCA. setAttributeRange(WekaAttributeRange value)Sets the attribute range parameter.voidPLS. 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 WekaAttributeRangeWekaAttributeRange. 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 WekaAttributeRangeWekaAttributeSummary. m_Rangethe attribute to visualize.Methods in adams.flow.sink that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRangeWekaAttributeSummary. getRange()Returns the range of attributes to visualize.Methods in adams.flow.sink with parameters of type WekaAttributeRange Modifier and Type Method Description voidWekaAttributeSummary. 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 WekaAttributeRangeAbstractWekaPredictionsTransformer. m_TestAttributesthe additional attributes from the test data to add to the output.Methods in adams.flow.transformer that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRangeAbstractWekaPredictionsTransformer. 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 voidAbstractWekaPredictionsTransformer. 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 WekaAttributeRangeWekaAttributeRangeEditor. 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 WekaAttributeRangeInputSmearing. m_AttributeRangethe range of the attributes to work on.protected WekaAttributeRangeAnyToString. m_Rangethe attribute range to process.protected WekaAttributeRangeStringToDate. m_Rangethe attribute range to process.Methods in weka.filters.unsupervised.attribute that return WekaAttributeRange Modifier and Type Method Description WekaAttributeRangeInputSmearing. getAttributeRange()Returns the 1-based range of the attributes to work on.WekaAttributeRangeAnyToString. getRange()Returns the attribute range to use.WekaAttributeRangeStringToDate. 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 voidInputSmearing. setAttributeRange(WekaAttributeRange value)Sets the range (1-based) of the attributes to work on.voidAnyToString. setRange(WekaAttributeRange value)Sets the attribute range to use.voidStringToDate. 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 WekaAttributeRangeAbstractRangeBasedSelectionProcessor. m_Rangethe range of attributes to work on.Methods in weka.filters.unsupervised.instance.multirowprocessor.processor that return WekaAttributeRange Modifier and Type Method Description protected WekaAttributeRangeAbstractRangeBasedSelectionProcessor. getDefaultRange()Returns the default range.WekaAttributeRangeAbstractRangeBasedSelectionProcessor. 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 voidAbstractRangeBasedSelectionProcessor. setRange(WekaAttributeRange value)Sets the attribute range to work on.
-