|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.pmml.model.transformation.LinearNorm
public class LinearNorm
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 |
---|
private double orig
private double norm
Constructor Detail |
---|
public LinearNorm()
Method Detail |
---|
public double getOrig()
public void setOrig(double orig)
orig
- the orig to setpublic double getNorm()
public void setNorm(double norm)
norm
- the norm to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |