|   | VoronoiIteration Constructor  | 
        
         
              Initializes a new instance of k-Medoids algorithm
            
 
    Namespace: 
   Accord.MachineLearning
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
 Syntax
Syntaxpublic VoronoiIteration(
	int k
)
Public Sub New ( 
	k As Integer
)
Parameters
- k
- Type: SystemInt32
 The number of clusters to divide input data.
 See Also
See Also