|
||||||||||
| 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.Cone
public class Cone
The famous cone shaped (sawtooth, like a Russian L) neighborhood function.
| Field Summary |
|---|
| Fields inherited from class de.htwdd.rosenkoenig.neuro.net.NeighbourhoodFunction |
|---|
radius |
| Constructor Summary | |
|---|---|
Cone()
Ctor, calls base class ctor. |
|
| Method Summary | |
|---|---|
double |
computeActivation(double distance)
Activation function. |
| 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 Cone()
| 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 | |||||||||