|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.pattern.BoltzmannPattern
public class BoltzmannPattern
Pattern to create a Boltzmann machine.
| Constructor Summary | |
|---|---|
BoltzmannPattern()
|
|
| Method Summary | |
|---|---|
void |
addHiddenLayer(int count)
Not supported, will throw an exception, Boltzmann networks have no hidden layers. |
void |
clear()
Clear any properties set on this network. |
MLMethod |
generate()
Generate the network. |
int |
getAnnealCycles()
|
int |
getRunCycles()
|
double |
getTemperature()
|
void |
setActivationFunction(ActivationFunction activation)
Not used, will throw an exception. |
void |
setAnnealCycles(int annealCycles)
Set the number of annealing cycles per run. |
void |
setInputNeurons(int count)
Set the number of input neurons. |
void |
setOutputNeurons(int count)
Set the number of output neurons. |
void |
setRunCycles(int runCycles)
Set the number of cycles per run. |
void |
setTemperature(double temperature)
Set the temperature. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoltzmannPattern()
| Method Detail |
|---|
public final void addHiddenLayer(int count)
addHiddenLayer in interface NeuralNetworkPatterncount - Not used.public final void clear()
clear in interface NeuralNetworkPatternpublic final MLMethod generate()
generate in interface NeuralNetworkPatternpublic final int getAnnealCycles()
public final int getRunCycles()
public final double getTemperature()
public final void setActivationFunction(ActivationFunction activation)
setActivationFunction in interface NeuralNetworkPatternactivation - Not used.public final void setAnnealCycles(int annealCycles)
annealCycles - The new value.public final void setInputNeurons(int count)
setInputNeurons in interface NeuralNetworkPatterncount - The number of input neurons.public final void setOutputNeurons(int count)
setOutputNeurons in interface NeuralNetworkPatterncount - The number of output neurons.public final void setRunCycles(int runCycles)
runCycles - The new value.public final void setTemperature(double temperature)
temperature - The new value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||