Uses of Class
org.dmg.pmml.neural_network.NeuralOutput
-
Packages that use NeuralOutput Package Description org.dmg.pmml org.dmg.pmml.neural_network org.jpmml.model.visitors -
-
Uses of NeuralOutput in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type NeuralOutput Modifier and Type Method Description VisitorActionVisitor. visit(NeuralOutput neuralOutput) -
Uses of NeuralOutput in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return NeuralOutput Modifier and Type Method Description NeuralOutputNeuralOutput. addExtensions(Extension... extensions)NeuralOutputObjectFactory. createNeuralOutput()Create an instance ofNeuralOutputNeuralOutputNeuralOutput. setDerivedField(DerivedField derivedField)NeuralOutputNeuralOutput. setOutputNeuron(java.lang.String outputNeuron)Methods in org.dmg.pmml.neural_network that return types with arguments of type NeuralOutput Modifier and Type Method Description java.util.List<NeuralOutput>NeuralOutputs. getNeuralOutputs()java.util.Iterator<NeuralOutput>NeuralOutputs. iterator()java.util.List<NeuralOutput>NeuralOutputs. requireNeuralOutputs()Methods in org.dmg.pmml.neural_network with parameters of type NeuralOutput Modifier and Type Method Description NeuralOutputsNeuralOutputs. addNeuralOutputs(NeuralOutput... neuralOutputs)Constructor parameters in org.dmg.pmml.neural_network with type arguments of type NeuralOutput Constructor Description NeuralOutputs(java.util.List<NeuralOutput> neuralOutputs) -
Uses of NeuralOutput in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type NeuralOutput Modifier and Type Method Description VisitorActionAbstractVisitor. visit(NeuralOutput neuralOutput)
-