Provides access to members that control spectral unmixing function arguments.
Members
| Name | Description | |
|---|---|---|
![]() |
ContinuumRemoval | Controls continuum removal. |
![]() |
NonNegative | Controls whether the friction is negative. |
![]() |
Raster | The input raster. |
![]() |
SpectralProfileDefinition | The trained classifier definition json object. |
![]() |
SpectralProfileFile | The trained classifier definition file. |
![]() |
SumToOne | Controls whether the sum of all frictions equals one. |
![]() |
TrainingFeature | The feature class as training samples. |
ISpectralUnmixingFunctionArguments2.ContinuumRemoval Property
Controls continuum removal.
Public Property ContinuumRemoval As Boolean
public bool ContinuumRemoval {get; set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| ISpectralUnmixingFunctionArguments | Provides access to members that control spectral unmixing Function arguments. |
Classes that implement ISpectralUnmixingFunctionArguments2
| Classes | Description |
|---|---|
| SpectralUnmixingFunctionArguments | A class for Spectral Unmixing function arguments. |

