org.neuroph.nnet
Class Adaline
- java.lang.Object
-
- org.neuroph.core.NeuralNetwork
-
- org.neuroph.nnet.Adaline
-
- All Implemented Interfaces:
- java.io.Serializable
public class Adaline extends NeuralNetwork
Adaline neural network architecture with LMS learning rule. Uses bias input, bipolar inputs [-1, 1] and ramp transfer function It can be also created using binary inputs and linear transfer function, but that dont works for some problems.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description Adaline(int inputNeuronsCount)Creates new Adaline network with specified number of neurons in input layer
-
Method Summary
-
Methods inherited from class org.neuroph.core.NeuralNetwork
addLayer, addLayer, addListener, addPlugin, calculate, createConnection, createFromFile, createFromFile, fireNetworkEvent, getInputNeurons, getInputsCount, getLabel, getLayerAt, getLayers, getLayersCount, getLearningRule, getNetworkType, getOutput, getOutputNeurons, getOutputsCount, getPlugin, getWeights, indexOf, isEmpty, learn, learn, load, load, pauseLearning, randomizeWeights, randomizeWeights, randomizeWeights, randomizeWeights, removeLayer, removeLayerAt, removeListener, removePlugin, reset, resumeLearning, save, setInput, setInputNeurons, setLabel, setLearningRule, setNetworkType, setOutputLabels, setOutputNeurons, setWeights, stopLearning, toString
-
-
DMelt 3.0 © DataMelt by jWork.ORG