![]() |
BaseHiddenMarkovClassifier< TModel, TDistribution, TObservation> . Decide Method |
Name | Description | |
---|---|---|
![]() | Decide(TInput[]) |
Computes class-label decisions for a given set of input vectors.
(Inherited from ClassifierBase<TInput, TClasses>.) |
![]() | Decide(TObservation[]) |
Computes a class-label decision for a given input.
(Overrides MulticlassScoreClassifierBase<TInput>.Decide(TInput).) |
![]() | Decide(TInput[],TClasses[]) |
Computes a class-label decision for a given input.
(Inherited from ClassifierBase<TInput, TClasses>.) |
![]() | Decide(TInput,Boolean[]) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase<TInput>.) |
![]() | Decide(TInput,Double[]) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase<TInput>.) |
![]() | Decide(TInput,Int32[]) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase<TInput>.) |
![]() | Decide(TInput[],Double[]) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase<TInput>.) |