Package | Description |
---|---|
smile.classification |
Classification algorithms.
|
Modifier and Type | Method and Description |
---|---|
static NeuralNetwork.ErrorFunction |
NeuralNetwork.ErrorFunction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NeuralNetwork.ErrorFunction[] |
NeuralNetwork.ErrorFunction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
NeuralNetwork(NeuralNetwork.ErrorFunction error,
int... numUnits)
Constructor.
|
NeuralNetwork(NeuralNetwork.ErrorFunction error,
NeuralNetwork.ActivationFunction activation,
int... numUnits)
Constructor.
|
Trainer(NeuralNetwork.ErrorFunction error,
int... numUnits)
Constructor.
|
Trainer(NeuralNetwork.ErrorFunction error,
NeuralNetwork.ActivationFunction activation,
int... numUnits)
Constructor.
|
Copyright © 2015. All rights reserved.