Home
last modified time | relevance | path

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

/dports/biology/mothur/mothur-1.46.1/source/
H A Dcluster.cpp60 bool Cluster::update(double& cutOFF){ in update() argument
106 …d == "average" || method == "weighted")) { if (cutOFF > dMatrix->seqVec[smallRow][i].dist) { c… in update()
140 …if (cutOFF > dMatrix->seqVec[smallCol][i].dist) { cutOFF = dMatrix->seqVec[smallCol][i].dist; } in update()
H A Dclusterclassic.cpp477 void ClusterClassic::update(double& cutOFF){ in update() argument