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 SpreadSheetUnorderedColumnRangeSpreadSheetJoinColumns. m_Columnsthe columns to merge.Methods in adams.data.conversion that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description SpreadSheetUnorderedColumnRangeSpreadSheetJoinColumns. getColumns()Returns the range of columns to merge.Methods in adams.data.conversion with parameters of type SpreadSheetUnorderedColumnRange Modifier and Type Method Description voidSpreadSheetJoinColumns. 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 SpreadSheetUnorderedColumnRangeSpreadSheetUnorderedColumnRange. 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 SpreadSheetUnorderedColumnRangeWekaSpreadSheetToPredictions. m_ClassDistributionthe columns with the class distributions.protected SpreadSheetUnorderedColumnRangeSpreadSheetReorderColumns. m_Orderthe new order of the columns.Methods in adams.flow.transformer that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description SpreadSheetUnorderedColumnRangeWekaSpreadSheetToPredictions. getClassDistribution()Returns the columns with the class distribution (nominal class).SpreadSheetUnorderedColumnRangeSpreadSheetReorderColumns. 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 voidWekaSpreadSheetToPredictions. setClassDistribution(SpreadSheetUnorderedColumnRange value)Sets the columns with the class distribution (nominal class).voidSpreadSheetReorderColumns. 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 SpreadSheetUnorderedColumnRangeSpreadSheetUnorderedColumnRangeEditor. 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 SpreadSheetUnorderedColumnRangeFromPredictions. m_ClassDistributionthe class distribution columns (if any).Methods in weka.classifiers.functions that return SpreadSheetUnorderedColumnRange Modifier and Type Method Description SpreadSheetUnorderedColumnRangeFromPredictions. getClassDistribution()Returns the class distribution columns.Methods in weka.classifiers.functions with parameters of type SpreadSheetUnorderedColumnRange Modifier and Type Method Description voidFromPredictions. setClassDistribution(SpreadSheetUnorderedColumnRange value)Sets the class distribution columns.
-