Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FeatureScaler ¶
type FeatureScaler interface {
// Scale scales a design matrix.
Scale([][]float64) (Result, error)
}
FeatureScaler is the interface that wraps the basic Scale method.
func NewScaler ¶
func NewScaler(fst options.FeatureScalingTechnique) (FeatureScaler, error)
NewScaler returns a new scaler. If unsupported FeatureScalingTechnique is passed, an error is returned.
Click to show internal directories.
Click to hide internal directories.