Uses of Class
org.dmg.pmml.neural_network.NeuralEntity
-
Packages that use NeuralEntity Package Description org.dmg.pmml org.dmg.pmml.neural_network org.jpmml.model.visitors -
-
Uses of NeuralEntity in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type NeuralEntity Modifier and Type Method Description VisitorActionVisitor. visit(NeuralEntity neuralEntity) -
Uses of NeuralEntity in org.dmg.pmml.neural_network
Subclasses of NeuralEntity in org.dmg.pmml.neural_network Modifier and Type Class Description classNeuralInputclassNeuron -
Uses of NeuralEntity in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type NeuralEntity Modifier and Type Method Description VisitorActionAbstractVisitor. visit(NeuralEntity neuralEntity)
-