public interface IQualitativeMeasure
| Modifier and Type | Method and Description |
|---|---|
double |
calculate(AMapping predictions,
GoldStandard goldStandard)
The method to be implemented for calculating the accuracy of the machine learning predictions compared to a gold standard
|
double calculate(AMapping predictions, GoldStandard goldStandard)
predictions - The predictions provided by a machine learning algorithmgoldStandard - It contains the gold standard (reference mapping) combined with the source and target URIsCopyright © 2018. All rights reserved.