edu.cmu.minorthird.classify.experiments
Class Evaluation.Matrix

java.lang.Object
  extended by edu.cmu.minorthird.classify.experiments.Evaluation.Matrix
Enclosing class:
Evaluation

public static class Evaluation.Matrix
extends java.lang.Object


Field Summary
 double[][] values
           
 
Constructor Summary
Evaluation.Matrix(double[][] values)
           
 
Method Summary
 double getValue(int row, int col)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

values

public double[][] values
Constructor Detail

Evaluation.Matrix

public Evaluation.Matrix(double[][] values)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getValue

public double getValue(int row,
                       int col)