weightTableSetOperationsGetScoreForMatch Method |
| Name | Description | |
|---|---|---|
| GetScoreForMatch(IWeightTable, IEnumerableIWeightTableTerm, termTableColumns, dataPointAggregationType) |
Queries table for specified terms and return aggregated score. The score source is specified by tf_idf (only numeric columns are supported).
| |
| GetScoreForMatch(IWeightTable, IEnumerableString, termTableColumns, dataPointAggregationType) |
Queries table for specified terms and return aggregated score. The score source is specified by tf_idf (only numeric columns are supported).
|