|
||||||||||
| 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.AnalyzeExperiment
@ALDAOperator(genericExecutionMode=ALL,
level=APPLICATION)
public class AnalyzeExperimentDemo operator to cluster experimental data.
First, optionally the data are normalized. Second, again optionally, the data are subjected to a PCA. Finally clustered via 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 | |
|---|---|
AnalyzeExperiment()
Default constructor. |
|
AnalyzeExperiment(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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnalyzeExperiment()
throws ALDOperatorException
ALDOperatorException
public AnalyzeExperiment(ExperimentalData _experiment)
throws ALDOperatorException
experiment - Experimental data
ALDOperatorException| Method Detail |
|---|
protected void operate()
throws ALDOperatorException,
ALDProcessingDAGException
ALDOperator
operate in class ALDOperatorALDOperatorException
ALDProcessingDAGExceptionpublic java.util.List<java.util.Set<java.lang.Integer>> getClusters()
public ExperimentalData getExperiment()
public void setExperiment(ExperimentalData value)
value - New value of data
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||