AbstractInPlaceSpectrumTransformer |
Ancestor for spectrum transformers that allow the processing to
happen in-place, rather than on a copy of the data.
|
BulkSampleDataDbWriter |
Writes sample data to the database and outputs whether the operation was successful.
|
BulkSpectrumDbWriter |
Writes spectra to the database and outputs whether the operation was successful.
|
Cleaner |
In case of Instances objects, 'unclean' Instance objects get removed.
|
Cleaner.CleanJob |
|
DeleteDbSampleDataValue |
Deletes the specified values from the sampledata table.
|
DeleteSampleDataValue |
Deletes values from sample data.
|
DeleteSampleDataValueByExpression |
DeleteSpectrum |
Removes the spectrum identified by database ID or sample ID.
|
Evaluator |
If input is Instances, build this Evaluator.
|
Evaluator.EvaluateJob |
|
GetSampleDataValue |
Retrieves a value from sample data.
|
GetSpectrumAmplitude |
Retrieves the spectrum's amplitude either via its index or wave number.
|
InstanceGenerator |
Generates weka.core.Instance objects from spectra or reports/sample data.
|
InstanceToSpectrum |
Converts a weka.core.Instance to a Spectrum.
By default, the wave numbers start at 0 and use an increment of 1.
If 'first' and 'last' wave number are supplied, the step size is calculated based on the number of amplitudes present in the Instance.
If only 'first' wave number is supplied, then the supplied wave step size is used.
'first' and 'last' get ignored if a value of less than 0 is supplied.
|
MergeSampleDataFromMap |
Merges the passing through spectrum/sample data objects with the referenced map of sample data objects in storage (the map uses the sample ID as key).
See also:
adams.data.conversion.SampleDataArrayToMap
Input/output:
- accepts:
adams.data.spectrum.Spectrum
adams.data.sampledata.SampleData
- generates:
adams.data.spectrum.Spectrum
adams.data.sampledata.SampleData
|
MultiSpectrumAdd |
Adds a value obtained from either the callable actor or from storage.
Callable actor takes precedent over storage, i.e., only if the callable actor cannot be located, is the storage name used.
|
MultiSpectrumFilter |
Generates a single spectrum from a multi-spectrum using the specified filter.
For some filters that use several spectra, the order of the spectra is important.
|
MultiSpectrumOperation |
MultiSpectrumOutlierDetector |
Uses the specified multi-spectrum filter to obtain a single spectrum from the multi-spectrum and applies the outlier detector to it.
Any resulting detections get added to the multi-spectrum itself.
|
MultiSpectrumRemove |
Removes all spectra from the multi-spectrum that match the criteria.
|
MultiSpectrumReportFilter |
Generates a single spectrum from a multi-spectrum using the specified filter.
|
PostProcessor |
Post-processes the input Instances or, after the post-processor has been initialized with Instances, also input Instance objects.
The actual post-processor in use gets output when container output enabled.
|
PredictionCheck |
Applies the specified check scheme to the incoming evaluation container.
|
SampleDataDbReader |
Loads sample data from the database and passes it on.
|
SampleDataDbWriter |
Writes sample data to the database if possible and passes the ID of the saved report on.
|
SampleDataFileReader |
Loads a file containing sample data from disk with a specified reader and passes it on.
|
SampleDataFileWriter |
Saves a quantitation report to disk with the specified writer and passes the absolute filename on.
As filename/directory name (depending on the writer) the database ID of the report is used (below the specified output directory).
|
SampleDataValueDbWriter |
Stores the specified values from the sample data passing through in the database.
|
SetEvaluationMetaData |
Adds the specified value under the listed key in the evaluation container.
|
SetSampleDataValue |
Sets a value in the sample data.
|
SetSpectrumAmplitude |
Sets the amplitude for the specified wave number.
Can either be used to replace an existing spectrum point or simply to insert another one.
|
SpectralAngleMapper |
Performs Spectral Angle Mapping on a set of spectra.
|
SpectrumAppend |
Appends the incoming spectrum to the one available from storage.
If none yet available from storage, then the current one simply put into storage.
If the spectrum already contains elements with the same wave number, then these will get replaced by the current ones.
|
SpectrumDbReader |
Loads a spectrum from the database and passes it on.
|
SpectrumDbWriter |
Writes a spectrum to the database and passes its ID on.
|
SpectrumDiff |
Computes the difference between two spectra (received as array) and outputs the difference as spectrum again: spectrum 1 - spectrum 2
Input/output:
- accepts:
knir.data.spectrum.Spectrum[]
- generates:
knir.data.spectrum.Spectrum
|
SpectrumFeatureGenerator |
Applies a spectrum feature generator to the incoming spectrum and outputs the generated features.
|
SpectrumFileReader |
Loads a file/directory containing spectrums from disk with a specified reader and passes them on.
|
SpectrumFileWriter |
Saves a spectrum to disk with the specified writer and passes the absolute filename on.
As filename/directory name (depending on the writer) the database ID of the spectrum is used (below the specified output directory).
|
SpectrumFilter |
Filters data using the specified filter.
|
SpectrumInfo |
Outputs statistics of a spectrum.
|
SpectrumMinMax |
Keeps track of min/max per wave number and outputs these min/max spectra at the specified interval of spectra processed.
|
SpreadSheetRowGenerator |
Generates spreadsheet row objects from spectra or reports/sample data.
|
ThreeWayDataFeatureGenerator |
Applies a 3-way data feature generator to the incoming data and outputs the generated features.
|
ThreeWayDataFileReader |
ThreeWayDataFileWriter |
ThreeWayDataFilter |
Filters data using the specified filter.
|
ThreeWayDataLoadingMatrix |
ThreeWayDataMerge |
Merges the incoming 3-way data structures using the specified algorithm.
|
ThreeWayDataModelFilter |
ThreeWayDataTrain |