Home
last modified time | relevance | path

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

/dports/biology/fasttree/FastTree-2.1.10_5/
H A DFastTree-2.1.10.c719 numeric_t *selfweight; /* Saved for use in some formulas */ member
2643 NJ->selfweight = (numeric_t *)mymalloc(sizeof(numeric_t)*NJ->maxnodes); in InitNJ()
2645 NJ->selfweight[iNode] = NJ->nPos - NGaps(NJ,iNode); in InitNJ()
2691 NJ->selfweight = myfree(NJ->selfweight, sizeof(numeric_t)*NJ->maxnodes); in FreeNJ()
2874 - NJ->selfdist[join.i] * NJ->selfweight[join.i] - rawIJ * join.weight; in FastNJ()
2876 - NJ->selfdist[join.j] * NJ->selfweight[join.j] - rawIJ * join.weight; in FastNJ()
2911 NJ->selfweight[join.i < join.j ? join.i : join.j], in FastNJ()
2912 NJ->selfweight[join.i < join.j ? join.j : join.i], in FastNJ()
2962 NJ->selfweight[newnode] = selfdist.weight; in FastNJ()
7594 double bottom = (dist.weight * nActive - NJ->selfweight[iNode]); in SetOutDistance()
[all …]