Package | Description |
---|---|
gov.sandia.cognition.learning.function.vector |
Provides functions that output vectors.
|
Modifier and Type | Method and Description |
---|---|
DifferentiableGeneralizedLinearModel |
DifferentiableGeneralizedLinearModel.clone() |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<DifferentiableGeneralizedLinearModel> |
DifferentiableFeedforwardNeuralNetwork.getLayers() |
Constructor and Description |
---|
DifferentiableFeedforwardNeuralNetwork(DifferentiableGeneralizedLinearModel... layers)
Creates a new instance of FeedforwardNeuralNetwork
|
DifferentiableGeneralizedLinearModel(DifferentiableGeneralizedLinearModel other)
Creates a new instance of DifferentiableGeneralizedLinearModel
|