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,
AlgorithmConfiguration config) |
static List<StatisticalType> |
getClustererParameters(String configPath,
String algorithmName,
AlgorithmConfiguration config) |
static List<ComputationalAgent> |
getClusterers(AlgorithmConfiguration config) |
static String |
getDescription(String configPath,
String algorithmName,
AlgorithmConfiguration config) |
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, AlgorithmConfiguration config) throws Exception
Exceptionpublic static StatisticalType getClustererOutput(String configPath, String algorithmName, AlgorithmConfiguration config) throws Exception
Exceptionpublic static String getDescription(String configPath, String algorithmName, AlgorithmConfiguration config) throws Exception
Exceptionpublic static List<ComputationalAgent> getClusterers(AlgorithmConfiguration config) throws Exception
ExceptionCopyright © 2017. All Rights Reserved.