public class NetCompiler
extends java.lang.Object
TODO
- Check during compiling if the network only contains standard components. If not,
throw a CompileException.
- Make Sigmoid and linear functions faster.
- Check, if it works at all after refactoring - HAM
- refactor calcOrder according to NeuralNet, where topology is used instead - HAM
| Modifier and Type | Class and Description |
|---|---|
protected static class |
NetCompiler.BooneCompiledNet
The Boone CompiledNet instance.
|
static interface |
NetCompiler.CompiledNet |
static class |
NetCompiler.CompileException
Exception to be thrown during compilation, if something goes amiss.
|
| Constructor and Description |
|---|
NetCompiler() |
| Modifier and Type | Method and Description |
|---|---|
static NetCompiler.CompiledNet |
compile(NeuralNet net) |
public static NetCompiler.CompiledNet compile(NeuralNet net) throws NetCompiler.CompileException
NetCompiler.CompileException