Uses of Class
org.dmg.pmml.neural_network.Connection
-
Packages that use Connection Package Description org.dmg.pmml org.dmg.pmml.neural_network org.jpmml.model.visitors -
-
Uses of Connection in org.dmg.pmml
Methods in org.dmg.pmml with parameters of type Connection Modifier and Type Method Description VisitorActionVisitor. visit(Connection connection) -
Uses of Connection in org.dmg.pmml.neural_network
Methods in org.dmg.pmml.neural_network that return Connection Modifier and Type Method Description ConnectionConnection. addExtensions(Extension... extensions)ConnectionObjectFactory. createConnection()Create an instance ofConnectionConnectionConnection. setFrom(java.lang.String from)ConnectionConnection. setWeight(java.lang.Number weight)Methods in org.dmg.pmml.neural_network that return types with arguments of type Connection Modifier and Type Method Description java.util.List<Connection>Neuron. getConnections()java.util.List<Connection>Neuron. requireConnections()Methods in org.dmg.pmml.neural_network with parameters of type Connection Modifier and Type Method Description NeuronNeuron. addConnections(Connection... connections)Constructor parameters in org.dmg.pmml.neural_network with type arguments of type Connection Constructor Description Neuron(java.lang.String id, java.util.List<Connection> connections) -
Uses of Connection in org.jpmml.model.visitors
Methods in org.jpmml.model.visitors with parameters of type Connection Modifier and Type Method Description VisitorActionAbstractVisitor. visit(Connection connection)
-