Class Regression


  • public class Regression
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Regression()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getMessage()  
      double[] regress​(double[][] inputs, double[] outputs)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Regression

        public Regression()
    • Method Detail

      • regress

        public double[] regress​(double[][] inputs,
                                double[] outputs)
      • getMessage

        public java.lang.String getMessage()