| 
            
              KMedoidsTTolerance Property 
             | 
          
        
         
              Gets or sets the relative convergence threshold
              for stopping the algorithm. Default is 1e-5.
            
 
    Namespace: 
   Accord.MachineLearning
    Assembly:
   Accord.MachineLearning (in Accord.MachineLearning.dll) Version: 3.8.0
Syntaxpublic double Tolerance { get; set; }Public Property Tolerance As Double
	Get
	Set
 Request Example
		View SourceProperty Value
Type: 
Double
See Also