org.gcube.dataanalysis.ecoengine.processing.factories
Class ModelersFactory
java.lang.Object
org.gcube.dataanalysis.ecoengine.processing.factories.ModelersFactory
public class ModelersFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ModelersFactory
public ModelersFactory()
getModeler
public static Modeler getModeler(AlgorithmConfiguration config)
throws Exception
- Throws:
Exception
getModels
public static List<String> getModels(String configPath)
throws Exception
- Throws:
Exception
getModelers
public static List<String> getModelers(String configPath)
throws Exception
- Throws:
Exception
getModelParameters
public static List<StatisticalType> getModelParameters(String configPath,
String algorithmName)
throws Exception
- Throws:
Exception
getDescription
public static String getDescription(String configPath,
String algorithmName)
throws Exception
- Throws:
Exception
getModelers
public static List<Modeler> getModelers(AlgorithmConfiguration config)
throws Exception
- Throws:
Exception
addModeler2List
public static void addModeler2List(List<Modeler> modelers,
Modeler mod)
Copyright © 2012. All Rights Reserved.