Uses of Annotation Interface
org.tribuo.protos.ProtoSerializableField
Package
Description
Provides the core interfaces and classes for using Tribuo.
Provides classes and infrastructure for anomaly detection problems.
Provides classes and infrastructure for multiclass classification problems.
Provides classes and infrastructure for working with clustering problems.
This package contains a Tribuo wrapper around ONNX Runtime.
Provides classes and infrastructure for working with multi-label classification problems.
-
Uses of ProtoSerializableField in org.tribuo
Modifier and TypeFieldDescriptionprotected int
SkeletalVariableInfo.count
How often the feature occurs in the dataset.protected double
RealInfo.max
The maximum observed feature value.protected double
RealInfo.mean
The feature mean.protected double
RealInfo.min
The minimum observed feature value.protected final String
SkeletalVariableInfo.name
The name of the feature.protected long
CategoricalInfo.observedCount
The count of the observed value if it's only seen a single one.protected double
CategoricalInfo.observedValue
The observed value if it's only seen a single one.protected double
RealInfo.sumSquares
The sum of the squared feature values (used to compute the variance). -
Uses of ProtoSerializableField in org.tribuo.anomaly
Modifier and TypeFieldDescriptionprotected long
AnomalyInfo.anomalyCount
The number of anomalous events observed.protected long
AnomalyInfo.expectedCount
The number of expected events observed.protected int
AnomalyInfo.unknownCount
The number of unknown events observed (i.e., those without labels). -
Uses of ProtoSerializableField in org.tribuo.classification
Modifier and TypeFieldDescriptionprotected final String
Label.label
The name of the label.protected final double
Label.score
The score of the label.protected int
LabelInfo.unknownCount
The number of unknown labels this LabelInfo has seen. -
Uses of ProtoSerializableField in org.tribuo.clustering
Modifier and TypeFieldDescriptionprotected int
ClusteringInfo.unknownCount
The number of times this object has seen the unknown cluster id. -
Uses of ProtoSerializableField in org.tribuo.interop.onnx
-
Uses of ProtoSerializableField in org.tribuo.multilabel
Modifier and TypeFieldDescriptionprotected int
MultiLabelInfo.totalCount
The total number ofMultiLabel
objects this object has seen.protected int
MultiLabelInfo.unknownCount
The number of times the unknown label has been observed.