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,
AlgorithmConfiguration config) |
static Modeler |
getModeler(AlgorithmConfiguration config) |
static List<ComputationalAgent> |
getModelers(AlgorithmConfiguration config) |
static List<String> |
getModelers(String configPath) |
static StatisticalType |
getModelOutput(String configPath,
String algorithmName,
AlgorithmConfiguration config) |
static List<StatisticalType> |
getModelParameters(String configPath,
String algorithmName,
AlgorithmConfiguration config) |
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, AlgorithmConfiguration config) throws Exception
Exceptionpublic static StatisticalType getModelOutput(String configPath, String algorithmName, AlgorithmConfiguration config) throws Exception
Exceptionpublic static String getDescription(String configPath, String algorithmName, AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<ComputationalAgent> getModelers(AlgorithmConfiguration config) throws Exception
Exceptionpublic static void addModeler2List(List<ComputationalAgent> modelers, Modeler mod)
Copyright © 2021. All Rights Reserved.