Home
last modified time | relevance | path

Searched refs:FractionCommonKmersDist (Results 1 – 2 of 2) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/algo/cobalt/
H A Dkmercounts.hpp173 static double FractionCommonKmersDist(const CSparseKmerCounts& vect1,
330 static double FractionCommonKmersDist(const CBinaryKmerCounts& vect1,
602 ComputeDistMatrix(counts, TKmerCounts::FractionCommonKmersDist, in ComputeDistMatrix()
661 dist = TKmerCounts::FractionCommonKmersDist(counts[i], in ComputeDistLinks()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/cobalt/
H A Dkmercounts.cpp366 double CSparseKmerCounts::FractionCommonKmersDist( in FractionCommonKmersDist() function in CSparseKmerCounts
616 double CBinaryKmerCounts::FractionCommonKmersDist(const CBinaryKmerCounts& v1, in FractionCommonKmersDist() function in CBinaryKmerCounts