cascading.pattern.model.generalregression.normalization
Class SoftMaxNormalization

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

public class SoftMaxNormalization
extends Normalization

See Also:
Serialized Form

Field Summary
 
Fields inherited from class cascading.pattern.model.generalregression.normalization.Normalization
NONE
 
Constructor Summary
SoftMaxNormalization()
           
 
Method Summary
 double[] normalize(double[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftMaxNormalization

public SoftMaxNormalization()
Method Detail

normalize

public double[] normalize(double[] values)
Specified by:
normalize in class Normalization


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