|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Model.PredictionProperties | |
---|---|
edu.columbia.cs.ref.algorithm.evaluation.measure | |
edu.columbia.cs.ref.algorithm.evaluation.measure.impl | |
edu.columbia.cs.ref.model.re |
Uses of Model.PredictionProperties in edu.columbia.cs.ref.algorithm.evaluation.measure |
---|
Method parameters in edu.columbia.cs.ref.algorithm.evaluation.measure with type arguments of type Model.PredictionProperties | |
---|---|
double |
Measure.getValue(java.util.Map<OperableStructure,java.util.Set<java.lang.String>> labels,
java.util.Map<OperableStructure,java.util.Map<Model.PredictionProperties,java.lang.Object>> properties)
Obtains the value of the metric |
Uses of Model.PredictionProperties in edu.columbia.cs.ref.algorithm.evaluation.measure.impl |
---|
Method parameters in edu.columbia.cs.ref.algorithm.evaluation.measure.impl with type arguments of type Model.PredictionProperties | |
---|---|
double |
Recall.getValue(java.util.Map<OperableStructure,java.util.Set<java.lang.String>> labels,
java.util.Map<OperableStructure,java.util.Map<Model.PredictionProperties,java.lang.Object>> properties)
|
double |
FMeasure.getValue(java.util.Map<OperableStructure,java.util.Set<java.lang.String>> labels,
java.util.Map<OperableStructure,java.util.Map<Model.PredictionProperties,java.lang.Object>> properties)
|
double |
Precision.getValue(java.util.Map<OperableStructure,java.util.Set<java.lang.String>> labels,
java.util.Map<OperableStructure,java.util.Map<Model.PredictionProperties,java.lang.Object>> properties)
|
double |
NumberOfTruePositives.getValue(java.util.Map<OperableStructure,java.util.Set<java.lang.String>> labels,
java.util.Map<OperableStructure,java.util.Map<Model.PredictionProperties,java.lang.Object>> properties)
|
double |
NumberOfExpectedPositiveAnswers.getValue(java.util.Map<OperableStructure,java.util.Set<java.lang.String>> labels,
java.util.Map<OperableStructure,java.util.Map<Model.PredictionProperties,java.lang.Object>> properties)
|
double |
NumberOfPositiveAnswers.getValue(java.util.Map<OperableStructure,java.util.Set<java.lang.String>> labels,
java.util.Map<OperableStructure,java.util.Map<Model.PredictionProperties,java.lang.Object>> properties)
|
Uses of Model.PredictionProperties in edu.columbia.cs.ref.model.re |
---|
Methods in edu.columbia.cs.ref.model.re that return Model.PredictionProperties | |
---|---|
static Model.PredictionProperties |
Model.PredictionProperties.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Model.PredictionProperties[] |
Model.PredictionProperties.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in edu.columbia.cs.ref.model.re that return types with arguments of type Model.PredictionProperties | |
---|---|
java.util.Map<Model.PredictionProperties,java.lang.Object> |
Model.obtainPredictionPropertyValue(OperableStructure s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |