Click or drag to resize

WeightDictionaryToolsCompressNumericVector Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Compresses the numeric vector.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public static double CompressNumericVector(
	this WeightDictionaryEntry nVector,
	operation operation
)

Parameters

nVector
Type: imbNLP.Toolkit.ProcessingWeightDictionaryEntry
The n vector.
operation
Type: operation
Allowed operations: multiplication, max, min, plus

Return Value

Type: Double

[Missing <returns> documentation for "M:imbNLP.Toolkit.Processing.WeightDictionaryTools.CompressNumericVector(imbNLP.Toolkit.Processing.WeightDictionaryEntry,imbSCI.Core.enums.operation)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type WeightDictionaryEntry. 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).
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionOperation [" + operation.ToString() + "] not supported by this method. - operation
See Also