edu.mit.nlp.segmenter
Class SegResult

java.lang.Object
  extended by edu.mit.nlp.segmenter.SegResult

public class SegResult
extends Object


Constructor Summary
SegResult()
           
SegResult(int[] response, int[] key, double p_ll)
           
 
Method Summary
static SegResult getAvgResult(SegResult[] results)
           
static SegResult getAvgResult(SegResult[] results, int test_index)
           
static void printResults(PrintStream out, SegResult[] results, double[] priors)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SegResult

public SegResult(int[] response,
                 int[] key,
                 double p_ll)

SegResult

public SegResult()
Method Detail

getAvgResult

public static SegResult getAvgResult(SegResult[] results)

getAvgResult

public static SegResult getAvgResult(SegResult[] results,
                                     int test_index)

toString

public String toString()
Overrides:
toString in class Object

printResults

public static void printResults(PrintStream out,
                                SegResult[] results,
                                double[] priors)


Copyright © 2008 MIT. All Rights Reserved.