public class ClassifierComparison extends Object
Constructor and Description |
---|
ClassifierComparison() |
Modifier and Type | Method and Description |
---|---|
static EvaluateDiscrete |
getBayraktarBaselinePerformance(edu.illinois.cs.cogcomp.lbjava.parse.Parser parser,
boolean testOnGold)
prints Bayraktar baseline performance based on only those commas whose Bayraktar patterns
have been annotated
|
static EvaluateDiscrete |
localCVal(boolean trainOnGold,
boolean testOnGold,
edu.illinois.cs.cogcomp.lbjava.parse.Parser parser,
int learningRounds,
double learningRate,
double threshold,
double thickness,
boolean testOnTrain) |
static void |
main(String[] args) |
static void |
printConstrainedClassifierPerformance(edu.illinois.cs.cogcomp.lbjava.parse.Parser parser) |
static void |
reasonForBelievingThatStructuredIsPerformingWorseDueToOverfitting(edu.illinois.cs.cogcomp.lbjava.parse.Parser parser,
boolean useGoldFeatures)
Structured's higher performance on the train set and lower performance on test set is
indicative of overfitting
|
static EvaluateDiscrete |
structuredCVal(StructuredCommaClassifier model,
edu.illinois.cs.cogcomp.lbjava.parse.Parser parser,
boolean useGoldFeatures,
boolean testOnTrain) |
public static void printConstrainedClassifierPerformance(edu.illinois.cs.cogcomp.lbjava.parse.Parser parser)
public static EvaluateDiscrete structuredCVal(StructuredCommaClassifier model, edu.illinois.cs.cogcomp.lbjava.parse.Parser parser, boolean useGoldFeatures, boolean testOnTrain) throws Exception
Exception
public static EvaluateDiscrete localCVal(boolean trainOnGold, boolean testOnGold, edu.illinois.cs.cogcomp.lbjava.parse.Parser parser, int learningRounds, double learningRate, double threshold, double thickness, boolean testOnTrain)
public static EvaluateDiscrete getBayraktarBaselinePerformance(edu.illinois.cs.cogcomp.lbjava.parse.Parser parser, boolean testOnGold)
public static void reasonForBelievingThatStructuredIsPerformingWorseDueToOverfitting(edu.illinois.cs.cogcomp.lbjava.parse.Parser parser, boolean useGoldFeatures) throws Exception
Exception
Copyright © 2017. All rights reserved.