See: Description
| Class | Description |
|---|---|
| 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.
|
| ALDCalcMeanArray |
Operator for calculating the mean of given double values.
|
| ALDDemoOpControllable |
Controllable demo operator for testing interaction.
|
| ALDDemoOpControllableHandle |
Controllable demo operator for testing interaction using the status handle.
|
| ALDDynamicOp |
Operator to test dynamic parameters and callback function.
|
| ALDDynamicOpExtended |
Operator to test dynamic parameters and callback function.
|
| ALDParameterTester |
Dummy operator class for demo and testing of input parameter types.
|
| ALDSummarizeArrayOp |
A abstract summarizing operator taking a 1D array as input and
return a summarizing scalar.
|
| ALDTransposeMatrix |
Operator for transposing matrices.
|
| ApplyToMatrix |
Demo operator to apply a summarizing operation to a 2D array in row or column wise fashion.
|
| Baseline1D |
This class holds a baseline for 1D data which essentially is a
straight line as a 1D function.
|
| CorrectForBaseline1D |
Operator to correct the extrema with respect to a baseline.
|
| DemoWorkflow1D |
Operator implementing a workflow using
ExperimentalData1D. |
| DetectBaseline1D |
Operator to detect a baseline in the data of an ExperimentalData1D.
|
| DetectLocalExtrema1D |
Operator to detect local extrema in the data of an
ExperimentalData1D. |
| ExperimentalData1D |
This class is a toy implementation of experimental data for
a demo of Alida's parametrized classes.
|
| Extrema1D | |
| MatrixSum |
Demo operator to calculate colum or row sums of a 2D array.
|
| ReadExperimentalData1D |
Operator to read
ExperimentalData1D from a file. |
| RefineLocalExtrema1D |
Refine extrema
extremaSmoothedData found in smoothed data
using extrema extrema of the un-smoothed. |
| SmoothData1D |
Operator to smooth the data of an
ExperimentalData1D. |
| WriteExperimentalData1D |
Operator to write
ExperimentalData1D to a file. |
| WriteExtrema1D |
Operator to write
ExtremaalData1D to a file. |
| Enum | Description |
|---|---|
| ALDParameterTester.EnumSelection | |
| ApplyToMatrix.SummarizeMode |
Choose row or colum wise sum
|
| DetectLocalExtrema1D.ExtremaType | |
| DetectLocalExtrema1D.State |
are we approaching the next extremum, are values equal, or
are we departing the last extremum?
|
| MatrixSum.SummarizeMode |
Choose row or colum wise sum
|
| SmoothData1D.SmoothingMethod |
Copyright © 2010–2021 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.