public interface AILabeledAttributeArrayDataset<I extends ILabeledAttributeArrayInstance<L>,L> extends IDataset<I>
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IAttributeType<?>> |
getAttributeTypes()
Returns the list of attribute types.
|
int |
getNumberOfAttributes()
Getter for the number of attributes (excluding target attribute).
|
IAttributeType<L> |
getTargetType()
Returns the attribute type of the target attribute.
|
createEmptyIAttributeType<L> getTargetType()
java.util.List<IAttributeType<?>> getAttributeTypes()
int getNumberOfAttributes()