public class ModelersFactory extends Object
| Constructor and Description |
|---|
ModelersFactory() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addModeler2List(List<ComputationalAgent> modelers,
Modeler mod) |
static String |
getDescription(String configPath,
String algorithmName) |
static Modeler |
getModeler(AlgorithmConfiguration config) |
static List<ComputationalAgent> |
getModelers(AlgorithmConfiguration config) |
static List<String> |
getModelers(String configPath) |
static StatisticalType |
getModelOutput(String configPath,
String algorithmName) |
static List<StatisticalType> |
getModelParameters(String configPath,
String algorithmName) |
static List<String> |
getModels(String configPath) |
public static Modeler getModeler(AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<String> getModels(String configPath) throws Exception
Exceptionpublic static List<String> getModelers(String configPath) throws Exception
Exceptionpublic static List<StatisticalType> getModelParameters(String configPath, String algorithmName) throws Exception
Exceptionpublic static StatisticalType getModelOutput(String configPath, String algorithmName) throws Exception
Exceptionpublic static String getDescription(String configPath, String algorithmName) throws Exception
Exceptionpublic static List<ComputationalAgent> getModelers(AlgorithmConfiguration config) throws Exception
Exceptionpublic static void addModeler2List(List<ComputationalAgent> modelers, Modeler mod)
Copyright © 2017. All Rights Reserved.