edu.harvard.seas.iis.abilities.classify
Class Playground

java.lang.Object
  extended by edu.harvard.seas.iis.abilities.classify.Playground

public class Playground
extends java.lang.Object

Author:
kgajos Space for trying out random things

Constructor Summary
Playground()
           
 
Method Summary
static void checkFittsLawEvaluator()
           
static void main(java.lang.String[] args)
           
static void understandingClassifierOutput(java.io.File arffDataFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Playground

public Playground()
Method Detail

understandingClassifierOutput

public static void understandingClassifierOutput(java.io.File arffDataFile)
                                          throws java.lang.Exception
Throws:
java.lang.Exception

checkFittsLawEvaluator

public static void checkFittsLawEvaluator()

main

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