Uses of Class
de.unihalle.informatik.Alida.annotations.ALDAOperator

Packages that use ALDAOperator
de.unihalle.informatik.Alida.demo Demonstrator package of how to implement and use Alida operators. 
de.unihalle.informatik.Alida.operator Contains the core of Alida, i.e. the operator concept and processing graph stuff. 
 

Uses of ALDAOperator in de.unihalle.informatik.Alida.demo
 

Classes in de.unihalle.informatik.Alida.demo with annotations of type ALDAOperator
 class ALDArrayMean
          Operator returning the mean value of an 1D array.
 class ALDArrayMin
          Operator returning the minimum value of an 1D array.
 class ALDArraySum
          Operator returning the sum of an 1D array.
 class ALDCalcMeanArray
          Operator for calculating the mean of given double values.
 class ALDClusterExperiment
          Demo operator to cluster experimental data.
 class ALDDemoOpControllable
          Controllable demo operator for testing interaction.
 class ALDKmeansOp
          Demo operator clustering experimental data using k-means.
 class ALDParameterTester
          Dummy operator class for demo and testing of input parameter types.
 class ALDPCAOp
          Demo operator computing the PCA for experimental data.
 class ALDTransposeMatrix
          Operator for transposing matrices.
 class ApplyToMatrix
          Demo operator to apply a summarizing operation to a 2D array in row or column wise fashion.
 class FilterExperimentalDataOp
          Demo operator to filter experimental data.
 class MatrixSum
          Demo operator to calculate colum or row sums of a 2D array.
 class NormalizeExperimentalDataOp
          Demo operator to normalize experimental data.
 

Uses of ALDAOperator in de.unihalle.informatik.Alida.operator
 

Classes in de.unihalle.informatik.Alida.operator with annotations of type ALDAOperator
 class ALDOperatorControllable
          Operator class with inherent event handling for execution control.
 



Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.