JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.commons.math3.ml.neuralnet
FeatureInitializer
Contents
Description
Method Summary
Method Details
value()
Hide sidebar
Show sidebar
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
Description
double
value
()
Selects the initial value.
Method Details
value
double
value
()
Selects the initial value.
Returns:
the initial value.