Class LinearRegressionTest

java.lang.Object
LinearRegressionTest

public class LinearRegressionTest
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    (package private) int array1Size  
    (package private) int array2Size  
    (package private) double[] x1  
    (package private) double[] x2  
    (package private) double[] y1  
    (package private) double[] y2  
  • Constructor Summary

    Constructors 
    Constructor Description
    LinearRegressionTest()  
  • Method Summary

    Modifier and Type Method Description
    void LinearRegressionAccessorMethod()  
    void LinearRegressionConstructorValid()  
    void LinearRegressionPredict()  
    void setup()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait