| Constructor and Description |
|---|
Weight(int numWeight,
double numTrainSize,
double rate,
String algorithm) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
calculateWeights(double[] weights,
double[] gradients) |
public Weight(int numWeight,
double numTrainSize,
double rate,
String algorithm)
Copyright © 2019. All Rights Reserved.