Package | Description |
---|---|
smile.classification |
Classification algorithms.
|
Modifier and Type | Method and Description |
---|---|
RBFNetwork<T> |
RBFNetwork.Trainer.train(T[] x,
int[] y) |
RBFNetwork<T> |
RBFNetwork.Trainer.train(T[] x,
int[] y,
T[] centers)
Learns a RBF network with given centers.
|
Copyright © 2015. All rights reserved.