public class PseudoRefRecall extends PseudoRecall
symmetricPrecision| Constructor and Description |
|---|
PseudoRefRecall() |
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(AMapping predictions,
GoldStandard goldStandard)
The method calculates the pseudo reference Recall of the machine learning predictions compared to a gold standard for beta = 1 .
|
getUse1To1Mapping, isSymmetricPrecision, isUse1To1Mapping, setSymmetricPrecision, setUse1To1MappingfalseNegative, trueFalsePositive, trueNegativepublic double calculate(AMapping predictions, GoldStandard goldStandard)
calculate in interface IQualitativeMeasurecalculate in class PseudoRecallpredictions - The predictions provided by a machine learning algorithm.goldStandard - It contains the gold standard (reference mapping) combined with the source and target URIs.Copyright © 2020. All rights reserved.