| 
            
              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
Syntaxpublic static bool[] Decide(
	int[] values
)
Public Shared Function Decide ( 
	values As Integer()
) As Boolean()
 Request Example
		View SourceParameters
- values
 - Type: SystemInt32
 
Return Value
Type: 
Boolean
See Also