public static class EvaluationOfEventTimeRelations.ParameterSettings extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
classifyBothDirections |
org.cleartk.ml.tksvmlight.model.CompositeKernel.ComboOperator |
comboOperator |
double |
lambda |
float |
probabilityOfKeepingANegativeExample |
String |
secondKernel |
int |
secondKernelIndex |
org.cleartk.eval.AnnotationStatistics<String> |
stats |
static List<String> |
SVM_KERNELS |
double |
svmCost |
double |
svmGamma |
String |
svmKernel |
int |
svmKernelIndex |
double |
tkWeight |
Constructor and Description |
---|
ParameterSettings(boolean classifyBothDirections,
float probabilityOfKeepingANegativeExample,
String svmKernel,
double svmCost,
double svmGamma,
String secondKernel,
org.cleartk.ml.tksvmlight.model.CompositeKernel.ComboOperator comboOperator,
double tkWeight,
double lambda) |
public boolean classifyBothDirections
public float probabilityOfKeepingANegativeExample
public String svmKernel
public int svmKernelIndex
public double svmCost
public double svmGamma
public String secondKernel
public int secondKernelIndex
public org.cleartk.ml.tksvmlight.model.CompositeKernel.ComboOperator comboOperator
public double tkWeight
public double lambda
public org.cleartk.eval.AnnotationStatistics<String> stats
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.