Uses of Class
org.dmg.pmml.gaussian_process.Lambda
-
Packages that use Lambda Package Description org.dmg.pmml org.dmg.pmml.gaussian_process org.jpmml.model.visitors -
-
Uses of Lambda in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Lambda Modifier and Type Method Description VisitorActionVisitor. visit(Lambda lambda) -
Uses of Lambda in org.dmg.pmml.gaussian_process
Methods in org.dmg.pmml.gaussian_process that return Lambda Modifier and Type Method Description LambdaLambda. addExtensions(Extension... extensions)LambdaObjectFactory. createLambda()Create an instance ofLambdaLambdaLambda. setArray(Array array)Methods in org.dmg.pmml.gaussian_process that return types with arguments of type Lambda Modifier and Type Method Description java.util.List<Lambda>AbsoluteExponentialKernel. getLambdas()java.util.List<Lambda>ARDSquaredExponentialKernel. getLambdas()java.util.List<Lambda>GeneralizedExponentialKernel. getLambdas()Methods in org.dmg.pmml.gaussian_process with parameters of type Lambda Modifier and Type Method Description AbsoluteExponentialKernelAbsoluteExponentialKernel. addLambdas(Lambda... lambdas)ARDSquaredExponentialKernelARDSquaredExponentialKernel. addLambdas(Lambda... lambdas)GeneralizedExponentialKernelGeneralizedExponentialKernel. addLambdas(Lambda... lambdas) -
Uses of Lambda in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Lambda Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Lambda lambda)
-