public interface CBRResult
CBRResult
instance represents a single result from a content-based retrieval (CBR)
RMSearch.contentBasedRetrieval
search operation.
Each CBRResult
instance contains a ResultRow
and CBR score.Modifier and Type | Method and Description |
---|---|
ResultRow |
getResultRow()
Returns the
ResultRow for this result. |
double |
getScore()
Returns the CBR score for this result.
|
© Copyright IBM Corp. 2010, 2013. All Rights Reserved.