Click or drag to resize

experimentSetupExtensionsSetRedux Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Sets the redux.

Namespace:  imbWBI.Core.WebClassifier.experiment
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public static void SetRedux(
	this cloudMatrixSettings settings,
	string flag = "div",
	int LPF = 2
)

Parameters

settings
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudMatrixcloudMatrixSettings
The settings.
flag (Optional)
Type: SystemString
The flag.
LPF (Optional)
Type: SystemInt32
The LPF.

Usage Note

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