public class HM_CompleteLink extends HM_Cluster
If there is no overlap in the datasets, a zero result is returned, meaning that
no clustering is possible. A Euclidean
distance metric is used to measure closeness.
This service then tries to link its parent service with all other ones that are part
of the linked set, or cluster group.
allData, clusterURIs, evalMetric, numberOfIterations, rnd
configXml
shutDown
passwordHandler, service, serviceType
jarFile, syncOn, uuid
Constructor and Description |
---|
HM_CompleteLink()
Create a new instance of HM_CompleteLink.
|
HM_CompleteLink(org.licas_xml.abs.Element adminXml)
Create a new instance of HM_CompleteLink.
|
Modifier and Type | Method and Description |
---|---|
org.licas_xml.abs.Element |
evaluate(DataQueryModel dataInfo)
Evaluate the behaviour, process, or action.
|
alreadyLinkedTo, getMetricType, iterationsOK, resetValues
getShutDown, interrupt, setShutDown, setShutDown
canAccess, canAccessTemp, getPasswordHandler, getPasswordHandler, getServerPassword, getServicePassword, getServiceType, isAdminKey, setServiceDetails, setServiceType
getJarFile, getUUID, loadObject, setJarFile, setUUID, threadAliveState
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getUUID, setJarFile, setUUID
public HM_CompleteLink() throws java.lang.Exception
java.lang.Exception
- any error.public HM_CompleteLink(org.licas_xml.abs.Element adminXml) throws java.lang.Exception
adminXml
- configuration parameters, including metric type and setup.java.lang.Exception
- any error.public org.licas_xml.abs.Element evaluate(DataQueryModel dataInfo) throws java.lang.Exception
evaluate
in class HeuristicModule
dataInfo
- initialisation dataInfo for the evaluator.java.lang.Exception
- and error.