Click or drag to resize

IEnsembleProcessingAuxiliaryData Interface

Interface for auxiliary data that are a secondary result in ensemble processing, for instance the ensemble mean. These data are not part of the main result set, but are necessary for processing spectra for prediction (PLS, PCR).

Namespace: Altaxo.Science.Spectroscopy.EnsembleProcessing
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public interface IEnsembleProcessingAuxiliaryData : IImmutable

The IEnsembleProcessingAuxiliaryData type exposes the following members.

Properties
 NameDescription
Public propertyName Gets the name of the data, for instance "Ensemble Mean".
Top
See Also