org.gcube.dataanalysis.ecoengine.processing.factories
Class EvaluatorsFactory
java.lang.Object
org.gcube.dataanalysis.ecoengine.processing.factories.EvaluatorsFactory
public class EvaluatorsFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EvaluatorsFactory
public EvaluatorsFactory()
getEvaluator
public static Evaluator getEvaluator(AlgorithmConfiguration config)
throws Exception
- Throws:
Exception
getAllEvaluators
public static List<String> getAllEvaluators(String configPath)
throws Exception
- Throws:
Exception
getEvaluatorParameters
public static List<StatisticalType> getEvaluatorParameters(String configPath,
String algorithmName)
throws Exception
- Throws:
Exception
getDescription
public static String getDescription(String configPath,
String algorithmName)
throws Exception
- Throws:
Exception
getEvaluators
public static List<ComputationalAgent> getEvaluators(AlgorithmConfiguration config)
throws Exception
- Throws:
Exception
Copyright © 2012. All Rights Reserved.