Uses of Class
org.forester.evoinference.matrix.distance.BasicSymmetricalDistanceMatrix
-
Packages that use BasicSymmetricalDistanceMatrix Package Description org.biojava.nbio.phylo org.forester.evoinference.distance -
-
Uses of BasicSymmetricalDistanceMatrix in org.biojava.nbio.phylo
Methods in org.biojava.nbio.phylo that return BasicSymmetricalDistanceMatrix Modifier and Type Method Description static BasicSymmetricalDistanceMatrixForesterWrapper. cloneDM(BasicSymmetricalDistanceMatrix distM)Helper function to clone a forester symmetrical DistanceMatrix.Methods in org.biojava.nbio.phylo with parameters of type BasicSymmetricalDistanceMatrix Modifier and Type Method Description static BasicSymmetricalDistanceMatrixForesterWrapper. cloneDM(BasicSymmetricalDistanceMatrix distM)Helper function to clone a forester symmetrical DistanceMatrix.static PhylogenyTreeConstructor. distanceTree(BasicSymmetricalDistanceMatrix distM, TreeConstructorType constructor) -
Uses of BasicSymmetricalDistanceMatrix in org.forester.evoinference.distance
Methods in org.forester.evoinference.distance that return BasicSymmetricalDistanceMatrix Modifier and Type Method Description static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcFractionalDissimilarities(Msa msa)static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcKimuraDistances(Msa msa)static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcKimuraDistances(Msa msa, double value_for_too_large_distance_for_kimura_formula)static BasicSymmetricalDistanceMatrixPairwiseDistanceCalculator. calcPoissonDistances(Msa msa)Methods in org.forester.evoinference.distance with parameters of type BasicSymmetricalDistanceMatrix Modifier and Type Method Description PhylogenyNeighborJoining. execute(BasicSymmetricalDistanceMatrix distance)PhylogenyNeighborJoiningF. execute(BasicSymmetricalDistanceMatrix distance)PhylogenyNeighborJoiningR. execute(BasicSymmetricalDistanceMatrix distance)voidSarray. initialize(BasicSymmetricalDistanceMatrix d)voidSset. initialize(BasicSymmetricalDistanceMatrix d)Method parameters in org.forester.evoinference.distance with type arguments of type BasicSymmetricalDistanceMatrix Modifier and Type Method Description java.util.List<Phylogeny>NeighborJoining. execute(java.util.List<BasicSymmetricalDistanceMatrix> distances_list)java.util.List<Phylogeny>NeighborJoiningF. execute(java.util.List<BasicSymmetricalDistanceMatrix> distances_list)java.util.List<Phylogeny>NeighborJoiningR. execute(java.util.List<BasicSymmetricalDistanceMatrix> distances_list)
-