Skip to content
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ template <>
class DistributedContainerIface<step2Master> : public daal::algorithms::AnalysisContainerIface<distributed>
{
public:
DistributedContainerIface() {}
DAAL_DEPRECATED DistributedContainerIface() {}
virtual ~DistributedContainerIface() {}

/**
Expand Down Expand Up @@ -349,7 +349,7 @@ class DistributedIface<step1Local> : public OnlineImpl
typedef super::PartialResultType PartialResultType;

/** Default constructor */
DistributedIface() : OnlineImpl() {}
DAAL_DEPRECATED DistributedIface() : OnlineImpl() {}

/**
* Constructs an algorithm for correlation or variance-covariance matrix computation
Expand Down Expand Up @@ -403,7 +403,7 @@ class DistributedIface<step2Master> : public daal::algorithms::Analysis<distribu
typedef algorithms::covariance::PartialResult PartialResultType;

/** Default constructor */
DistributedIface() { initialize(); }
DAAL_DEPRECATED DistributedIface() { initialize(); }

/**
* Constructs an algorithm for correlation or variance-covariance matrix computation
Expand Down Expand Up @@ -575,7 +575,7 @@ class Distributed<step1Local, algorithmFPType, method> : public Online<algorithm
typedef typename super::ResultType ResultType;
typedef typename super::PartialResultType PartialResultType;

Distributed() : Online<algorithmFPType, method>() {}
DAAL_DEPRECATED Distributed() : Online<algorithmFPType, method>() {}

/**
* Constructs an algorithm for correlation or variance-covariance matrix computation
Expand Down Expand Up @@ -637,7 +637,7 @@ class Distributed<step2Master, algorithmFPType, method> : public DistributedIfac
typedef typename super::PartialResultType PartialResultType;

/** Default constructor */
Distributed();
DAAL_DEPRECATED Distributed();

/**
* Constructs an algorithm for correlation or variance-covariance matrix computation
Expand Down
52 changes: 26 additions & 26 deletions cpp/daal/include/algorithms/dbscan/dbscan_distributed.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class DistributedContainer<step1Local, algorithmFPType, method, cpu> : public Tr
* in the first step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -95,7 +95,7 @@ class DistributedContainer<step2Local, algorithmFPType, method, cpu> : public Tr
* in the second step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -124,7 +124,7 @@ class DistributedContainer<step3Local, algorithmFPType, method, cpu> : public Tr
* in the third step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -153,7 +153,7 @@ class DistributedContainer<step4Local, algorithmFPType, method, cpu> : public Tr
* in the fourth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -182,7 +182,7 @@ class DistributedContainer<step5Local, algorithmFPType, method, cpu> : public Tr
* in the fifth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -211,7 +211,7 @@ class DistributedContainer<step6Local, algorithmFPType, method, cpu> : public Tr
* in the sixth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -240,7 +240,7 @@ class DistributedContainer<step7Master, algorithmFPType, method, cpu> : public T
* in the seventh step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -269,7 +269,7 @@ class DistributedContainer<step8Local, algorithmFPType, method, cpu> : public Tr
* in the eighth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -298,7 +298,7 @@ class DistributedContainer<step9Master, algorithmFPType, method, cpu> : public T
* in the ninth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -327,7 +327,7 @@ class DistributedContainer<step10Local, algorithmFPType, method, cpu> : public T
* in the tenth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -356,7 +356,7 @@ class DistributedContainer<step11Local, algorithmFPType, method, cpu> : public T
* in the eleventh step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -385,7 +385,7 @@ class DistributedContainer<step12Local, algorithmFPType, method, cpu> : public T
* in the twelfth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -414,7 +414,7 @@ class DistributedContainer<step13Local, algorithmFPType, method, cpu> : public T
* in the thirteenth step of the distributed processing mode
* \param[in] daalEnv Environment object
*/
DistributedContainer(daal::services::Environment::env * daalEnv);
DAAL_DEPRECATED DistributedContainer(daal::services::Environment::env * daalEnv);
/** Default destructor */
~DistributedContainer();

Expand Down Expand Up @@ -477,7 +477,7 @@ class Distributed<step1Local, algorithmFPType, method> : public daal::algorithms
* \param[in] blockIndex Unique identifier of block initially passed for computation on the local node
* \param[in] nBlocks Number of blocks initially passed for computation on all nodes
*/
Distributed(size_t blockIndex, size_t nBlocks);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -597,7 +597,7 @@ class Distributed<step2Local, algorithmFPType, method> : public daal::algorithms
* \param[in] blockIndex Unique identifier of block initially passed for computation on the local node
* \param[in] nBlocks Number of blocks initially passed for computation on all nodes
*/
Distributed(size_t blockIndex, size_t nBlocks);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -719,7 +719,7 @@ class Distributed<step3Local, algorithmFPType, method> : public daal::algorithms
* \param[in] rightBlocks Number of blocks that will process observations with value of selected
split feature greater than selected split value
*/
Distributed(size_t leftBlocks, size_t rightBlocks);
DAAL_DEPRECATED Distributed(size_t leftBlocks, size_t rightBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -841,7 +841,7 @@ class Distributed<step4Local, algorithmFPType, method> : public daal::algorithms
* \param[in] rightBlocks Number of blocks that will process observations with value of selected
split feature greater than selected split value
*/
Distributed(size_t leftBlocks, size_t rightBlocks);
DAAL_DEPRECATED Distributed(size_t leftBlocks, size_t rightBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -962,7 +962,7 @@ class Distributed<step5Local, algorithmFPType, method> : public daal::algorithms
* \param[in] nBlocks Number of blocks initially passed for computation on all nodes
* \param[in] epsilon Radius of neighborhood
*/
Distributed(size_t blockIndex, size_t nBlocks, algorithmFPType epsilon);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks, algorithmFPType epsilon);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1084,7 +1084,7 @@ class Distributed<step6Local, algorithmFPType, method> : public daal::algorithms
* \param[in] epsilon Radius of neighborhood
* \param[in] minObservations Minimal total weight of observations in neighborhood of core observation
*/
Distributed(size_t blockIndex, size_t nBlocks, algorithmFPType epsilon, size_t minObservations);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks, algorithmFPType epsilon, size_t minObservations);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1201,7 +1201,7 @@ class Distributed<step7Master, algorithmFPType, method> : public daal::algorithm
/**
* Constructs a DBSCAN algorithm
*/
Distributed();
DAAL_DEPRECATED Distributed();

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1310,7 +1310,7 @@ class Distributed<step8Local, algorithmFPType, method> : public daal::algorithms
* \param[in] blockIndex Unique identifier of block initially passed for computation on the local node
* \param[in] nBlocks Number of blocks initially passed for computation on all nodes
*/
Distributed(size_t blockIndex, size_t nBlocks);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1428,7 +1428,7 @@ class Distributed<step9Master, algorithmFPType, method> : public daal::algorithm
/**
* Constructs a DBSCAN algorithm
*/
Distributed();
DAAL_DEPRECATED Distributed();

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1556,7 +1556,7 @@ class Distributed<step10Local, algorithmFPType, method> : public daal::algorithm
* \param[in] blockIndex Unique identifier of block initially passed for computation on the local node
* \param[in] nBlocks Number of blocks initially passed for computation on all nodes
*/
Distributed(size_t blockIndex, size_t nBlocks);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1676,7 +1676,7 @@ class Distributed<step11Local, algorithmFPType, method> : public daal::algorithm
* \param[in] blockIndex Unique identifier of block initially passed for computation on the local node
* \param[in] nBlocks Number of blocks initially passed for computation on all nodes
*/
Distributed(size_t blockIndex, size_t nBlocks);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1796,7 +1796,7 @@ class Distributed<step12Local, algorithmFPType, method> : public daal::algorithm
* \param[in] blockIndex Unique identifier of block initially passed for computation on the local node
* \param[in] nBlocks Number of blocks initially passed for computation on all nodes
*/
Distributed(size_t blockIndex, size_t nBlocks);
DAAL_DEPRECATED Distributed(size_t blockIndex, size_t nBlocks);

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down Expand Up @@ -1914,7 +1914,7 @@ class Distributed<step13Local, algorithmFPType, method> : public daal::algorithm
/**
* Constructs a DBSCAN algorithm
*/
Distributed();
DAAL_DEPRECATED Distributed();

/**
* Constructs a DBSCAN algorithm by copying input objects and parameters
Expand Down
Loading
Loading