|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.mit.nlp.segmenter.SegResult
public class SegResult
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 |
---|
public SegResult(int[] response, int[] key, double p_ll)
public SegResult()
Method Detail |
---|
public static SegResult getAvgResult(SegResult[] results)
public static SegResult getAvgResult(SegResult[] results, int test_index)
public String toString()
toString
in class Object
public static void printResults(PrintStream out, SegResult[] results, double[] priors)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |