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 class
SheetRange
ExtendedRange
class that also allows sheet names for specifying sheet positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetColumnRange
ExtendedRange
class that also allows column names for specifying column positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
SpreadSheetRowRange
ExtendedRange
class for SpreadSheet objects. -
Uses of AbstractDataBackedRange in adams.data.weka
Subclasses of AbstractDataBackedRange in adams.data.weka Modifier and Type Class Description class
WekaAttributeRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).class
WekaLabelRange
ExtendedRange
class that also allows attribute names for specifying attribute positions (names are case-insensitive, just like placeholders for 'first', 'second', etc).
-