Class Regression


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

      Fields 
      Modifier and Type Field Description
      protected static java.util.logging.Logger logger  
    • Constructor Summary

      Constructors 
      Constructor Description
      Regression​(InstanceList data, double regularization)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      void printParameters​(java.lang.String filename)  
      • Methods inherited from class java.lang.Object

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

      • logger

        protected static java.util.logging.Logger logger
    • Constructor Detail

      • Regression

        public Regression​(InstanceList data,
                          double regularization)
    • Method Detail

      • printParameters

        public void printParameters​(java.lang.String filename)
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception