|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.simnet.NetworkPreferences
public final class NetworkPreferences
NetworkPreferences handles storage and retrieval of User Preferences for the neural network.
| Method Summary | |
|---|---|
static double |
getActivation()
Return the activation preference setting. |
static String |
getActivationFunction()
Return the activation function preference setting. |
static double |
getActivationThreshold()
Return the activation threshold preference setting. |
static double |
getBias()
Return the bias preference setting. |
static double |
getDecay()
Return the decay preference setting. |
static String |
getLearningRule()
Return the learning rule preference setting. |
static double |
getMomentum()
Return the momentum preference setting. |
static double |
getNrnIncrement()
Return the neuron increment preference setting. |
static double |
getNrnLowerBound()
Return the neuron lower bound preference setting. |
static double |
getNrnUpperBound()
Return the neuron upper bound preference setting. |
static String |
getOutputFunction()
Return the output function preference setting. |
static double |
getOutputSignal()
Return the output signal preference setting. |
static double |
getOutputThreshold()
Return the output threshold preference setting. |
static double |
getStrength()
Return the strength preference setting. |
static double |
getWtIncrement()
Return the weight increment preference setting. |
static double |
getWtLowerBound()
Return the weight lower bound preference setting. |
static double |
getWtUpperBound()
Return the weight increment preference setting. |
static void |
saveAll()
Save all user preferences. |
static void |
setActivation(double d)
Set the activation preference setting to d. |
static void |
setActivationFunction(String s)
Set the activation function preference setting to s. |
static void |
setActivationThreshold(double d)
Set the activation preference setting to d. |
static void |
setBias(double d)
Set the bias preference setting to d. |
static void |
setDecay(double d)
Set the decay preference setting to d. |
static void |
setLearningRule(String s)
Set the learning rule preference setting to s. |
static void |
setMomentum(double d)
Set the momentum preference setting to d. |
static void |
setNrnIncrement(double d)
Set the neuron increment preference setting to d. |
static void |
setNrnLowerBound(double d)
Set the neuron lower bound preference setting to d. |
static void |
setNrnUpperBound(double d)
Set the neuron upper bound preference setting to d. |
static void |
setOutputFunction(String s)
Set the output function preference setting to s. |
static void |
setOutputSignal(double d)
Set the output signal preference setting to d. |
static void |
setOutputThreshold(double d)
Set the output threshold preference setting to d. |
static void |
setStrength(double d)
Set the strength preference setting to d. |
static void |
setWtIncrement(double d)
Set the weight increment preference setting to d. |
static void |
setWtLowerBound(double d)
Set the weight lower bound preference setting to d. |
static void |
setWtUpperBound(double d)
Set the weight upper bound preference setting to d. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void saveAll()
public static String getActivationFunction()
"Linear".
public static void setActivationFunction(String s)
s.
s - activation function preference settingpublic static String getOutputFunction()
"Threshold".
public static void setOutputFunction(String s)
s.
s - output function preference settingpublic static double getActivation()
0.0d.
public static void setActivation(double d)
d.
d - activation preference settingpublic static double getActivationThreshold()
0.5d.
public static void setActivationThreshold(double d)
d.
d - activation preference settingpublic static double getBias()
0.0d.
public static void setBias(double d)
d.
d - bias preference settingpublic static double getDecay()
0.0d.
public static void setDecay(double d)
d.
d - decay preference settingpublic static double getNrnIncrement()
0.1d.
public static void setNrnIncrement(double d)
d.
d - neuron increment preference settingpublic static double getNrnLowerBound()
-1.0d.
public static void setNrnLowerBound(double d)
d.
d - neuron lower bound preference settingpublic static double getOutputSignal()
1.0d.
public static void setOutputSignal(double d)
d.
d - output signal preference settingpublic static double getOutputThreshold()
0.5d.
public static void setOutputThreshold(double d)
d.
d - output threshold preference settingpublic static double getNrnUpperBound()
1.0d.
public static void setNrnUpperBound(double d)
d.
d - neuron upper bound preference settingpublic static String getLearningRule()
"Hebbian".
public static void setLearningRule(String s)
s.
s - learning rule preference settingpublic static double getStrength()
"1.0d".
public static void setStrength(double d)
d.
d - strength preference settingpublic static double getMomentum()
"0.2d".
public static void setMomentum(double d)
d.
d - momentum preference settingpublic static double getWtIncrement()
"0.1d".
public static void setWtIncrement(double d)
d.
d - weight increment preference settingpublic static double getWtLowerBound()
"-1.0d".
public static void setWtLowerBound(double d)
d.
d - weight lower bound preference settingpublic static double getWtUpperBound()
"1.0d".
public static void setWtUpperBound(double d)
d.
d - weight upper bound preference setting
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||