org.wdssii.aicompetition
Class StormType

java.lang.Object
  extended by org.wdssii.aicompetition.StormType

public class StormType
extends Object

Author:
lakshman

Nested Class Summary
static class StormType.Stat
          Computes and maintains statistics
 
Constructor Summary
StormType()
           
 
Method Summary
private static int computeStormType(float[] input)
          Result of Quinlan's decision tree algorithm
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StormType

public StormType()
Method Detail

main

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

computeStormType

private static int computeStormType(float[] input)
Result of Quinlan's decision tree algorithm

Parameters:
input -
Returns:
stormtype