ScoredResult {rPDBapi} | R Documentation |
Constructs a scored result object typically used in search results to associate an entity ID with its score.
ScoredResult(entity_id, score)
entity_id |
A string representing the entity ID. |
score |
A numeric value representing the score associated with the entity. |
A list representing the scored result.