edu.mit.nlp.segmenter
Class SegEval

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

public class SegEval
extends Object


Constructor Summary
SegEval()
           
 
Method Summary
static int[] getZHat(int[] my_seg_points, int[] zstar)
           
static int[] getZStar(int[] tru_seg_points)
           
static void main(String[] argv)
           
static double pkEval(int[] my_seg_points, int[] zstar)
           
static double wdEval(int[] my_seg_points, int[] zstar)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SegEval

public SegEval()
Method Detail

pkEval

public static double pkEval(int[] my_seg_points,
                            int[] zstar)

wdEval

public static double wdEval(int[] my_seg_points,
                            int[] zstar)

getZStar

public static int[] getZStar(int[] tru_seg_points)

getZHat

public static int[] getZHat(int[] my_seg_points,
                            int[] zstar)

main

public static void main(String[] argv)


Copyright © 2008 MIT. All Rights Reserved.