ClassifiedCubeData

Declaration: TRndForest.ClassifiedCubeData [ix, iy, ClsIx: integer]: double;
The readonly array property ClassifiedCubeData returns the results of the classification of the data cube classified by ClassifyCubeData. The parameters ix and iy specify the indices along the x and the y axis of the data cube, the parameter ClsIx specifies the class (valid range: 1...NClasses). The function returns the classification results, which are values between 0 and 1. Values above the classification threshold are an indication that the corresponding pixel belongs to class ClsIx.