| 
            
              MeanShiftCompute Method (Double, Int32)
             | 
          
        
         Note: This API is now obsolete.
              Divides the input data into clusters. 
            
 
    Namespace: 
   Accord.MachineLearning
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntax[ObsoleteAttribute("Please use Learn(x) instead.")]
public int[] Compute(
	double[][] points,
	int[] weights
)<ObsoleteAttribute("Please use Learn(x) instead.")>
Public Function Compute ( 
	points As Double()(),
	weights As Integer()
) As Integer() Request Example
		View SourceParameters
- points
 - Type: SystemDouble
The data where to compute the algorithm. - weights
 - Type: SystemInt32
The weight associated with each data point. 
Return Value
Type: 
Int32
See Also