Skip to main content

%DeepSee.PMML.Utils.Math

class %DeepSee.PMML.Utils.Math

This class groups a number of simple mathematical functions used by other PMML code.

Method Inventory

Methods

classmethod Binomial(pN As %Integer, pK As %Integer) as %Double
classmethod CastInteger(pNumber As %Double, pMode As %String(VALUELIST=",ceil,floor,round")) as %Integer
classmethod Ceil(pNumber As %Double) as %Integer
classmethod Factorial(pN As %Integer) as %Integer
classmethod Floor(pNumber As %Double) as %Integer
classmethod Rint(pNumber As %Double) as %Integer
classmethod Round(pNumber As %Double) as %Integer
FeedbackOpens in a new tab