Uses of Class
org.dmg.pmml.neural_network.NeuralLayer
-
Packages that use NeuralLayer Package Description org.dmg.pmml org.dmg.pmml.neural_network org.jpmml.model.visitors -
-
Uses of NeuralLayer in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type NeuralLayer Modifier and Type Method Description VisitorActionVisitor. visit(NeuralLayer neuralLayer) -
Uses of NeuralLayer in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return NeuralLayer Modifier and Type Method Description NeuralLayerNeuralLayer. addExtensions(Extension... extensions)NeuralLayerNeuralLayer. addNeurons(Neuron... neurons)NeuralLayerObjectFactory. createNeuralLayer()Create an instance ofNeuralLayerNeuralLayerNeuralLayer. setActivationFunction(NeuralNetwork.ActivationFunction activationFunction)NeuralLayerNeuralLayer. setAltitude(java.lang.Number altitude)NeuralLayerNeuralLayer. setLeakage(java.lang.Number leakage)NeuralLayerNeuralLayer. setNormalizationMethod(NeuralNetwork.NormalizationMethod normalizationMethod)NeuralLayerNeuralLayer. setNumberOfNeurons(java.lang.Integer numberOfNeurons)NeuralLayerNeuralLayer. setThreshold(java.lang.Number threshold)NeuralLayerNeuralLayer. setWidth(java.lang.Number width)Methods in org.dmg.pmml.neural_network that return types with arguments of type NeuralLayer Modifier and Type Method Description java.util.List<NeuralLayer>NeuralNetwork. getNeuralLayers()java.util.List<NeuralLayer>NeuralNetwork. requireNeuralLayers()Methods in org.dmg.pmml.neural_network with parameters of type NeuralLayer Modifier and Type Method Description NeuralNetworkNeuralNetwork. addNeuralLayers(NeuralLayer... neuralLayers)Constructor parameters in org.dmg.pmml.neural_network with type arguments of type NeuralLayer Constructor Description NeuralNetwork(MiningFunction miningFunction, NeuralNetwork.ActivationFunction activationFunction, MiningSchema miningSchema, NeuralInputs neuralInputs, java.util.List<NeuralLayer> neuralLayers) -
Uses of NeuralLayer in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type NeuralLayer Modifier and Type Method Description VisitorActionAbstractVisitor. visit(NeuralLayer neuralLayer)
-