Uses of Class
adams.data.spreadsheet.SpreadSheetUnorderedColumnRange
-
Packages that use SpreadSheetUnorderedColumnRange Package Description adams.data.conversion adams.data.spreadsheet adams.flow.transformer adams.gui.goe weka.classifiers.functions -
-
Uses of SpreadSheetUnorderedColumnRange in adams.data.conversion
Fields in adams.data.conversion declared as SpreadSheetUnorderedColumnRange Modifier and Type Field Description protected SpreadSheetUnorderedColumnRange
SpreadSheetJoinColumns. m_Columns
the columns to merge.Methods in adams.data.conversion that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description SpreadSheetUnorderedColumnRange
SpreadSheetJoinColumns. getColumns()
Returns the range of columns to merge.Methods in adams.data.conversion with parameters of type SpreadSheetUnorderedColumnRange Modifier and Type Method Description void
SpreadSheetJoinColumns. setColumns(SpreadSheetUnorderedColumnRange value)
Sets the range of columns to merge. -
Uses of SpreadSheetUnorderedColumnRange in adams.data.spreadsheet
Methods in adams.data.spreadsheet that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description SpreadSheetUnorderedColumnRange
SpreadSheetUnorderedColumnRange. getClone()
Returns a clone of the object. -
Uses of SpreadSheetUnorderedColumnRange in adams.flow.transformer
Fields in adams.flow.transformer declared as SpreadSheetUnorderedColumnRange Modifier and Type Field Description protected SpreadSheetUnorderedColumnRange
WekaSpreadSheetToPredictions. m_ClassDistribution
the columns with the class distributions.protected SpreadSheetUnorderedColumnRange
SpreadSheetReorderColumns. m_Order
the new order of the columns.Methods in adams.flow.transformer that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description SpreadSheetUnorderedColumnRange
WekaSpreadSheetToPredictions. getClassDistribution()
Returns the columns with the class distribution (nominal class).SpreadSheetUnorderedColumnRange
SpreadSheetReorderColumns. getOrder()
Returns the regular expression for the column names of columns to anonymize.Methods in adams.flow.transformer with parameters of type SpreadSheetUnorderedColumnRange Modifier and Type Method Description void
WekaSpreadSheetToPredictions. setClassDistribution(SpreadSheetUnorderedColumnRange value)
Sets the columns with the class distribution (nominal class).void
SpreadSheetReorderColumns. setOrder(SpreadSheetUnorderedColumnRange value)
Sets the regular expression for the column names of columns to anonymize. -
Uses of SpreadSheetUnorderedColumnRange in adams.gui.goe
Methods in adams.gui.goe that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description protected SpreadSheetUnorderedColumnRange
SpreadSheetUnorderedColumnRangeEditor. parse(String s)
Parses the given string and returns the generated object. -
Uses of SpreadSheetUnorderedColumnRange in weka.classifiers.functions
Fields in weka.classifiers.functions declared as SpreadSheetUnorderedColumnRange Modifier and Type Field Description protected SpreadSheetUnorderedColumnRange
FromPredictions. m_ClassDistribution
the class distribution columns (if any).Methods in weka.classifiers.functions that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description SpreadSheetUnorderedColumnRange
FromPredictions. getClassDistribution()
Returns the class distribution columns.Methods in weka.classifiers.functions with parameters of type SpreadSheetUnorderedColumnRange Modifier and Type Method Description void
FromPredictions. setClassDistribution(SpreadSheetUnorderedColumnRange value)
Sets the class distribution columns.
-