Package | Description |
---|---|
org.neuroph.core |
Provides base classes and basic building components for neural networks.
|
org.neuroph.eval.classification |
Modifier and Type | Method and Description |
---|---|
<T extends PluginBase> |
NeuralNetwork.getPlugin(Class<T> pluginClass)
Returns the requested plugin
|
Modifier and Type | Method and Description |
---|---|
void |
NeuralNetwork.addPlugin(PluginBase plugin)
Adds plugin to neural network
|
Modifier and Type | Class and Description |
---|---|
class |
Classifier
Classifier plugin for neurla networks
|
Copyright © 2019 Neuroph Project. All rights reserved.