| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.dmg.pmml.gaussian_process | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(GaussianProcessModel gaussianProcessModel) |
| Modifier and Type | Method and Description |
|---|---|
GaussianProcessModel |
GaussianProcessModel.addExtensions(Extension... extensions) |
GaussianProcessModel |
ObjectFactory.createGaussianProcessModel()
Create an instance of
GaussianProcessModel |
GaussianProcessModel |
GaussianProcessModel.setAbsoluteExponentialKernel(AbsoluteExponentialKernel absoluteExponentialKernel)
Sets the value of the absoluteExponentialKernel property.
|
GaussianProcessModel |
GaussianProcessModel.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
GaussianProcessModel |
GaussianProcessModel.setARDSquaredExponentialKernel(ARDSquaredExponentialKernel ardSquaredExponentialKernel)
Sets the value of the ardSquaredExponentialKernel property.
|
GaussianProcessModel |
GaussianProcessModel.setGeneralizedExponentialKernel(GeneralizedExponentialKernel generalizedExponentialKernel)
Sets the value of the generalizedExponentialKernel property.
|
GaussianProcessModel |
GaussianProcessModel.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
GaussianProcessModel |
GaussianProcessModel.setMiningFunction(MiningFunction miningFunction)
Sets the value of the miningFunction property.
|
GaussianProcessModel |
GaussianProcessModel.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
GaussianProcessModel |
GaussianProcessModel.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
GaussianProcessModel |
GaussianProcessModel.setModelName(String modelName)
Sets the value of the modelName property.
|
GaussianProcessModel |
GaussianProcessModel.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
GaussianProcessModel |
GaussianProcessModel.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
GaussianProcessModel |
GaussianProcessModel.setOptimizer(String optimizer)
Sets the value of the optimizer property.
|
GaussianProcessModel |
GaussianProcessModel.setOutput(Output output)
Sets the value of the output property.
|
GaussianProcessModel |
GaussianProcessModel.setRadialBasisKernel(RadialBasisKernel radialBasisKernel)
Sets the value of the radialBasisKernel property.
|
GaussianProcessModel |
GaussianProcessModel.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
GaussianProcessModel |
GaussianProcessModel.setTargets(Targets targets)
Sets the value of the targets property.
|
GaussianProcessModel |
GaussianProcessModel.setTrainingInstances(TrainingInstances trainingInstances)
Sets the value of the trainingInstances property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(GaussianProcessModel gaussianProcessModel) |
VisitorAction |
AbstractVisitor.visit(GaussianProcessModel gaussianProcessModel) |
VisitorAction |
AbstractModelVisitor.visit(GaussianProcessModel gaussianProcessModel) |
Copyright © 2016 University of Tartu. All rights reserved.