Package ai.libs.jaicore.ml.core.dataset.attribute
This package contains data structures for representing attributes of a dataset's instance.
-
Interface Summary Interface Description IAttributeType<D> Wrapper interface for attribute types.IAttributeValue<D> A general interface for attribute values. -
Class Summary Class Description AAttributeValue<D> An abstract class for attribute values implementing basic functionality to store its value as well as getter and setters.