Contents

init(labels:annotationColumnName:featureColumnNames:configuration:)

Creates a boosted tree classifier.

Declaration

init(labels: Set<Label?>, annotationColumnName: String, featureColumnNames: [String], configuration: BoostedTreeConfiguration = BoostedTreeConfiguration())

Discussion

  • Parameters

    • labels: The set of possible labels.

    • annotationColumnName: The name of the column containing the ground truth labels.

    • featureColumnNames: The names of the feature columns.

    • configuration: The configuration.