JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.apache.commons.math3.ml.neuralnet
Interface FeatureInitializer
public interface
FeatureInitializer
Defines how to assign the first value of a neuron's feature.
Since:
3.3
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
double
value
()
Selects the initial value.
Method Detail
value
double value()
Selects the initial value.
Returns:
the initial value.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method