Data Miner
|
Support Vector Machine classifier.
TDaalSVMClassifier = 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.
The performance of algorithm is very sensitive to the value of the cacheSize property. Try to increase values to find best size at the expense of higher memory usage.
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|