Package | Description |
---|---|
org.encog.neural.som.training.basic | |
org.encog.neural.som.training.basic.neighborhood |
Modifier and Type | Method and Description |
---|---|
NeighborhoodFunction |
BasicTrainSOM.getNeighborhood() |
Constructor and Description |
---|
BasicTrainSOM(SOM network,
double learningRate,
MLDataSet training,
NeighborhoodFunction neighborhood)
Create an instance of competitive training.
|
Modifier and Type | Class and Description |
---|---|
class |
NeighborhoodBubble
A neighborhood function that uses a simple bubble.
|
class |
NeighborhoodRBF
Implements a multi-dimensional RBF neighborhood function.
|
class |
NeighborhoodRBF1D
A neighborhood function based on an RBF function.
|
class |
NeighborhoodSingle
A very simple neighborhood function that will return 1.0 (full effect) for
the winning neuron, and 0.0 (no change) for everything else.
|
Copyright © 2014. All Rights Reserved.