Click or drag to resize

experimentSetupExtensionsSetTC Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Sets the tc.

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static void SetTC(
	this cloudConstructorSettings constructor,
	string flag = "std"
)

Parameters

constructor
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudcloudConstructorSettings
The constructor.
flag (Optional)
Type: SystemString
The flag.

Usage Note

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