public class PseudoRefFMeasure extends PseudoFMeasure
symmetricPrecision| Constructor and Description |
|---|
PseudoRefFMeasure() |
| Modifier and Type | Method and Description |
|---|---|
double |
precision(AMapping predictions,
GoldStandard goldStandard)
The method calculates the pseudo reference precision of the machine learning predictions compared to a gold standard
|
double |
recall(AMapping predictions,
GoldStandard goldStandard)
The method calculates the pseudo reference recall of the machine learning predictions compared to a gold standard
|
calculate, calculategetUse1To1Mapping, isSymmetricPrecision, isUse1To1Mapping, setSymmetricPrecision, setUse1To1MappingfalseNegative, trueFalsePositive, trueNegativepublic double recall(AMapping predictions, GoldStandard goldStandard)
recall in class PseudoFMeasurepredictions - The predictions provided by a machine learning algorithmgoldStandard - It contains the gold standard (reference mapping) combined with the source and target URIspublic double precision(AMapping predictions, GoldStandard goldStandard)
precision in class PseudoFMeasurepredictions - The predictions provided by a machine learning algorithmgoldStandard - It contains the gold standard (reference mapping) combined with the source and target URIsCopyright © 2020. All rights reserved.