|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NeighbourhoodFunction | |
|---|---|
| de.htwdd.rosenkoenig.neuro.net | The package net contains implementations, examples and utilities to create and train neural networks. |
| Uses of NeighbourhoodFunction in de.htwdd.rosenkoenig.neuro.net |
|---|
| Subclasses of NeighbourhoodFunction in de.htwdd.rosenkoenig.neuro.net | |
|---|---|
class |
Cone
The famous cone shaped (sawtooth, like a Russian L) neighborhood function. |
class |
Cosine
Cosine shaped neighborhood function. |
class |
Gauss
The Gauss neighborhood function. |
class |
WinnerTakesAll
The WinnerTakesAll neighbourhood function gives the same activation (1.0) to all neurons within the neighbourhood radius. |
| Fields in de.htwdd.rosenkoenig.neuro.net declared as NeighbourhoodFunction | |
|---|---|
private NeighbourhoodFunction |
KohonenNet.neighbourhoodFunction
|
| Methods in de.htwdd.rosenkoenig.neuro.net that return NeighbourhoodFunction | |
|---|---|
NeighbourhoodFunction |
KohonenNet.getNeighbourhoodFunction()
Getter of the property neighbourhoodFunction |
| Methods in de.htwdd.rosenkoenig.neuro.net with parameters of type NeighbourhoodFunction | |
|---|---|
void |
KohonenNet.setNeighbourhoodFunction(NeighbourhoodFunction neighbourhoodFunction)
Setter of the property neighbourhoodFunction |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||