Interface for the K-Means initialization distributed Input classes used with plusPlus and parallelPlus methods only on the 2nd step on a local node.
More...
◆ check()
Checks an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | par | Input object |
[in] | method | Method of the algorithm |
Reimplemented from Input.
◆ get() [1/3]
data_management::NumericTablePtr get |
( |
InputId |
id | ) |
const |
Returns input objects for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [2/3]
Returns input objects for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ get() [3/3]
Returns input objects for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
- Returns
- Input object that corresponds to the given identifier
◆ set() [1/3]
void set |
( |
InputId |
id, |
|
|
const data_management::NumericTablePtr & |
ptr |
|
) |
| |
Sets an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
◆ set() [2/3]
Sets an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
◆ set() [3/3]
Sets an input object for computing initial centroids for the K-Means algorithm
- Parameters
-
[in] | id | Identifier of the input object |
[in] | ptr | Pointer to the input object |
The documentation for this class was generated from the following file: