|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neuroph.util.LayerFactory
public class LayerFactory
Provides methods to create instance of a Layer with specifed number of neurons and neuron's properties.
| Constructor Summary | |
|---|---|
LayerFactory()
|
|
| Method Summary | |
|---|---|
static Layer |
createLayer(int neuronsNum,
NeuronProperties neuronProperties)
|
static Layer |
createLayer(int neuronsNum,
TransferFunctionType transferFunctionType)
|
static Layer |
createLayer(java.util.Vector<NeuronProperties> neuronPropertiesVector)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LayerFactory()
| Method Detail |
|---|
public static Layer createLayer(int neuronsNum,
NeuronProperties neuronProperties)
public static Layer createLayer(int neuronsNum,
TransferFunctionType transferFunctionType)
public static Layer createLayer(java.util.Vector<NeuronProperties> neuronPropertiesVector)
|
Neuroph | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||