Click or drag to resize

ReportGeneratorsMakeTable Method (WeightDictionary, String, String, ListString, Int32)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Makes ranked weight table

Namespace:  imbNLP.Toolkit.Reporting
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public static DataTable MakeTable(
	this WeightDictionary terms,
	string name,
	string description,
	List<string> dimension = null,
	int limit = 1000
)

Parameters

terms
Type: imbNLP.Toolkit.ProcessingWeightDictionary
The terms.
name
Type: SystemString
The name.
description
Type: SystemString
The description.
dimension (Optional)
Type: System.Collections.GenericListString
Custom names of dimensions - for case of vector collection
limit (Optional)
Type: SystemInt32
The limit.

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Processing.WeightDictionary,System.String,System.String,System.Collections.Generic.List{System.String},System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WeightDictionary. 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