Uses of Class
org.dmg.pmml.neural_network.NeuralOutputs
-
Packages that use NeuralOutputs Package Description org.dmg.pmml org.dmg.pmml.neural_network org.jpmml.model.visitors -
-
Uses of NeuralOutputs in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type NeuralOutputs Modifier and Type Method Description VisitorActionVisitor. visit(NeuralOutputs neuralOutputs) -
Uses of NeuralOutputs in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return NeuralOutputs Modifier and Type Method Description NeuralOutputsNeuralOutputs. addExtensions(Extension... extensions)NeuralOutputsNeuralOutputs. addNeuralOutputs(NeuralOutput... neuralOutputs)NeuralOutputsObjectFactory. createNeuralOutputs()Create an instance ofNeuralOutputsNeuralOutputsNeuralNetwork. getNeuralOutputs()NeuralOutputsNeuralNetwork. requireNeuralOutputs()NeuralOutputsNeuralOutputs. setNumberOfOutputs(java.lang.Integer numberOfOutputs)Methods in org.dmg.pmml.neural_network with parameters of type NeuralOutputs Modifier and Type Method Description NeuralNetworkNeuralNetwork. setNeuralOutputs(NeuralOutputs neuralOutputs) -
Uses of NeuralOutputs in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type NeuralOutputs Modifier and Type Method Description VisitorActionAbstractVisitor. visit(NeuralOutputs neuralOutputs)
-