Package com.groiss.ml.ds
package com.groiss.ml.ds
Data structures for machine learning component.
-
ClassDescriptionAttribute<T>Objects of this class represent the columns in a
DataSet
.A nominal attribute which is able to represent the boolean valuestrue
andfalse
.Interface representing a list of instances used for learning and/or evaluation.Attribute representing a date value.Represents a row in aDataSet
.Attribute which value can be one of a given set of values.NumericAttribute<T extends Number>Generic numeric attribute without margins.A simple container for the split result of aDataSet
into a train and a test set.