|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
ClusteringSettings.
Factory| Method Summary | |
ClusteringSettings |
create()
Creates an instance of ClusteringSettings for building a ClusteringModel initialized to vendor-specific default values. |
boolean |
supportsCapability(AggregationFunction aggregationFunction)
Returns true if the specified aggregation function is supported in theJDM implementation. |
boolean |
supportsCapability(AttributeComparisonFunction comparisonFunction)
Returns true if the specified attribute comparison function is supported in the JDM implementation. |
boolean |
supportsCapability(ClusteringCapability capability)
Returns true if the specified capability is supported in the JDM implementation. |
boolean |
supportsCapability(MiningAlgorithm algorithm,
ClusteringCapability capability)
Returns true if the specified capability is supported by the specified clustering algorithm. |
| Method Detail |
public ClusteringSettings create()
throws JDMException
ClusteringSettings for building a ClusteringModel initialized to vendor-specific default values.
JDMException
public boolean supportsCapability(AggregationFunction aggregationFunction)
throws JDMException
aggregationFunction -
JDMException
public boolean supportsCapability(AttributeComparisonFunction comparisonFunction)
throws JDMException
comparisonFunction -
JDMException
public boolean supportsCapability(ClusteringCapability capability)
throws JDMException
capability - An enumeration value that represents a specific capability.
JDMException
public boolean supportsCapability(MiningAlgorithm algorithm,
ClusteringCapability capability)
throws JDMException
This method must be used when an algorithm settings is specified with function settings. Throws an exception if the algorithm is not one of the supported clustering algorithms.
algorithm - capability -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||