Interface | Description |
---|---|
ConceptSimilarityService | |
SimilarityMetric |
Class | Description |
---|---|
BaseSimilarityMetric | |
ConceptInfo |
we run into out of memory errors when preloading the intrinsic ic for large
concept graphs.
|
ConceptPair |
pair of concepts.
|
ConceptPairSimilarity | |
ConceptSimilarityServiceImpl |
compute concept similarity
|
IntrinsicLCHMetric |
compute intrinsic LCH as in eqn 28 from
http://dx.doi.org/10.1016/j.jbi.2011.03.013
Scale to unit interval
|
IntrinsicPathMetric |
compute Intrinsic path distance.
|
IntrinsicRadaMetric |
compute Intrinsic rada distance as in eqn 23 from
http://dx.doi.org/10.1016/j.jbi.2011.03.013.
|
JaccardMetric |
Jaccard metric as in eqn 13 from http://dx.doi.org/10.1016/j.jbi.2011.03.013
|
LCHMetric | |
LCSPath | |
LinMetric |
compute corpus-ic or intrinsic-ic based lin measure.
|
PageRankMetric | |
PathMetric | |
RadaMetric |
1 - path / (2*maxDepth)
|
SimilarityInfo |
Data structure to hold information on the lcs's, paths, and final selected
LCS for a similarity measure.
|
SokalSneathMetric |
Sokal and Sneath metric as in eqn 18 from
http://dx.doi.org/10.1016/j.jbi.2011.03.013
|
WuPalmerMetric |
Enum | Description |
---|---|
ConceptSimilarityService.SimilarityMetricEnum |
Copyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.