formatSegmentation {gaselect} | R Documentation |
Format the raw segmentation list returned from the C++ code into a usable list
Description
Format the raw segmentation list returned from the C++ code into a usable list
Usage
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)
Arguments
object |
The Evaluator object. |
segments |
The raw segmentation list. |
Value
A list of the form replication -> outerSegment -> (calibration, validation, inner -> (test, train))
[Package gaselect version 1.0.22 Index]