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:  imbNLP.Toolkit.Classifiers
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public int Decide(
	double[] scores
)

Parameters

scores
Type: SystemDouble
The scores.

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbNLP.Toolkit.Classifiers.simpleMaxVoteMachine.Decide(System.Double[])"]

See Also