|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.encog.neural.pattern.SVMPattern
public class SVMPattern
| Constructor Summary | |
|---|---|
SVMPattern()
|
|
| Method Summary | |
|---|---|
void |
addHiddenLayer(int count)
Unused, a BAM has no hidden layers. |
void |
clear()
Clear any settings on the pattern. |
BasicNetwork |
generate()
Generate the specified neural network. |
int |
getInputNeurons()
|
int |
getOutputNeurons()
|
boolean |
isRegression()
|
void |
setActivationFunction(ActivationFunction activation)
Not used, the BAM uses a bipoloar activation function. |
void |
setInputNeurons(int count)
Set the number of input neurons. |
void |
setKernelType(KernelType kernelType)
|
void |
setOutputNeurons(int count)
Set the number of output neurons. |
void |
setRegression(boolean regression)
|
void |
setSVMType(SVMType svmType)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SVMPattern()
| Method Detail |
|---|
public void addHiddenLayer(int count)
addHiddenLayer in interface NeuralNetworkPatterncount - Not used.public void clear()
clear in interface NeuralNetworkPatternpublic BasicNetwork generate()
NeuralNetworkPattern
generate in interface NeuralNetworkPatternpublic void setActivationFunction(ActivationFunction activation)
setActivationFunction in interface NeuralNetworkPatternactivation - Not used.public boolean isRegression()
public void setRegression(boolean regression)
public int getInputNeurons()
public int getOutputNeurons()
public void setInputNeurons(int count)
setInputNeurons in interface NeuralNetworkPatterncount - The number of input neurons.public void setOutputNeurons(int count)
setOutputNeurons in interface NeuralNetworkPatterncount - The output neuron count.public void setKernelType(KernelType kernelType)
public void setSVMType(SVMType svmType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||