Package com.groiss.ml.ds


package com.groiss.ml.ds
Data structures for machine learning component.
  • Class
    Description
    Objects of this class represent the columns in a DataSet.
    A nominal attribute which is able to represent the boolean values true and false.
    Interface representing a list of instances used for learning and/or evaluation.
    Attribute representing a date value.
    Represents a row in a DataSet.
    Attribute which value can be one of a given set of values.
    Generic numeric attribute without margins.
    A simple container for the split result of a DataSet into a train and a test set.