phylonet.coalescent
Class DemocraticVoteInference

java.lang.Object
  extended by phylonet.coalescent.DemocraticVoteInference

public class DemocraticVoteInference
extends java.lang.Object

This class uses democratic vote to infer the species tree from gene trees

Author:
Yun Yu

Constructor Summary
DemocraticVoteInference()
           
 
Method Summary
 long getFrequency()
           
 java.util.List<Tree> inferSpeciesTree(java.util.List<Tree> trees)
           
static void main(java.lang.String[] args)
           
static void setPrinting(boolean print)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DemocraticVoteInference

public DemocraticVoteInference()
Method Detail

main

public static void main(java.lang.String[] args)

getFrequency

public long getFrequency()

setPrinting

public static void setPrinting(boolean print)

inferSpeciesTree

public java.util.List<Tree> inferSpeciesTree(java.util.List<Tree> trees)