org.wdssii.aicompetition
Class StormType.Stat

java.lang.Object
  extended by org.wdssii.aicompetition.StormType.Stat
Enclosing class:
StormType

public static class StormType.Stat
extends Object

Computes and maintains statistics


Field Summary
private  int[][] stats
           
 
Constructor Summary
StormType.Stat()
           
 
Method Summary
private  float getTSS()
          Computes True Skill Score (Hanssen/Kuipers/Peirces' skill score)
 String toString()
           
 void update(int expectedValue, int alg_stormtype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stats

private int[][] stats
Constructor Detail

StormType.Stat

public StormType.Stat()
Method Detail

update

public void update(int expectedValue,
                   int alg_stormtype)

toString

public String toString()
Overrides:
toString in class Object

getTSS

private float getTSS()
Computes True Skill Score (Hanssen/Kuipers/Peirces' skill score)