Click or drag to resize

textEvaluationevaluate Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Evaluates the specified input.

Namespace:  imbNLP.Data.evaluate
Assembly:  imbNLP.Data (in imbNLP.Data.dll) Version: 0.2.30
Syntax
C#
protected void evaluate(
	IWeightTable table,
	bool sortByFrequency = true
)

Parameters

table
Type: IWeightTable

[Missing <param name="table"/> documentation for "M:imbNLP.Data.evaluate.textEvaluation.evaluate(imbSCI.DataComplex.IWeightTable,System.Boolean)"]

sortByFrequency (Optional)
Type: SystemBoolean

[Missing <param name="sortByFrequency"/> documentation for "M:imbNLP.Data.evaluate.textEvaluation.evaluate(imbSCI.DataComplex.IWeightTable,System.Boolean)"]

See Also