formatSegmentation-methods: Format the raw segmentation list returned from the C++ code...

formatSegmentationR 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))


gaselect documentation built on June 22, 2024, 11:05 a.m.