Uses of Class
adams.core.AbstractDataBackedRange
-
Packages that use AbstractDataBackedRange Package Description adams.core adams.data.spreadsheet adams.data.weka -
-
Uses of AbstractDataBackedRange in adams.core
Methods in adams.core that return AbstractDataBackedRange Modifier and Type Method Description AbstractDataBackedRange<T>AbstractDataBackedRange. getClone()Returns a clone of the object. -
Uses of AbstractDataBackedRange in adams.data.spreadsheet
Subclasses of AbstractDataBackedRange in adams.data.spreadsheet Modifier and Type Class Description classSheetRangeExtendedRangeclass that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetColumnRangeExtendedRangeclass that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classSpreadSheetRowRangeExtendedRangeclass for SpreadSheet objects. -
Uses of AbstractDataBackedRange in adams.data.weka
Subclasses of AbstractDataBackedRange in adams.data.weka Modifier and Type Class Description classWekaAttributeRangeExtendedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).classWekaLabelRangeExtendedRangeclass that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
-