Partial results obtained with the compute() method of K-Means algorithm in the distributed processing mode.
More...
Sets a partial result of computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | key | Identifier of the node this partial result comes from |
[in] | ptr | Pointer to the object |
DAAL_EXPORT services::Status allocate |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
parameter, |
|
|
const int |
method |
|
) |
| |
Allocates memory to store partial results of computing initial centroids for K-Means algorithm
- Parameters
-
[in] | input | Pointer to the input structure |
[in] | parameter | Pointer to the parameter structure |
[in] | method | Computation method of the algorithm |
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks a partial result of computing initial centroids for K-Means algorithm
- Parameters
-
[in] | input | Input object for the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks a partial result of computing initial centroids for K-Means algorithm
- Parameters
-
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
Returns a partial result of computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
Returns a partial result of computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | key | Identifier of the node this partial result comes from |
- Returns
- Partial result that corresponds to the given identifier
Returns a partial result of computing initial centroids for K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
void initialize |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| |
Initializes the partial result data
- Parameters
-
[in] | input | Input object for the algorithm |
[in] | par | Parameter of the algorithm |
[in] | method | Computation method of the algorithm |
The documentation for this class was generated from the following file: