Click or drag to resize

experimentSetupExtensionsSetTW Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Sets the tw.

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static void SetTW(
	this semanticFVExtractor fve,
	string flag = "std",
	double DFC = 1.1,
	bool IDFOn = true
)

Parameters

fve
Type: imbWBI.Core.WebClassifier.wlfClassifiersemanticFVExtractor
The fve.
flag (Optional)
Type: SystemString
The flag.
DFC (Optional)
Type: SystemDouble

[Missing <param name="DFC"/> documentation for "M:imbWBI.Core.WebClassifier.experiment.experimentSetupExtensions.SetTW(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Double,System.Boolean)"]

IDFOn (Optional)
Type: SystemBoolean

[Missing <param name="IDFOn"/> documentation for "M:imbWBI.Core.WebClassifier.experiment.experimentSetupExtensions.SetTW(imbWBI.Core.WebClassifier.wlfClassifier.semanticFVExtractor,System.String,System.Double,System.Boolean)"]

Usage Note

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