Package org.tribuo.impl


package org.tribuo.impl
Provides implementations of base classes and interfaces from org.tribuo.

It contains two base implementations of Example, one using primitive arrays and one using a List of Feature objects. The array implementation should be preferred for performance reasons until Feature becomes a value type. There are two subclasses of ArrayExample, one which provides an example name, and the other stores the feature indices. The latter is a performance optimisation and should not be used without proper consideration.