org.gcube.dataanalysis.ecoengine.processing.factories
Class ClusterersFactory

java.lang.Object
  extended by org.gcube.dataanalysis.ecoengine.processing.factories.ClusterersFactory

public class ClusterersFactory
extends Object


Constructor Summary
ClusterersFactory()
           
 
Method Summary
static List<String> getAllClusterers(String configPath)
           
static Clusterer getClusterer(AlgorithmConfiguration config)
           
static List<StatisticalType> getClustererParameters(String configPath, String algorithmName)
           
static List<ComputationalAgent> getClusterers(AlgorithmConfiguration config)
           
static String getDescription(String configPath, String algorithmName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusterersFactory

public ClusterersFactory()
Method Detail

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<ComputationalAgent> getClusterers(AlgorithmConfiguration config)
                                              throws Exception
Throws:
Exception


Copyright © 2012. All Rights Reserved.