public class EvaluatorsFactory extends Object
| Constructor and Description |
|---|
EvaluatorsFactory() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getAllEvaluators(String configPath) |
static String |
getDescription(String configPath,
String algorithmName) |
static Evaluator |
getEvaluator(AlgorithmConfiguration config) |
static StatisticalType |
getEvaluatorOutput(String configPath,
String algorithmName) |
static List<StatisticalType> |
getEvaluatorParameters(String configPath,
String algorithmName) |
static List<ComputationalAgent> |
getEvaluators(AlgorithmConfiguration config) |
public static Evaluator getEvaluator(AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<String> getAllEvaluators(String configPath) throws Exception
Exceptionpublic static List<StatisticalType> getEvaluatorParameters(String configPath, String algorithmName) throws Exception
Exceptionpublic static StatisticalType getEvaluatorOutput(String configPath, String algorithmName) throws Exception
Exceptionpublic static String getDescription(String configPath, String algorithmName) throws Exception
Exceptionpublic static List<ComputationalAgent> getEvaluators(AlgorithmConfiguration config) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.