|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDOperator
de.unihalle.informatik.Alida.demo.ALDKmeansOp
@ALDAOperator(genericExecutionMode=ALL, level=APPLICATION) public class ALDKmeansOp
Demo operator clustering experimental data using k-means.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
ALDOperator.HidingMode |
Field Summary |
---|
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
completeDAG, name, portHashAccess, verbose, versionProvider |
Constructor Summary | |
---|---|
ALDKmeansOp()
Default constructor. |
|
ALDKmeansOp(ExperimentalData _experiment)
Constructor. |
Method Summary | |
---|---|
java.util.List<java.util.Set<java.lang.Integer>> |
getClusters()
Get value of result. |
ExperimentalData |
getExperiment()
Get value of experiment. |
java.lang.Integer |
getNumCluster()
|
protected void |
operate()
This method does the actual work and needs to be implemented by every subclass. |
void |
setExperiment(ExperimentalData value)
Set value of data. |
void |
setNumCluster(java.lang.Integer numCluster)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ALDKmeansOp() throws ALDOperatorException
ALDOperatorException
public ALDKmeansOp(ExperimentalData _experiment) throws ALDOperatorException
experiment
- Experimental data
ALDOperatorException
Method Detail |
---|
protected void operate() throws ALDOperatorException, ALDProcessingDAGException
ALDOperator
operate
in class ALDOperator
ALDOperatorException
ALDProcessingDAGException
public java.util.List<java.util.Set<java.lang.Integer>> getClusters()
public ExperimentalData getExperiment()
public void setExperiment(ExperimentalData value)
value
- New value of datapublic java.lang.Integer getNumCluster()
public void setNumCluster(java.lang.Integer numCluster)
numCluster
- the numCluster to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |