com.ibm.jarm.api.query

Interface CBRResult



  • public interface CBRResult
    A 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.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      ResultRow getResultRow()
      Returns the ResultRow for this result.
      double getScore()
      Returns the CBR score for this result.
    • Method Detail

      • getResultRow

        ResultRow getResultRow()
        Returns the ResultRow for this result.
        Returns:
        an instance of ResultRow.
      • getScore

        double getScore()
        Returns the CBR score for this result.
        Returns:
        A double value.

© Copyright IBM Corp. 2010, 2013. All Rights Reserved.