Provides access to members that control spectral angle mapper function arguments.
Members
Name | Description | |
---|---|---|
Raster | The input raster. | |
SpectralProfileDefinition | The trained classifier definition json object. | |
SpectralProfileFile | The trained classifier definition file. | |
Threshold | Controls the threshold for classification. | |
TrainingFeature | The feature class as training samples. |
ISpectralAngleMapperFunctionArguments.Raster Property
The input raster.
Public Property Raster As Object
public object Raster {get; set;}
ISpectralAngleMapperFunctionArguments.SpectralProfileDefinition Property
The trained classifier definition json object.
Public Property SpectralProfileDefinition As IJSONObject
public IJSONObject SpectralProfileDefinition {get; set;}
ISpectralAngleMapperFunctionArguments.SpectralProfileFile Property
The trained classifier definition file.
Public Property SpectralProfileFile As String
public string SpectralProfileFile {get; set;}
ISpectralAngleMapperFunctionArguments.Threshold Property
Controls the threshold for classification.
Public Property Threshold As Double
public double Threshold {get; set;}
ISpectralAngleMapperFunctionArguments.TrainingFeature Property
The feature class as training samples.
Public Property TrainingFeature As ITable
public ITable TrainingFeature {get; set;}
Classes that implement ISpectralAngleMapperFunctionArguments
Classes | Description |
---|---|
SpectralAngleMapperFunctionArguments | A class for Spectral Angle function arguments. |