Class FeatureVectorUnitNormalizer

java.lang.Object
io.trino.plugin.ml.AbstractFeatureTransformation
io.trino.plugin.ml.FeatureVectorUnitNormalizer
All Implemented Interfaces:
FeatureTransformation, Model

public class FeatureVectorUnitNormalizer extends AbstractFeatureTransformation
Normalizes features by making every feature vector unit length.

NOTE: This is generally not a good way to normalize features, and is mainly provided as an example.

  • Constructor Details

    • FeatureVectorUnitNormalizer

      public FeatureVectorUnitNormalizer()
  • Method Details