C# Class natix.SimilaritySearch.BinQ8ORSpace

Jaccard for bit strings
Inheritance: BinQ8HammingSpace
Show file Open project: sadit/natix

Public Methods

Method Description
Dist ( object a, object b ) : double
DistMinOR ( byte a, byte b, int symlen ) : double

Method Details

Dist() public method

public Dist ( object a, object b ) : double
a object
b object
return double

DistMinOR() public static method

public static DistMinOR ( byte a, byte b, int symlen ) : double
a byte
b byte
symlen int
return double