Contents

init(checkpoint:)

Creates a decision tree regressor from a checkpoint.

Declaration

init(checkpoint: MLCheckpoint) throws

Parameters

  • checkpoint:

    Training checkpoint.

Discussion