Click or drag to resize

simpleMaxVoteMachineDecide Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Just returns index of the highest score in the array

Namespace:  imbWBI.Core.WebClassifier.wlfClassifier
Assembly:  imbWBI.Core (in imbWBI.Core.dll) Version: 1.0.30
Syntax
C#
public int Decide(
	double[] scores
)

Parameters

scores
Type: SystemDouble
The scores.

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbWBI.Core.WebClassifier.wlfClassifier.simpleMaxVoteMachine.Decide(System.Double[])"]

See Also