Provides access to members that control Classify function arguments (v2).
Members
| Name | Description | |
|---|---|---|
![]() |
AddedFrameWidth | Width of safety frame added around pixel block, in pixel. Optional. Default is 128. |
![]() |
BackgroundCovariance | Background covariance used by the CEM, ACE or MF detection method/classifier. Optional. If not set, covariance defaults to 0.0. |
![]() |
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. |
![]() |
BandIsValid | Per-band weights validity flags (1.0 = valid, 0.0 = invalid) aligned with band order. |
![]() |
BandWeights | Per-band weights used by the CEM, ACE or MF detection method/classifier. Optional. If not set, weights default to 1.0. |
![]() |
ClassifierDefinition | The trained classifier definition json object. |
![]() |
ClassifierDefinitionFile | The trained classifier definition file. |
![]() |
Raster | The source raster object. |
![]() |
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 |
|---|

