| Package | Description |
|---|---|
| org.neuroph.util |
Provides various utility classes for creating neural networks,
type codes, parsing vectors, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static UnsupervisedHebbianNetwork |
NeuralNetworkFactory.createUnsupervisedHebbian(int inputNeuronsCount,
int outputNeuronsCount,
TransferFunctionType transferFunctionType)
Creates and returns a new instance of Unsupervised Hebbian Network
|
Copyright © 2019 Neuroph Project. All rights reserved.