|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.neuroph.util.NeuronFactory
public class NeuronFactory
This class provides methods to create instances of Neurons.
Constructor Summary | |
---|---|
NeuronFactory()
|
Method Summary | |
---|---|
static Neuron |
createNeuron(NeuronProperties neuronProperties)
Create neuron according to the given specification. |
private static SummingFunction |
createSummingFunction(SummingFunctionType summingFunctionType)
Kreira ulaznu vektorsku funkciju. |
private static TransferFunction |
createTransferFunction(java.util.Properties tfProperties)
Creates and returns transfer function |
private static WeightsFunction |
createWeightsFunction(WeightsFunctionType weightsFunctionType)
Kreira funkciju mreznog ulaza. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NeuronFactory()
Method Detail |
---|
public static Neuron createNeuron(NeuronProperties neuronProperties)
properties
- Neuron specification neurona.
private static TransferFunction createTransferFunction(java.util.Properties tfProperties)
transferFunctionType
- trensfer function type
private static WeightsFunction createWeightsFunction(WeightsFunctionType weightsFunctionType)
getWeightsFunction
- Id funkcije mreznog ulaza.
private static SummingFunction createSummingFunction(SummingFunctionType summingFunctionType)
inputId
- Id ulazne funkcije.
|
Neuroph | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |