Package ai.libs.jaicore.ml.core.dataset
Interface AINumericLabeledAttributeArrayDataset<I extends INumericLabeledAttributeArrayInstance<L>,L>
-
- All Superinterfaces:
AILabeledAttributeArrayDataset<I,L>,java.util.Collection<I>,IDataset<I>,java.lang.Iterable<I>
- All Known Subinterfaces:
INumericLabeledIAttributeDataset<L>
public interface AINumericLabeledAttributeArrayDataset<I extends INumericLabeledAttributeArrayInstance<L>,L> extends AILabeledAttributeArrayDataset<I,L>
-
-
Method Summary
-
Methods inherited from interface ai.libs.jaicore.ml.core.dataset.AILabeledAttributeArrayDataset
getAttributeTypes, getNumberOfAttributes, getTargetType
-
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray, toArray
-
Methods inherited from interface ai.libs.jaicore.ml.core.dataset.IDataset
createEmpty, getFrequency
-
-