com.rapidminer.operator.postprocessing
Class PlattParameters

java.lang.Object
  extended by com.rapidminer.operator.postprocessing.PlattParameters
All Implemented Interfaces:
java.io.Serializable

public class PlattParameters
extends java.lang.Object
implements java.io.Serializable

A convenience class that contains the parameters of a PlattScalingModel.

Author:
Martin Scholz
See Also:
Serialized Form

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

PlattParameters

public PlattParameters()

PlattParameters

public PlattParameters(double a,
                       double b)
Method Detail

getA

public double getA()

getB

public double getB()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001-2009 by Rapid-I