learning.Result.finalize: Finalize a Learning Result

Description Usage Arguments Value

Description

This method can be invoked after a model learning process has completely finished. It should canonicalize the result as far as possible and may perform other tasks. It will not change any characteristics of the result, though. Since this work may be time-consuming, we put it in an extra method. Assume, for instance, that your learning task is to fit many models to a data set and then select a specific model for future use. You would invoke learning.Result.finalize only on this selected model.

Usage

1
2
3
4
learning.Result.finalize(object)

## S4 method for signature 'learning.Result'
learning.Result.finalize(object)

Arguments

object

the instance of learning.Result

Value

the finalized learning.Result instance


thomasWeise/learnerSelectoR documentation built on May 16, 2019, 7:47 a.m.