C++ API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

List of all members
Parameter< defaultDense > Struct Template Reference

Parameters of the outlier detection computation using the defaultDense method. More...

Class Declaration

template<>
struct daal::algorithms::multivariate_outlier_detection::interface1::Parameter< defaultDense >

Deprecated:
This item will be removed in a future release.
template <>
struct DAAL_EXPORT Parameter<defaultDense> : public daal::algorithms::Parameter
{
Parameter() {}
services::SharedPtr<InitIface> initializationProcedure;
virtual services::Status check() const DAAL_C11_OVERRIDE {return services::Status();}
};

Member Data Documentation

services::SharedPtr<InitIface> initializationProcedure

Initialization procedure for setting initial parameters of the algorithm


The documentation for this struct was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.