public class NeuralNetCompiler
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
NeuralNetCompiler.CompileException |
| Modifier and Type | Field and Description |
|---|---|
protected NeuralNet |
inputNet |
protected CompiledNeuralNet |
outputNet |
| Constructor and Description |
|---|
NeuralNetCompiler() |
| Modifier and Type | Method and Description |
|---|---|
CompiledNeuralNet |
compile(NeuralNet inputNet) |
protected NeuralNet inputNet
protected CompiledNeuralNet outputNet
public CompiledNeuralNet compile(NeuralNet inputNet) throws NeuralNetCompiler.CompileException