Data Miner
|
Ada Boost classifier.
TDaalAdaBoostClassifier = class(TDaalClassifier);
The algorithm supports two classes (labels) in result. These two classes can have labels -1 and 1. Intel DAAL uses the word "features" rather than "attributes" for input columns. Does not support missing values. Features can be Continuous or Categorical. Ordinal features are treated as Continuous.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|