public class TransducerersFactory extends Object
| Constructor and Description |
|---|
TransducerersFactory() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getAllTransducerers(AlgorithmConfiguration config) |
static String |
getDescription(AlgorithmConfiguration config,
String algorithmName) |
static StatisticalType |
getModelOutput(String configPath,
String algorithmName) |
static Transducerer |
getTransducerer(AlgorithmConfiguration config) |
static List<ComputationalAgent> |
getTransducerers(AlgorithmConfiguration config) |
static StatisticalType |
getTransducerOutput(AlgorithmConfiguration config,
String algorithmName) |
static List<StatisticalType> |
getTransducerParameters(AlgorithmConfiguration config,
String algorithmName) |
public static Transducerer getTransducerer(AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<String> getAllTransducerers(AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<StatisticalType> getTransducerParameters(AlgorithmConfiguration config, String algorithmName) throws Exception
Exceptionpublic static StatisticalType getTransducerOutput(AlgorithmConfiguration config, String algorithmName) throws Exception
Exceptionpublic static StatisticalType getModelOutput(String configPath, String algorithmName) throws Exception
Exceptionpublic static String getDescription(AlgorithmConfiguration config, String algorithmName) throws Exception
Exceptionpublic static List<ComputationalAgent> getTransducerers(AlgorithmConfiguration config) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.