Uses of Interface
org.tribuo.MutableOutputInfo
Packages that use MutableOutputInfo
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides core classes for working with sequences of
Examples.-
Uses of MutableOutputInfo in org.tribuo
Fields in org.tribuo declared as MutableOutputInfoModifier and TypeFieldDescriptionprotected final MutableOutputInfo<T> MutableDataset.outputMapInformation about the outputs in this dataset.Methods in org.tribuo that return MutableOutputInfoModifier and TypeMethodDescriptionOutputFactory.generateInfo()Generates the appropriateMutableOutputInfoso the output values can be tracked by aDatasetor other aggregate.OutputInfo.generateMutableOutputInfo()Generates a mutable copy of thisOutputInfo. -
Uses of MutableOutputInfo in org.tribuo.sequence
Fields in org.tribuo.sequence declared as MutableOutputInfoModifier and TypeFieldDescriptionprotected final MutableOutputInfo<T> MutableSequenceDataset.outputInfoA map from labels to IDs for the labels found in this dataset.