Package | Description |
---|---|
smile.regression |
Regression analysis.
|
Modifier and Type | Method and Description |
---|---|
RBFNetwork.Trainer |
RBFNetwork.Trainer.setNormalized(boolean normalized)
Sets true to learn normalized RBF network.
|
RBFNetwork.Trainer |
RBFNetwork.Trainer.setNumCenters(int m)
Sets the number of centers.
|
RBFNetwork.Trainer |
RBFNetwork.Trainer.setRBF(RadialBasisFunction[] rbf)
Sets the radial basis functions.
|
RBFNetwork.Trainer |
RBFNetwork.Trainer.setRBF(RadialBasisFunction rbf,
int m)
Sets the radial basis function.
|
Copyright © 2015. All rights reserved.