Click or drag to resize
Accord.NET (logo)

ProportionalHazardsDecide Method

Overload List
  NameDescription
Public methodDecide(TInput)
Computes a class-label decision for a given input.
(Inherited from BinaryScoreClassifierBaseTInput.)
Public methodDecide(TInput)
Computes class-label decisions for a given set of input vectors.
(Inherited from ClassifierBaseTInput, TClasses.)
Public methodDecide(Double)
Computes class-label decisions for each vector in the given input.
Public methodDecide(Double)
Computes class-label decisions for each vector in the given input.
Public methodDecide(TInput, Boolean)
Computes class-label decisions for the given input.
(Inherited from BinaryClassifierBaseTInput.)
Public methodDecide(TInput, Boolean)
Computes a class-label decision for a given input.
(Inherited from BinaryScoreClassifierBaseTInput.)
Public methodDecide(Double, Double)
Computes class-label decisions for each vector in the given input.
Public methodDecide(Double, Double)
Computes class-label decisions for each vector in the given input.
Top
See Also