Uses of Class
org.dmg.pmml.pmml_4_1.descr.Neuron

Packages that use Neuron
org.dmg.pmml.pmml_4_1.descr   
 

Uses of Neuron in org.dmg.pmml.pmml_4_1.descr
 

Fields in org.dmg.pmml.pmml_4_1.descr with type parameters of type Neuron
protected  List<Neuron> NeuralLayer.neurons
           
 

Methods in org.dmg.pmml.pmml_4_1.descr that return Neuron
 Neuron ObjectFactory.createNeuron()
          Create an instance of Neuron
 

Methods in org.dmg.pmml.pmml_4_1.descr that return types with arguments of type Neuron
 List<Neuron> NeuralLayer.getNeurons()
          Gets the value of the neurons property.
 



Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.