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