|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.encog.neural.networks.layers.BasicLayer
org.encog.neural.networks.layers.SOMLayer
public class SOMLayer
SelfOrganizingMap: The Self Organizing Map, or Kohonen Neural Network, is a special type of neural network that is used to classify input into groups. The SOM makes use of unsupervised training.
| Field Summary | |
|---|---|
static double |
VERYSMALL
Do not allow patterns to go below this very small number. |
| Constructor Summary | |
|---|---|
SOMLayer(int inputCount,
NormalizeInput.NormalizationType normalizationType)
The constructor. |
|
| Method Summary | |
|---|---|
NeuralData |
compute(NeuralData pattern)
Compute the output from this layer. |
NormalizeInput.NormalizationType |
getNormalizationType()
Get the normalization type. |
void |
setNext(Layer next)
Set the next layer. |
| Methods inherited from class org.encog.neural.networks.layers.BasicLayer |
|---|
getFire, getFire, getMatrix, getMatrixSize, getNeuronCount, getNext, getPrevious, hasMatrix, isHidden, isInput, isOutput, reset, setFire, setFire, setMatrix, setPrevious |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final double VERYSMALL
| Constructor Detail |
|---|
public SOMLayer(int inputCount,
NormalizeInput.NormalizationType normalizationType)
inputCount - Number of input neuronsnormalizationType - The normalization type to use.| Method Detail |
|---|
public NeuralData compute(NeuralData pattern)
compute in interface Layercompute in class BasicLayerpattern - The pattern to compute for.
public NormalizeInput.NormalizationType getNormalizationType()
public void setNext(Layer next)
setNext in interface LayersetNext in class BasicLayernext - the next layer.
|
The Encog Project | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||