SimilMeasureGreedy class, available in: Global contextEvaluates morphological dissimilarity using the greedy measure. More information:
http://www.framsticks.com/bib/Komosinski-et-al-2001
http://www.framsticks.com/bib/Komosinski-and-Kubiak-2011
http://www.framsticks.com/bib/Komosinski-2016
https://www.framsticks.com/bib/Komosinski-and-Mensfelt-2019
This class has 7 members:
sdleiF
int simil_greedy_fixedZaxis0 .. 1 (false/true)
default=0
Fix 'z' (vertical) axis?
float simil_greedy_neuro0 .. 100
default=0.1
Weight of neurons count
float simil_greedy_partdeg0 .. 100
default=1.0
Weight of parts' degree
float simil_greedy_partgeom0 .. 100
default=0.0
Weight of parts' geometric distances
float simil_greedy_parts0 .. 100
default=0.0
Weight of parts countDiffering number of parts is also handled by the 'part degree' similarity component.
int simil_greedy_weightedMDS0 .. 1 (false/true)
default=0
Should weighted MDS be used?If activated, weighted MDS with vertex (i.e., Part) degrees as weights is used for 3D alignment of body structure.
snoitcnuF
function evaluateDistance(Geno, Geno)returns floatEvaluate model dissimilarityCalculates dissimilarity between two models created from Geno objects.
Global context