Uses of Annotation Interface
org.tribuo.protos.ProtoSerializableField
Packages that use 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
Fields in org.tribuo with annotations of type ProtoSerializableFieldModifier and TypeFieldDescriptionprotected intSkeletalVariableInfo.countHow often the feature occurs in the dataset.protected doubleRealInfo.maxThe maximum observed feature value.protected doubleRealInfo.meanThe feature mean.protected doubleRealInfo.minThe minimum observed feature value.protected final StringSkeletalVariableInfo.nameThe name of the feature.protected longCategoricalInfo.observedCountThe count of the observed value if it's only seen a single one.protected doubleCategoricalInfo.observedValueThe observed value if it's only seen a single one.protected doubleRealInfo.sumSquaresThe sum of the squared feature values (used to compute the variance). -
Uses of ProtoSerializableField in org.tribuo.anomaly
Fields in org.tribuo.anomaly with annotations of type ProtoSerializableFieldModifier and TypeFieldDescriptionprotected longAnomalyInfo.anomalyCountThe number of anomalous events observed.protected longAnomalyInfo.expectedCountThe number of expected events observed.protected intAnomalyInfo.unknownCountThe number of unknown events observed (i.e., those without labels). -
Uses of ProtoSerializableField in org.tribuo.classification
Fields in org.tribuo.classification with annotations of type ProtoSerializableFieldModifier and TypeFieldDescriptionprotected final StringLabel.labelThe name of the label.protected final doubleLabel.scoreThe score of the label.protected intLabelInfo.unknownCountThe number of unknown labels this LabelInfo has seen. -
Uses of ProtoSerializableField in org.tribuo.clustering
Fields in org.tribuo.clustering with annotations of type ProtoSerializableFieldModifier and TypeFieldDescriptionprotected intClusteringInfo.unknownCountThe number of times this object has seen the unknown cluster id. -
Uses of ProtoSerializableField in org.tribuo.interop.onnx
Fields in org.tribuo.interop.onnx with annotations of type ProtoSerializableField -
Uses of ProtoSerializableField in org.tribuo.multilabel
Fields in org.tribuo.multilabel with annotations of type ProtoSerializableFieldModifier and TypeFieldDescriptionprotected intMultiLabelInfo.totalCountThe total number ofMultiLabelobjects this object has seen.protected intMultiLabelInfo.unknownCountThe number of times the unknown label has been observed.