|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A factory class that creates instances of
KMeansSettings.
Factory| Method Summary | |
KMeansSettings |
create()
Creates an instance of KMeansSettings initialized to vendor-specified default values. |
boolean |
supportsCapability(ClusteringDistanceFunction distanceFunction)
Returns true if the specified distance function is supported in the implementation of the JDM being used. |
boolean |
supportsCapability(KMeansCapability capability)
Returns true if the specified capability is supported in the implementation of the JDM being used. |
| Method Detail |
public KMeansSettings create()
throws JDMException
KMeansSettings initialized to vendor-specified default values.
JDMException
public boolean supportsCapability(ClusteringDistanceFunction distanceFunction)
throws JDMException
distanceFunction -
JDMException
public boolean supportsCapability(KMeansCapability capability)
throws JDMException
capability - An enumeration value that represents a specific capability.
JDMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||