org.android.activityminer.pmml.model.transformation
Class LinearNorm

Package class diagram package LinearNorm
java.lang.Object
  extended by org.android.activityminer.pmml.model.transformation.LinearNorm

public class LinearNorm
extends Object

The linear normalization representation (without extensions)


Field Summary
private  double norm
          The normalized value.
private  double orig
          The original value.
 
Constructor Summary
LinearNorm()
           
 
Method Summary
 double getNorm()
          Getter for the norm
 double getOrig()
          Getter for the orig
 void setNorm(double norm)
          Setter for the norm
 void setOrig(double orig)
          Setter for the orig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

orig

private double orig
The original value.


norm

private double norm
The normalized value.

Constructor Detail

LinearNorm

public LinearNorm()
Method Detail

getOrig

public double getOrig()
Getter for the orig

Returns:
the orig

setOrig

public void setOrig(double orig)
Setter for the orig

Parameters:
orig - the orig to set

getNorm

public double getNorm()
Getter for the norm

Returns:
the norm

setNorm

public void setNorm(double norm)
Setter for the norm

Parameters:
norm - the norm to set