public interface VectorNormalizer extends Serializable
Modifier and Type | Method and Description |
---|---|
double[] |
normalize(double[] input)
Normalizes the input array in some fashion specified by the class.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.