public interface IDataset<I extends IInstance>
extends java.util.List<I>
| Modifier and Type | Method and Description |
|---|---|
IDataset<I> |
createEmpty()
Creates an empty copy with the same attribute types as this IDataset.
|
java.util.List<IAttributeType<?>> |
getAttributeTypes()
Returns the list of attribute types.
|
int |
getNumberOfAttributes()
Getter for the number of attributes (excluding target attribute).
|
IAttributeType<?> |
getTargetType() |
<T> IAttributeType<T> |
getTargetType(java.lang.Class<T> clazz)
Returns the attribute type of the target attribute.
|
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<T> IAttributeType<T> getTargetType(java.lang.Class<T> clazz)
IAttributeType<?> getTargetType()
java.util.List<IAttributeType<?>> getAttributeTypes()
int getNumberOfAttributes()