Package ai.libs.jaicore.ml.interfaces
Interface LabeledInstances<L>
-
- All Superinterfaces:
java.util.Collection<LabeledInstance<L>>,Instances<LabeledInstance<L>>,java.lang.Iterable<LabeledInstance<L>>,java.util.List<LabeledInstance<L>>
- All Known Implementing Classes:
SimpleLabeledInstancesImpl,WekaCompatibleInstancesImpl
public interface LabeledInstances<L> extends Instances<LabeledInstance<L>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<L>getOccurringLabels()-
Methods inherited from interface ai.libs.jaicore.ml.interfaces.Instances
addAllFromJson, addAllFromJson, getNumberOfColumns, getNumberOfRows, toJson
-
Methods inherited from interface java.util.List
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray
-
-
-
-
Method Detail
-
getOccurringLabels
java.util.List<L> getOccurringLabels()
-
-