Skip navigation links

Package org.tribuo.impl

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

See: Description

Package org.tribuo.impl Description

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.

Skip navigation links

Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.