| Package | Description |
|---|---|
| org.dmg.pmml | |
| org.jpmml.model.visitors |
| Modifier and Type | Method and Description |
|---|---|
NeuralNetwork |
NeuralNetwork.addExtensions(Extension... extensions) |
NeuralNetwork |
NeuralNetwork.addNeuralLayers(NeuralLayer... neuralLayers) |
NeuralNetwork |
ObjectFactory.createNeuralNetwork()
Create an instance of
NeuralNetwork |
NeuralNetwork |
NeuralNetwork.setActivationFunction(ActivationFunctionType activationFunction)
Sets the value of the activationFunction property.
|
NeuralNetwork |
NeuralNetwork.setAlgorithmName(String algorithmName)
Sets the value of the algorithmName property.
|
NeuralNetwork |
NeuralNetwork.setAltitude(Double altitude)
Sets the value of the altitude property.
|
NeuralNetwork |
NeuralNetwork.setFunctionName(MiningFunctionType functionName)
Sets the value of the functionName property.
|
NeuralNetwork |
NeuralNetwork.setLocalTransformations(LocalTransformations localTransformations)
Sets the value of the localTransformations property.
|
NeuralNetwork |
NeuralNetwork.setMiningSchema(MiningSchema miningSchema)
Sets the value of the miningSchema property.
|
NeuralNetwork |
NeuralNetwork.setModelExplanation(ModelExplanation modelExplanation)
Sets the value of the modelExplanation property.
|
NeuralNetwork |
NeuralNetwork.setModelName(String modelName)
Sets the value of the modelName property.
|
NeuralNetwork |
NeuralNetwork.setModelStats(ModelStats modelStats)
Sets the value of the modelStats property.
|
NeuralNetwork |
NeuralNetwork.setModelVerification(ModelVerification modelVerification)
Sets the value of the modelVerification property.
|
NeuralNetwork |
NeuralNetwork.setNeuralInputs(NeuralInputs neuralInputs)
Sets the value of the neuralInputs property.
|
NeuralNetwork |
NeuralNetwork.setNeuralOutputs(NeuralOutputs neuralOutputs)
Sets the value of the neuralOutputs property.
|
NeuralNetwork |
NeuralNetwork.setNormalizationMethod(NnNormalizationMethodType normalizationMethod)
Sets the value of the normalizationMethod property.
|
NeuralNetwork |
NeuralNetwork.setNumberOfLayers(Integer numberOfLayers)
Sets the value of the numberOfLayers property.
|
NeuralNetwork |
NeuralNetwork.setOutput(Output output)
Sets the value of the output property.
|
NeuralNetwork |
NeuralNetwork.setScorable(Boolean scorable)
Sets the value of the scorable property.
|
NeuralNetwork |
NeuralNetwork.setTargets(Targets targets)
Sets the value of the targets property.
|
NeuralNetwork |
NeuralNetwork.setThreshold(Double threshold)
Sets the value of the threshold property.
|
NeuralNetwork |
NeuralNetwork.setWidth(Double width)
Sets the value of the width property.
|
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
Visitor.visit(NeuralNetwork neuralNetwork) |
| Modifier and Type | Method and Description |
|---|---|
VisitorAction |
AbstractSimpleVisitor.visit(NeuralNetwork neuralNetwork) |
VisitorAction |
AbstractVisitor.visit(NeuralNetwork neuralNetwork) |
VisitorAction |
AbstractModelVisitor.visit(NeuralNetwork neuralNetwork) |
Copyright © 2015 University of Tartu. All Rights Reserved.