News

Parsing algebraic expressions is always a pain. If you need to compute, say, 2+4*2, the answer should be the same as (2 + (4 *2)), not ( (2 + 4) * 2) — in other words, the right answer is 10 ...
These algebraic operations transform the problem into a form that leads to an efficient implicit enumeration scheme to calculate an optimal solution. The algorithm constructs, in a finite number of ...
Statistica Sinica, Vol. 12, No. 1, A Special Issue on Bioinformatics (January 2002), pp. 241-262 (22 pages) Many clustering algorithms have been used to analyze microarray gene expression data. Given ...