Uses of Class
adams.core.AbstractDataBackedIndex
-
Packages that use AbstractDataBackedIndex Package Description adams.core adams.data.spreadsheet adams.data.weka -
-
Uses of AbstractDataBackedIndex in adams.core
Methods in adams.core that return AbstractDataBackedIndex Modifier and Type Method Description AbstractDataBackedIndex<T>AbstractDataBackedIndex. getClone()Returns a clone of the object. -
Uses of AbstractDataBackedIndex in adams.data.spreadsheet
Subclasses of AbstractDataBackedIndex in adams.data.spreadsheet Modifier and Type Class Description classSheetIndexExtendedIndexclass that can use a sheet name to determine an index of a sheet as well.classSpreadSheetColumnIndexExtendedIndexclass that can use a column name to determine an index of a column as well.classSpreadSheetRowIndexExtendedIndexclass for SpreadSheet objects. -
Uses of AbstractDataBackedIndex in adams.data.weka
Subclasses of AbstractDataBackedIndex in adams.data.weka Modifier and Type Class Description classWekaAttributeIndexExtendedIndexclass that can use an attribute name to determine an index of a attribute as well.classWekaLabelIndexExtendedIndexclass that can use a label name to determine an index of a label as well.
-