Click or drag to resize
Accord.NET (logo)

BaseHiddenMarkovClassifier< TModel, TDistribution, TObservation> . Decide Method

Overload List
  NameDescription
Public methodDecide(TInput[])
Computes class-label decisions for a given set of input vectors.
(Inherited from ClassifierBase<TInput, TClasses>.)
Public methodDecide(TObservation[])
Computes a class-label decision for a given input.
(Overrides MulticlassScoreClassifierBase<TInput>.Decide(TInput).)
Public methodDecide(TInput[],TClasses[])
Computes a class-label decision for a given input.
(Inherited from ClassifierBase<TInput, TClasses>.)
Public methodDecide(TInput,Boolean[])
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase<TInput>.)
Public methodDecide(TInput,Double[])
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase<TInput>.)
Public methodDecide(TInput,Int32[])
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase<TInput>.)
Public methodDecide(TInput[],Double[])
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase<TInput>.)
Top
See Also