Package | Description |
---|---|
jsat.classifiers.neuralnetwork |
Modifier and Type | Method and Description |
---|---|
RBFNet.Phase1Learner |
RBFNet.getPhase1Learner()
Returns the method to use for learning the centroids of the network.
|
static RBFNet.Phase1Learner |
RBFNet.Phase1Learner.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RBFNet.Phase1Learner[] |
RBFNet.Phase1Learner.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RBFNet.setPhase1Learner(RBFNet.Phase1Learner p1l)
Sets the method used for learning the centroids (or hidden units) of the
network.
|
Constructor and Description |
---|
RBFNet(int numCentroids,
RBFNet.Phase1Learner cl,
RBFNet.Phase2Learner bl,
double alpha,
int p,
DistanceMetric dm,
Classifier baseClassifier)
Creates a new RBF Network for classification tasks.
|
RBFNet(int numCentroids,
RBFNet.Phase1Learner cl,
RBFNet.Phase2Learner bl,
double alpha,
int p,
DistanceMetric dm,
Regressor baseRegressor)
Creates a new RBF Network for regression tasks.
|
Copyright © 2017. All rights reserved.