|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
ClusteringApplySettings.
Factory| Method Summary | |
ClusteringApplySettings |
create()
Creates an empty instance of ClusteringApplySettings. |
ClusteringApplySettings |
getDefaultApplySettings()
Returns the default apply output specification for clustering model. |
ClusteringApplyContent[] |
getSupportedApplyContents(MiningAlgorithm algorithm)
Returns an array of ClusteringApplyContent that are supported by the specified algorithm. |
boolean |
supportsCapability(MiningAlgorithm algorithm,
ClusteringApplyCapability mappingType)
Returns true if the specified capability is supported by the specified clustering algorithm. |
boolean |
supportsCapability(MiningAlgorithm algorithm,
ClusteringApplyContent content)
Returns true if the specified content is supported by the specified clustering algorithm. |
| Method Detail |
public ClusteringApplySettings create()
throws JDMException
ClusteringApplySettings.
JDMExceptionpublic ClusteringApplySettings getDefaultApplySettings()
int. Vendors may choose to add different options, and user may add more attributes such as key. The vendor must document what are included in the default apply output specification returned.
public ClusteringApplyContent[] getSupportedApplyContents(MiningAlgorithm algorithm)
throws JDMException
ClusteringApplyContent that are supported by the specified algorithm. The parameter algorithm may be null if the clustering function does not support a specific algorithm. If algorithm is null, then this method returns an array of ClusteringApplyContent that are supported by clustering function.
An exception is thrown if algorithm is not a supported clustering algorithm.
algorithm - A type of clustering algorithm whose supported apply contents are to be returned.
JDMException
public boolean supportsCapability(MiningAlgorithm algorithm,
ClusteringApplyCapability mappingType)
throws JDMException
The parameter algorithm may be null if the clustering function does not support a specific algorithm. Throws an exception if the algorithm is not supported.
algorithm - mappingType -
JDMException
public boolean supportsCapability(MiningAlgorithm algorithm,
ClusteringApplyContent content)
throws JDMException
The parameter algorithm may be null if the clustering function does not support a specific algorithm. Throws an exception if the algorithm is not supported.
Must return true if content is clusterIdentifier for a supported clustering algorithm.
algorithm - content -
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||