|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.pawjaw.classification.crf.lmcbt.CRFValidator
public class CRFValidator
Field Summary | |
---|---|
java.util.List<java.lang.Double> |
accuracies
|
java.util.List<java.lang.Integer> |
boosting_iterations
|
Constructor Summary | |
---|---|
CRFValidator(Configuration c,
java.util.List<Point[]> pointss,
java.util.List<int[]> true_labelss)
|
Method Summary | |
---|---|
void |
run(int cross_validation_passes,
double training_percent)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.util.List<java.lang.Double> accuracies
public java.util.List<java.lang.Integer> boosting_iterations
Constructor Detail |
---|
public CRFValidator(Configuration c, java.util.List<Point[]> pointss, java.util.List<int[]> true_labelss)
Method Detail |
---|
public void run(int cross_validation_passes, double training_percent)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |