| 
            
              JaccardTSimilarity Method 
             | 
          
        
         
              Gets a similarity measure between two points.
            
 
    Namespace: 
   Accord.Math.Distances
    Assembly:
   Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntaxpublic double Similarity(
	T[] x,
	T[] y
)
Public Function Similarity ( 
	x As T(),
	y As T()
) As Double
 Request Example
		View SourceParameters
- x
 - Type: T
The first point to be compared. - y
 - Type: T
The second point to be compared. 
Return Value
Type: 
DoubleA similarity measure between x and y.
Implements
ISimilarityT, USimilarity(T, U)
See Also