Changeset 1221 for framspy/FramsticksLib.py
- Timestamp:
- 04/17/23 02:36:01 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
framspy/FramsticksLib.py
r1220 r1221 151 151 """ 152 152 :param method: -1 = genetic Levenshtein distance; 0, 1, 2 = phenetic dissimilarity (SimilMeasureGreedy, SimilMeasureHungarian, SimilMeasureDistribution); -2, -3 = phenetic density distribution (count, frequency). 153 See also prepareDissimilarityCalculation().154 153 :return: A square array with dissimilarities of each pair of genotypes. 155 154 """
Note: See TracChangeset
for help on using the changeset viewer.