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

List of all members
Parameter Struct Reference

Parameters of the univariate outlier detection algorithm. More...

Class Declaration

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

Member Function Documentation

virtual services::Status check ( ) const
inlinevirtual

Check the correctness of the Parameter object

Returns
Status of computations

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.