ISpectralAngleMapperFunctionArguments Interface

Provides access to members that control spectral angle mapper function arguments.

Members

Name Description
Read/write property Raster The input raster.
Read/write property SpectralProfileDefinition The trained classifier definition json object.
Read/write property SpectralProfileFile The trained classifier definition file.
Read/write property Threshold Controls the threshold for classification.
Read/write property 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.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.