Partial results obtained with the compute() method of K-Means algorithm in the batch processing mode.
More...
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 K-Means algorithm
- Parameters
-
[in] | input | Pointer to the structure of the input objects |
[in] | parameter | Pointer to the structure of the algorithm parameters |
[in] | method | Computation method of the algorithm |
services::Status check |
( |
const daal::algorithms::Input * |
input, |
|
|
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks partial results of K-Means algorithm
- Parameters
-
[in] | input | Input object of the algorithm |
[in] | par | Algorithm parameter |
[in] | method | Computation method |
services::Status check |
( |
const daal::algorithms::Parameter * |
par, |
|
|
int |
method |
|
) |
| const |
Checks partial results of K-Means algorithm
- Parameters
-
[in] | par | Algorithm parameter |
[in] | method | Computation method |
Returns a partial result of K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
- Returns
- Partial result that corresponds to the given identifier
size_t getNumberOfFeatures |
( |
| ) |
const |
Returns the number of features in the Input data table
- Returns
- Number of features in the Input data table
void set |
( |
PartialResultId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets a partial result of K-Means algorithm
- Parameters
-
[in] | id | Identifier of the partial result |
[in] | ptr | Pointer to the object |
The documentation for this class was generated from the following file: