JODA
0.13.1 (59b41972)
JSON On-Demand Analysis
|
#include <IJSONSimilarityMeasure.h>
Public Member Functions | |
virtual double | measure (const RJDocument &lhs, const RJDocument &rhs)=0 |
A similarity measure used to compare two JSON documents with each other
|
pure virtual |
Measures the similarity between two RJDocuments.
lhs | First document to compare |
rhs | Second document to compare |
Implemented in PathJaccard, and AttributeJaccard.