|
||||||||||
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, operatorExecutionEventlistenerList, portHashAccess, verbose, versionProvider |
Constructor Summary | |
---|---|
ALDKmeansOp()
Default constructor. |
|
ALDKmeansOp(ExperimentalData _experiment)
Constructor. |
Method Summary | |
---|---|
List<Set<Integer>> |
getClusters()
Get value of result. |
ExperimentalData |
getExperiment()
Get value of experiment. |
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(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 List<Set<Integer>> getClusters()
public ExperimentalData getExperiment()
public void setExperiment(ExperimentalData value)
value
- New value of datapublic Integer getNumCluster()
public void setNumCluster(Integer numCluster)
numCluster
- the numCluster to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |