Uses of Class
org.dmg.pmml.neural_network.Neuron
-
Packages that use Neuron Package Description org.dmg.pmml org.dmg.pmml.neural_network org.jpmml.model.visitors -
-
Uses of Neuron in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Neuron Modifier and Type Method Description VisitorActionVisitor. visit(Neuron neuron) -
Uses of Neuron in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return Neuron Modifier and Type Method Description NeuronNeuron. addConnections(Connection... connections)NeuronNeuron. addExtensions(Extension... extensions)NeuronObjectFactory. createNeuron()Create an instance ofNeuronNeuronNeuron. setAltitude(java.lang.Number altitude)NeuronNeuron. setBias(java.lang.Number bias)NeuronNeuron. setId(java.lang.String id)NeuronNeuron. setWidth(java.lang.Number width)Methods in org.dmg.pmml.neural_network that return types with arguments of type Neuron Modifier and Type Method Description java.util.List<Neuron>NeuralLayer. getNeurons()java.util.List<Neuron>NeuralLayer. requireNeurons()Methods in org.dmg.pmml.neural_network with parameters of type Neuron Modifier and Type Method Description NeuralLayerNeuralLayer. addNeurons(Neuron... neurons)Constructor parameters in org.dmg.pmml.neural_network with type arguments of type Neuron Constructor Description NeuralLayer(java.util.List<Neuron> neurons) -
Uses of Neuron in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Neuron Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Neuron neuron)
-