Click or drag to resize

ReportGeneratorsMakeTable Method (FeatureSpace, FeatureVectorConstructor, String, String)

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Feature.FeatureSpace,imbNLP.Toolkit.Feature.FeatureVectorConstructor,System.String,System.String)"]

Namespace:  imbNLP.Toolkit.Reporting
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public static DataTable MakeTable(
	this FeatureSpace space,
	FeatureVectorConstructor constructor,
	string name,
	string description
)

Parameters

space
Type: imbNLP.Toolkit.FeatureFeatureSpace

[Missing <param name="space"/> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Feature.FeatureSpace,imbNLP.Toolkit.Feature.FeatureVectorConstructor,System.String,System.String)"]

constructor
Type: imbNLP.Toolkit.FeatureFeatureVectorConstructor

[Missing <param name="constructor"/> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Feature.FeatureSpace,imbNLP.Toolkit.Feature.FeatureVectorConstructor,System.String,System.String)"]

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Feature.FeatureSpace,imbNLP.Toolkit.Feature.FeatureVectorConstructor,System.String,System.String)"]

description
Type: SystemString

[Missing <param name="description"/> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Feature.FeatureSpace,imbNLP.Toolkit.Feature.FeatureVectorConstructor,System.String,System.String)"]

Return Value

Type: DataTable

[Missing <returns> documentation for "M:imbNLP.Toolkit.Reporting.ReportGenerators.MakeTable(imbNLP.Toolkit.Feature.FeatureSpace,imbNLP.Toolkit.Feature.FeatureVectorConstructor,System.String,System.String)"]

Usage Note

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