Click or drag to resize

weightTableSetOperationsGetScoreAggregate Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static double GetScoreAggregate(
	this IEnumerable<IWeightTableTerm> terms,
	IWeightTable table,
	termTableColumns scoreToUse = termTableColumns.tf_idf,
	dataPointAggregationType aggregation = dataPointAggregationType.sum
)
Request Example View Source

Parameters

terms
Type: System.Collections.GenericIEnumerableIWeightTableTerm
table
Type: imbSCI.DataComplexIWeightTable
scoreToUse (Optional)
Type: imbSCI.DataComplextermTableColumns
aggregation (Optional)
Type: imbSCI.Core.math.aggregationdataPointAggregationType

Return Value

Type: Double

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableIWeightTableTerm. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also