Struct LogisticRegressorQualityEstimator::Scale

Nested Relationships

This struct is a nested type of Class LogisticRegressorQualityEstimator.

Struct Documentation

struct Scale

Struct that contains information for applying standard scaling.

Public Members

Array stds

Array of standard deviations of feature values. Its length will be equals as featureDims.

Array means

Array of mean of feature values. Its length will be equals as featureDims.