public class ClusterersFactory extends Object
| Constructor and Description |
|---|
ClusterersFactory() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
getAllClusterers(String configPath) |
static Clusterer |
getClusterer(AlgorithmConfiguration config) |
static StatisticalType |
getClustererOutput(String configPath,
String algorithmName) |
static List<StatisticalType> |
getClustererParameters(String configPath,
String algorithmName) |
static List<ComputationalAgent> |
getClusterers(AlgorithmConfiguration config) |
static String |
getDescription(String configPath,
String algorithmName) |
public static Clusterer getClusterer(AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<String> getAllClusterers(String configPath) throws Exception
Exceptionpublic static List<StatisticalType> getClustererParameters(String configPath, String algorithmName) throws Exception
Exceptionpublic static StatisticalType getClustererOutput(String configPath, String algorithmName) throws Exception
Exceptionpublic static String getDescription(String configPath, String algorithmName) throws Exception
Exceptionpublic static List<ComputationalAgent> getClusterers(AlgorithmConfiguration config) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.