|
||||||||||
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.ALDPCAOp
@ALDAOperator(genericExecutionMode=ALL, level=APPLICATION) public class ALDPCAOp
Demo operator computing the PCA for experimental data.
The result is again of type experimental data where the sub experiments are projections into the subspace computed by the PCA.
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 | |
---|---|
ALDPCAOp()
Default constructor. |
|
ALDPCAOp(ExperimentalData _experiment)
Constructor. |
Method Summary | |
---|---|
ExperimentalData |
getExperiment()
Get value of experiment. |
Integer |
getNumComponents()
|
ExperimentalData |
getResult()
Get value of result. |
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 |
setNumComponents(Integer numComponents)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ALDPCAOp() throws ALDOperatorException
ALDOperatorException
public ALDPCAOp(ExperimentalData _experiment) throws ALDOperatorException
_experiment
- Experimental data
ALDOperatorException
Method Detail |
---|
public Integer getNumComponents()
public void setNumComponents(Integer numComponents)
numComponents
- the numComponents to setprotected void operate() throws ALDOperatorException, ALDProcessingDAGException
ALDOperator
operate
in class ALDOperator
ALDOperatorException
ALDProcessingDAGException
public ExperimentalData getResult()
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 |