|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapidminer.operator.postprocessing.PlattParameters
public class PlattParameters
A convenience class that contains the parameters of a PlattScalingModel.
Constructor Summary | |
---|---|
PlattParameters()
|
|
PlattParameters(double a,
double b)
|
Method Summary | |
---|---|
double |
getA()
|
double |
getB()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlattParameters()
public PlattParameters(double a, double b)
Method Detail |
---|
public double getA()
public double getB()
public java.lang.String toString()
toString
in class java.lang.Object
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |