|
Neuroph | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WeightsFunction | |
|---|---|
| org.neuroph.core.input | Provides common neuron input functions |
| Uses of WeightsFunction in org.neuroph.core.input |
|---|
| Subclasses of WeightsFunction in org.neuroph.core.input | |
|---|---|
class |
Diference
Performs the vector difference operation on input and weight vector. |
class |
WeightedInput
Calculates weighted input for neuron's InputFunction. |
| Methods in org.neuroph.core.input that return WeightsFunction | |
|---|---|
WeightsFunction |
InputFunction.getWeightsFunction()
Returns weights functioncomponent of this InputFunction |
| Constructors in org.neuroph.core.input with parameters of type WeightsFunction | |
|---|---|
InputFunction(WeightsFunction weightsFunction,
SummingFunction summingFunction)
Creates an instance of input function with specified weights and summing function |
|
|
Neuroph | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||