Skip to content

Provides access to members that control Classify function arguments (v2).

Members

Name Description
Read/write property AddedFrameWidth Width of safety frame added around pixel block, in pixel. Optional. Default is 128.
Read/write property BackgroundCovariance Background covariance used by the CEM, ACE or MF detection method/classifier. Optional. If not set, covariance defaults to 0.0.
Read/write property BackgroundMean Per-band background mean used by the CEM, ACE or MF detection method/classifier. Optional. If not set, background mean defaults to 0.0.
Read/write property BandIsValid Per-band weights validity flags (1.0 = valid, 0.0 = invalid) aligned with band order.
Read/write property BandWeights Per-band weights used by the CEM, ACE or MF detection method/classifier. Optional. If not set, weights default to 1.0.
Read/write property ClassifierDefinition The trained classifier definition json object.
Read/write property ClassifierDefinitionFile The trained classifier definition file.
Read/write property Raster The source raster object.
Read/write property Raster2 The second source raster object, optional.

IClassifyFunctionArguments2.BackgroundCovariance Property

Background covariance used by the CEM, ACE or MF detection method/classifier. Optional. If not set, covariance defaults to 0.0.

Public Property BackgroundCovariance As IDoubleArray
public IDoubleArray BackgroundCovariance {get; set;}

IClassifyFunctionArguments2.BackgroundMean Property

Per-band background mean used by the CEM, ACE or MF detection method/classifier. Optional. If not set, background mean defaults to 0.0.

Public Property BackgroundMean As IDoubleArray
public IDoubleArray BackgroundMean {get; set;}

IClassifyFunctionArguments2.BandIsValid Property

Per-band weights validity flags (1.0 = valid, 0.0 = invalid) aligned with band order.

Public Property BandIsValid As ILongArray
public ILongArray BandIsValid {get; set;}

IClassifyFunctionArguments2.BandWeights Property

Per-band weights used by the CEM, ACE or MF detection method/classifier. Optional. If not set, weights default to 1.0.

Public Property BandWeights As IDoubleArray
public IDoubleArray BandWeights {get; set;}

Inherited Interfaces

Interfaces Description
IClassifyFunctionArguments Provides access to members that control Classify function arguments.

Classes that implement IClassifyFunctionArguments2

Classes Description

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