ScoredResult {rPDBapi}R Documentation

Create a Scored Result Object

Description

Constructs a scored result object typically used in search results to associate an entity ID with its score.

Usage

ScoredResult(entity_id, score)

Arguments

entity_id

A string representing the entity ID.

score

A numeric value representing the score associated with the entity.

Value

A list representing the scored result.


[Package rPDBapi version 1.3 Index]