source: branches/ralph/src/main/java/de/ugoe/cs/autoquest/tasktrees/alignment/algorithms/FengDoolittle.java @ 1572

Last change on this file since 1572 was 1572, checked in by rkrimmel, 10 years ago

Added parts of the PAL library, implemented UPGMA Algoritm for Feng Doolittle guide tree

File size: 253 bytes
Line 
1package de.ugoe.cs.autoquest.tasktrees.alignment.algorithms;
2
3import de.ugoe.cs.autoquest.tasktrees.alignment.matrix.TriangleMatrix;
4
5public class FengDoolittle {
6
7        private TriangleMatrix scoreDistance;
8       
9       
10       
11        public FengDoolittle() {
12               
13       
14               
15               
16        }
17       
18}
Note: See TracBrowser for help on using the repository browser.