|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NeighborhoodFunction | |
|---|---|
| org.encog.neural.som.training.basic | This package implements neighborhood training for the SOM. |
| org.encog.neural.som.training.basic.neighborhood | This package provides neighborhood functions for the SOM. |
| Uses of NeighborhoodFunction in org.encog.neural.som.training.basic |
|---|
| Methods in org.encog.neural.som.training.basic that return NeighborhoodFunction | |
|---|---|
NeighborhoodFunction |
BasicTrainSOM.getNeighborhood()
|
| Constructors in org.encog.neural.som.training.basic with parameters of type NeighborhoodFunction | |
|---|---|
BasicTrainSOM(SOM network,
double learningRate,
MLDataSet training,
NeighborhoodFunction neighborhood)
Create an instance of competitive training. |
|
| Uses of NeighborhoodFunction in org.encog.neural.som.training.basic.neighborhood |
|---|
| Classes in org.encog.neural.som.training.basic.neighborhood that implement NeighborhoodFunction | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||