Click or drag to resize
Accord.NET (logo)

ClassesDecide Method (Int32)

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(
	int label
)
Request Example View Source

Parameters

label
Type: SystemInt32

Return Value

Type: Boolean
See Also