Uses of Package
org.knime.base.data.neural

Packages that use org.knime.base.data.neural
org.knime.base.data.neural This package contains all the necessary classes to build your own neural network. 
org.knime.base.data.neural.methods In this package: different implementations of neural networks. 
org.knime.base.node.mine.neural.mlp This package contains the classes for the MultiLayerPerceptron Predictor node. 
 

Classes in org.knime.base.data.neural used by org.knime.base.data.neural
Architecture
          This class represents the general architecture of a neural network and specifies how much layers, neurons constitute the neural network.
Layer
          An abstract class defining a layer in a Neural Network.
MultiLayerPerceptron
          Representation of a MultiLayer Perceptron, a neural net with one or more hidden layers.
Perceptron
          Abstract class defining the behaviour of a perceptron in a neural network.
 

Classes in org.knime.base.data.neural used by org.knime.base.data.neural.methods
MultiLayerPerceptron
          Representation of a MultiLayer Perceptron, a neural net with one or more hidden layers.
 

Classes in org.knime.base.data.neural used by org.knime.base.node.mine.neural.mlp
MultiLayerPerceptron
          Representation of a MultiLayer Perceptron, a neural net with one or more hidden layers.
 



Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display, or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the copyright owner or as specified in the license file distributed with this product.