|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnetwork.KohonenNeuron
network.KohonenNeuronWithTired
public class KohonenNeuronWithTired
Class representing kohenen neuron with tiredness with specyfied activation function
Constructor Summary | |
---|---|
KohonenNeuronWithTired(double[] weightArray,
ActivationFunctionModel activationFunction)
Creates new kohonen neuron with weight specyfied by array and specified activation funciton. |
|
KohonenNeuronWithTired(int weightNumber,
double[] maxWeight,
ActivationFunctionModel activationFunction)
Creates new kohonen neuron with specyfied numbers of weight. |
Method Summary | |
---|---|
int |
getTiredness()
Return value of tiredness |
void |
setTiredness(int tiredness)
Set tiredness |
Methods inherited from class network.KohonenNeuron |
---|
getDistanceFunction, getValue, getWeight, setDistanceFunction, setWeight, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface network.NeuronModel |
---|
getValue, getWeight, setWeight |
Constructor Detail |
---|
public KohonenNeuronWithTired(int weightNumber, double[] maxWeight, ActivationFunctionModel activationFunction)
weightNumber
- numbers of weightmaxWeight
- max value of the weightactivationFunction
- activation functionpublic KohonenNeuronWithTired(double[] weightArray, ActivationFunctionModel activationFunction)
weightArray
- array of the weightactivationFunction
- activation functionMethod Detail |
---|
public void setTiredness(int tiredness)
setTiredness
in interface TiredNeuronModel
tiredness
- tirednesspublic int getTiredness()
getTiredness
in interface TiredNeuronModel
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |