| Package | Description |
|---|---|
| org.neuroph.core |
Provides base classes and basic building components for neural networks.
|
| org.neuroph.core.data |
Provides data set related classes and manipulation methods.
|
| org.neuroph.nnet |
Provides out-of-the-box neural networks
|
| Modifier and Type | Method and Description |
|---|---|
void |
NeuralNetwork.setInput(double... inputVector)
Sets network input.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet |
DataSet.add(DataSetRow row)
Adds new row row to this data set
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConvolutionalNetwork.setInput(double... inputVector)
Sets network input, to all feature maps in input layer
|
Copyright © 2019 Neuroph Project. All rights reserved.