View source: R/SOptim_GetTrainData.R
calcStatsFinish | R Documentation |
Performs data aggregation ops necessary to calculate the percentage cover per
class and segment ID based on initial processing by calcStatsStart
.
calcStatsFinish(x, thresh = 0.5)
x |
A data.frame from |
thresh |
A threshold value defining the minimum proportion of the segment ]0, 1] that
must be covered by a certain class to be considered as a training case. This threshold will
only apply if |
A data.frame with final training data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.