ISpectralUnmixingFunctionArguments Interface

Provides access to members that control spectral unmixing Function arguments.

Members

Name Description
Read/write property NonNegative Controls whether the friction is negative.
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 SumToOne Controls whether the sum of all frictions equals one.
Read/write property 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.

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