formatSegmentation | R Documentation |
Format the raw segmentation list returned from the C++ code into a usable list
formatSegmentation(object, segments)
## S4 method for signature 'GenAlgPLSEvaluator,list'
formatSegmentation(object, segments)
## S4 method for signature 'GenAlgUserEvaluator,list'
formatSegmentation(object, segments)
## S4 method for signature 'GenAlgLMEvaluator,list'
formatSegmentation(object, segments)
## S4 method for signature 'GenAlgFitEvaluator,list'
formatSegmentation(object, segments)
object |
The Evaluator object. |
segments |
The raw segmentation list. |
A list of the form replication -> outerSegment -> (calibration, validation, inner -> (test, train))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.