DecisionTreeDecide Method |
Name | Description | |
---|---|---|
Decide(TInput) |
Computes class-label decisions for a given set of input vectors.
(Inherited from ClassifierBaseTInput, TClasses.) | |
Decide(Int32) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Double) |
Computes the tree decision for a given input.
(Overrides ClassifierBaseTInput, TClassesDecide(TInput).) | |
Decide(Int32) |
Computes the tree decision for a given input.
(Overrides MulticlassClassifierBaseDecide(Int32).) | |
Decide(NullableInt32) |
Computes the tree decision for a given input.
| |
Decide(NullableInt32) |
Computes the tree decision for a given input.
| |
Decide(TInput, TClasses) |
Computes a class-label decision for a given input.
(Inherited from ClassifierBaseTInput, TClasses.) | |
Decide(Int32, Boolean) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Int32, Double) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Int32, Int32) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Int32, Boolean) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Int32, Double) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Int32, Double) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Int32, Int32) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Int32, Int32) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Boolean) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Double) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Int32) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Boolean) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Double) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Double) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Int32) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(Single, Int32) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBase.) | |
Decide(TInput, Boolean) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decide(TInput, Double) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decide(TInput, Int32) |
Computes class-label decisions for the given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decide(TInput, Double) |
Computes a class-label decision for a given input.
(Inherited from MulticlassClassifierBaseTInput.) | |
Decide(Double, DecisionNode) |
Computes the tree decision for a given input.
| |
Decide(NullableInt32, DecisionNode) |
Computes the tree decision for a given input.
| |
Decide(NullableInt32, Int32) |
Computes the tree decision for a given input.
|