Provides access to members that control spectral unmixing Function arguments.
Members
| Name | Description | |
|---|---|---|
|  | 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. | 
ISpectralUnmixingFunctionArguments.NonNegative Property
Controls whether the friction is negative.
Public Property NonNegative As Boolean
public bool NonNegative {get; set;}
ISpectralUnmixingFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
ISpectralUnmixingFunctionArguments.SpectralProfileDefinition Property
The trained classifier definition json object.
Public Property SpectralProfileDefinition As IJSONObject
public IJSONObject SpectralProfileDefinition {get; set;}
ISpectralUnmixingFunctionArguments.SpectralProfileFile Property
The trained classifier definition file.
Public Property SpectralProfileFile As String
public string SpectralProfileFile {get; set;}
ISpectralUnmixingFunctionArguments.SumToOne Property
Controls whether the sum of all frictions equals one.
Public Property SumToOne As Boolean
public bool SumToOne {get; set;}
ISpectralUnmixingFunctionArguments.TrainingFeature Property
The feature class as training samples.
Public Property TrainingFeature As ITable
public ITable TrainingFeature {get; set;}
Classes that implement ISpectralUnmixingFunctionArguments
| Classes | Description | 
|---|---|
| SpectralUnmixingFunctionArguments | A class for Spectral Unmixing function arguments. |