Home
last modified time | relevance | path

Searched refs:rightSigma (Results 1 – 2 of 2) sorted by relevance

/dports/science/simlib/simlib/fuzzy/
H A Dfuzzymf.cc369 this->rightSigma = rightRadius/3; in FuzzyGauss2()
371 twoSqrSigmaR = 2*rightSigma*rightSigma; in FuzzyGauss2()
418 rightCenter+rightSigma*3)/6; in center()
420 return (leftCenter-leftSigma*3 + vertexPosition() + rightCenter+rightSigma*3)/3; in center()
461 rightSigma = value/3; in addDefValue()
462 …twoSqrSigmaR = 2*rightSigma*rightSigma; // this variable must! be reinitialized everywhere, when … in addDefValue()
H A Dfuzzy.h422 double rightSigma; /**< A radius of the right function. */ variable