|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectde.htwdd.rosenkoenig.neuro.net.NeighbourhoodFunction
de.htwdd.rosenkoenig.neuro.net.Gauss
public class Gauss
The Gauss neighborhood function.
| Field Summary |
|---|
| Fields inherited from class de.htwdd.rosenkoenig.neuro.net.NeighbourhoodFunction |
|---|
radius |
| Constructor Summary | |
|---|---|
Gauss()
Ctor, only calls super ctor. |
|
| Method Summary | |
|---|---|
double |
computeActivation(double distance)
Activation function of Gauss. |
| Methods inherited from class de.htwdd.rosenkoenig.neuro.net.NeighbourhoodFunction |
|---|
getRadius, setRadius |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Gauss()
| Method Detail |
|---|
public double computeActivation(double distance)
computeActivation in class NeighbourhoodFunctiondistance - euclidic distance to the winning neuron
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||