Uses of Class
org.nlpub.watset.util.ClusteringAlgorithmProvider.ProvidingAlgorithm
-
Packages that use ClusteringAlgorithmProvider.ProvidingAlgorithm Package Description org.nlpub.watset.util Utility classes and helpers. -
-
Uses of ClusteringAlgorithmProvider.ProvidingAlgorithm in org.nlpub.watset.util
Methods in org.nlpub.watset.util that return ClusteringAlgorithmProvider.ProvidingAlgorithm Modifier and Type Method Description static ClusteringAlgorithmProvider.ProvidingAlgorithmClusteringAlgorithmProvider.ProvidingAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static ClusteringAlgorithmProvider.ProvidingAlgorithm[]ClusteringAlgorithmProvider.ProvidingAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared.
-