Uses of Class
org.tribuo.impl.ModelDataCarrier
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides implementations of base classes and interfaces from
org.tribuo
.Provides core classes for working with sequences of
Example
s.-
Uses of ModelDataCarrier in org.tribuo
Modifier and TypeMethodDescriptionprotected ModelDataCarrier<T>
Model.createDataCarrier()
Constructs the data carrier for serialization. -
Uses of ModelDataCarrier in org.tribuo.impl
Modifier and TypeMethodDescriptionstatic ModelDataCarrier<?>
ModelDataCarrier.deserialize
(org.tribuo.protos.core.ModelDataProto proto) Deserializes aModelDataProto
into aModelDataCarrier
. -
Uses of ModelDataCarrier in org.tribuo.sequence
Modifier and TypeMethodDescriptionprotected ModelDataCarrier<T>
SequenceModel.createDataCarrier()
Constructs the data carrier for serialization.