|
ClassesDecide Method (Double)
|
Hyperplane decision function. Return true if distance
is higher than zero, and false otherwise.
Namespace:
Accord.Statistics
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static bool Decide(
double distance
)
Public Shared Function Decide (
distance As Double
) As Boolean
Request Example
View SourceParameters
- distance
- Type: SystemDouble
Return Value
Type:
BooleanSee Also