Package de.unihalle.informatik.Alida.demo

Demonstrator package of how to implement and use Alida operators.

See:
          Description

Class Summary
ALDArrayMean Operator returning the mean value of an 1D array.
ALDArrayMin Operator returning the minimum value of an 1D array.
ALDArraySum Operator returning the sum of an 1D array.
ALDSummarizeArrayOp A abstract summarizing operator taking a 1D array as input and return a summarizing scalar.
ApplyToMatrix Demo operator to apply a summarizing operation to a 2D array in row or column wise fashion.
ExperimentalData This class is a toy implementation of experimental data for a demo of Alida's parametrized classes.
MatrixSum Demo operator to calculate colum or row sums of a 2D array.
NormalizeExperimentalDataOp Demo class to normalize experimental data.
 

Enum Summary
ApplyToMatrix.SummarizeMode Choose row or colum wise sum
MatrixSum.SummarizeMode Choose row or colum wise sum
 

Package de.unihalle.informatik.Alida.demo Description

Demonstrator package of how to implement and use Alida operators.

Author:
moeller