Uses of Class
weka.core.pmml.jaxbbindings.NeuralNetwork
Packages that use NeuralNetwork
-
Uses of NeuralNetwork in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return NeuralNetworkModifier and TypeMethodDescriptionObjectFactory.createNeuralNetwork()
Create an instance ofNeuralNetwork
Segment.getNeuralNetwork()
Gets the value of the neuralNetwork property.Methods in weka.core.pmml.jaxbbindings with parameters of type NeuralNetworkModifier and TypeMethodDescriptionvoid
Segment.setNeuralNetwork
(NeuralNetwork value) Sets the value of the neuralNetwork property.