View source: R/SOptim_AuxFunctions.R
checkPrintSegmentationParams | R Documentation |
An useful function to verify the name of segmentation parameters to be optimized and to print them during GA optimization.
checkPrintSegmentationParams(x, segmentMethod, rnd = 5, print = TRUE)
x |
A character vector containing parameter names. |
segmentMethod |
The name of the segmentation method. Check available options on
|
rnd |
An integer defining the number of decimal plates. |
print |
Boolean defining whether or not to print the parameters. |
Prints a message with the segmentation parameters (returns NULL).
checkPrintSegmentationParams(x = c(0.1, 5), segmentMethod = "GRASS_RG",
rnd = 5, print = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.