Package org.dmg.pmml.neural_network
Class ObjectFactory
- java.lang.Object
-
- org.dmg.pmml.neural_network.ObjectFactory
-
public class ObjectFactory extends java.lang.ObjectThis object contains factory methods for each Java content interface and Java element interface generated in the org.dmg.pmml.neural_network package.An ObjectFactory allows you to programmatically construct new instances of the Java representation for XML content. The Java representation of XML content can consist of schema derived interfaces and classes representing the binding of schema type definitions, element declarations and model groups. Factory methods for each of these are provided in this class.
-
-
Constructor Summary
Constructors Constructor Description ObjectFactory()Create a new ObjectFactory that can be used to create new instances of schema derived classes for package: org.dmg.pmml.neural_network
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectioncreateConnection()Create an instance ofConnectionNeuralInputcreateNeuralInput()Create an instance ofNeuralInputNeuralInputscreateNeuralInputs()Create an instance ofNeuralInputsNeuralLayercreateNeuralLayer()Create an instance ofNeuralLayerNeuralNetworkcreateNeuralNetwork()Create an instance ofNeuralNetworkNeuralOutputcreateNeuralOutput()Create an instance ofNeuralOutputNeuralOutputscreateNeuralOutputs()Create an instance ofNeuralOutputsNeuroncreateNeuron()Create an instance ofNeuron
-
-
-
Method Detail
-
createNeuralNetwork
public NeuralNetwork createNeuralNetwork()
Create an instance ofNeuralNetwork- Returns:
- the new instance of
NeuralNetwork
-
createNeuralInputs
public NeuralInputs createNeuralInputs()
Create an instance ofNeuralInputs- Returns:
- the new instance of
NeuralInputs
-
createNeuralInput
public NeuralInput createNeuralInput()
Create an instance ofNeuralInput- Returns:
- the new instance of
NeuralInput
-
createNeuralLayer
public NeuralLayer createNeuralLayer()
Create an instance ofNeuralLayer- Returns:
- the new instance of
NeuralLayer
-
createNeuron
public Neuron createNeuron()
Create an instance ofNeuron- Returns:
- the new instance of
Neuron
-
createConnection
public Connection createConnection()
Create an instance ofConnection- Returns:
- the new instance of
Connection
-
createNeuralOutputs
public NeuralOutputs createNeuralOutputs()
Create an instance ofNeuralOutputs- Returns:
- the new instance of
NeuralOutputs
-
createNeuralOutput
public NeuralOutput createNeuralOutput()
Create an instance ofNeuralOutput- Returns:
- the new instance of
NeuralOutput
-
-