SimilMeasureHungarian class, available in: Global contextEvaluates morphological dissimilarity using the 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_fixedZaxis0 .. 1 (false/true)
default=0
Fix 'z' (vertical) axis?
float simil_neuro0 .. 100
default=0.1
Weight of neurons count
float simil_partdeg0 .. 100
default=1.0
Weight of parts' degree
float simil_partgeom0 .. 100
default=0.0
Weight of parts' geometric distances
float simil_parts0 .. 100
default=0.0
Weight of parts countDiffering number of parts is also handled by the 'part degree' similarity component.
int simil_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