Package | Description |
---|---|
jsat.classifiers.neuralnetwork |
Modifier and Type | Method and Description |
---|---|
BackPropagationNet.WeightInitialization |
BackPropagationNet.getWeightInitialization()
Returns the method of weight initialization used
|
static BackPropagationNet.WeightInitialization |
BackPropagationNet.WeightInitialization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BackPropagationNet.WeightInitialization[] |
BackPropagationNet.WeightInitialization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BackPropagationNet.setWeightInitialization(BackPropagationNet.WeightInitialization weightInitialization)
Sets how the weights are initialized before training starts
|
Copyright © 2017. All rights reserved.