org.knime.base.data.neural
Class InputLayer
java.lang.Object
org.knime.base.data.neural.Layer
org.knime.base.data.neural.InputLayer
public class InputLayer
- extends Layer
A special layer holding the input perceptrons.
- Author:
- Nicolas Cebron, University of Konstanz
Constructor Summary |
InputLayer(int nrInputs)
Constructs an input layer with given number of input neurons, input set
to zero. |
InputLayer(Perceptron[] inputs)
Constructs an input layer with given input perceptrons. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputLayer
public InputLayer(Perceptron[] inputs)
- Constructs an input layer with given input perceptrons.
- Parameters:
inputs
- input neurons for the layer
InputLayer
public InputLayer(int nrInputs)
- Constructs an input layer with given number of input neurons, input set
to zero.
- Parameters:
nrInputs
- number of input neurons for the layer
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.