formatSegmentation {gaselect} | 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))