weightTableSetOperations Class |
Namespace: imbSCI.DataComplex
The weightTableSetOperations type exposes the following members.
| Name | Description | |
|---|---|---|
| buildFrequencyTable |
Builds the frequency table shema
| |
| GetList | ||
| GetMatches(IWeightTable, IEnumerableIWeightTableTerm) |
Returns the matching term entries
| |
| GetMatches(IWeightTable, IEnumerableString) |
Returns the matching term entries
| |
| GetScoreAggregate | ||
| 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).
|