public class BimetricScoreResult extends Object
| Modifier and Type | Field and Description |
|---|---|
EnrichedScoreData |
EnrichedRCSScoreData
Detailed information/evidence about the
ReverseCompatibilityScore |
EnrichedScoreData |
EnrichedScoreData
Detailed information/evidence about the
WeightedScore |
String |
Id
The document id of the result
|
int |
ReverseCompatibilityScore
An integer score from 0-100 which represents how well the target document matched to the source document.
|
int |
SovScore
An integer score representing the overall fit of the match.
|
int |
WeightedScore
An integer score from 0-100 representing how well the current document matched the source document.
|
| Constructor and Description |
|---|
BimetricScoreResult() |
public String Id
public int SovScore
WeightedScore and the ReverseCompatibilityScore
into one overall score. Results are sorted by this parameter in descending order.public int WeightedScore
See also:
public int ReverseCompatibilityScore
WeightedScore if you ran the match/score with the source and
target documents swapped. A score of 100 means that all of the data points in the target document were found
in the source document, but the source document may have had many extra data points.public EnrichedScoreData EnrichedScoreData
WeightedScorepublic EnrichedScoreData EnrichedRCSScoreData
ReverseCompatibilityScoreCopyright © 2023. All rights reserved.