Format the raw segmentation list returned from the C++ code into a usable list
formatSegmentation(object, segments)# S4 method for GenAlgPLSEvaluator,list
formatSegmentation(object, segments)
# S4 method for GenAlgUserEvaluator,list
formatSegmentation(object, segments)
# S4 method for GenAlgLMEvaluator,list
formatSegmentation(object, segments)
# S4 method for GenAlgFitEvaluator,list
formatSegmentation(object, segments)
A list of the form replication -> outerSegment -> (calibration, validation, inner -> (test, train))
The Evaluator object.
The raw segmentation list.