edu.udo.cs.yale.operator.postprocessing
Class PlattParameters
java.lang.Object
edu.udo.cs.yale.operator.postprocessing.PlattParameters
public class PlattParameters
- extends java.lang.Object
A convenience class that contains the parameters of a PlattScalingModel.
- Version:
- $Id: PlattParameters.java,v 1.3 2006/08/03 14:39:31 ingomierswa Exp $
- Author:
- Martin Scholz
Field Summary |
(package private) double |
a
|
(package private) double |
b
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
a
double a
b
double b
PlattParameters
public PlattParameters()
PlattParameters
public PlattParameters(double a,
double b)
getA
public double getA()
getB
public double getB()
readParameters
void readParameters(java.io.ObjectInputStream in)
throws java.io.IOException
- Throws:
java.io.IOException
writeParameters
void writeParameters(java.io.ObjectOutputStream out)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2001-2006