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