Interface | Description |
---|---|
DataSet |
Interface representing a list of instances used for learning and/or evaluation.
|
Class | Description |
---|---|
Attribute<T> |
Objects of this class represent the columns in a
DataSet . |
BooleanAttribute |
A nominal attribute which is able to represent the boolean values
true and false . |
DateAttribute |
Attribute representing a date value.
|
Instance |
Represents a row in a
DataSet . |
NominalAttribute<T> |
Attribute which value can be one of a given set of values.
|
NumericAttribute<T extends Number> |
Generic numeric attribute without margins.
|
TrainTestSets |
A simple container for the split result of a
DataSet into a train and a test set. |
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.