com.neuron.app.tonto
Class Regress

java.lang.Object
  extended by com.neuron.app.tonto.Regress

public class Regress
extends java.lang.Object


Constructor Summary
Regress(java.lang.String d)
           
 
Method Summary
 java.util.Hashtable getErrors()
           
static void main(java.lang.String[] args)
           
 void test()
           
 void testCCF(java.io.File f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Regress

public Regress(java.lang.String d)
        throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

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

test

public void test()

testCCF

public void testCCF(java.io.File f)
             throws java.lang.Throwable
Throws:
java.lang.Throwable

getErrors

public java.util.Hashtable getErrors()