Uses of Annotation Type
org.tribuo.protos.ProtoSerializableField
Packages that use ProtoSerializableField
-
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).