Uses of Annotation Type
org.tribuo.protos.ProtoSerializableField

Packages that use ProtoSerializableField
Package
Description
Provides the core interfaces and classes for using Tribuo.
  • Uses of ProtoSerializableField in org.tribuo

    Fields in org.tribuo with annotations of type ProtoSerializableField
    Modifier and Type
    Field
    Description
    protected 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).