 | simpleMaxVoteMachineDecide Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Just returns index of the highest score in the array
Namespace:
imbNLP.Toolkit.Classifiers
Assembly:
imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntaxpublic 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