Into

Modules

Documentation

classPiiBoostClassifierOperation

#include <PiiBoostClassifierOperation.h>

An operation that classifies samples using a boosted cascade of weak classifiers.

Inherits PiiClassifierOperation

Description

This operation supports all boosting algorithms supported by PiiBoostClassifier. This operation always uses PiiDecisionStump as the weak classifier. See PiiClassifierOperation and PiiBoostClassifier for details.

Properties

The boosting algorithm to use.

int

The maximum number of weak classifiers to add to the classifier tree.

double

Minimum trainining error.

Constructors and destructor

Protected member functions

int
double
void
void
(
  • int maxClassifiers
)
void
(
  • double minError
)

Property details

  • PiiClassification::BoostingAlgorithm algorithm

    [read, write]

    The boosting algorithm to use.

    Default is RealBoost.

  • int maxClassifiers

    [read, write]

    The maximum number of weak classifiers to add to the classifier tree.

    Generally, it is a good idea to keep this value lower than the number of features. The default is 100.

  • double minError

    [read, write]

    Minimum trainining error.

    See PiiBoostClassifier for details. The default value is 0.

Function details

Notes (0)

Add a note

Not a single note added yet. Be the first, add yours.