cascading.pattern.model.generalregression.normalization
Class Normalization

java.lang.Object
  extended by cascading.pattern.model.generalregression.normalization.Normalization
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SoftMaxNormalization

public abstract class Normalization
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static Normalization NONE
           
 
Constructor Summary
Normalization()
           
 
Method Summary
abstract  double[] normalize(double[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final Normalization NONE
Constructor Detail

Normalization

public Normalization()
Method Detail

normalize

public abstract double[] normalize(double[] values)


Copyright © 2007-2015 Concurrent, Inc. All Rights Reserved.