public class NeuralFunctionFactory extends Object
| Constructor and Description |
|---|
NeuralFunctionFactory() |
| Modifier and Type | Method and Description |
|---|---|
static BaseNeuralFunction |
getNeuralFunction(NeuralFunction nf) |
static BaseNeuralFunction |
getNeuralFunction(String name,
String type,
String plinks) |
public static BaseNeuralFunction getNeuralFunction(NeuralFunction nf) throws ClassNotFoundException, InstantiationException, NoSuchMethodException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
public static BaseNeuralFunction getNeuralFunction(String name, String type, String plinks) throws ClassNotFoundException, InstantiationException, NoSuchMethodException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © 2017. All rights reserved.