lcanals.tc.core
Class LinearRegressionEstimator.Information

java.lang.Object
  |
  +--lcanals.tc.core.LinearRegressionEstimator.Information
All Implemented Interfaces:
EstimatorInformation
Enclosing class:
LinearRegressionEstimator

public final class LinearRegressionEstimator.Information
extends java.lang.Object
implements EstimatorInformation

Class for internal state access


Method Summary
 float getA()
           
 float getB()
           
 float getK()
           
 float getPerformance()
           
 void setA(float a)
           
 void setB(float b)
           
 void setK(float k)
           
 void setPerformance(float performance)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPerformance

public float getPerformance()

setPerformance

public void setPerformance(float performance)

getA

public float getA()

setA

public void setA(float a)

getB

public float getB()

setB

public void setB(float b)

getK

public float getK()

setK

public void setK(float k)


Luis F. Canals. Supported by www.sourceforge.net