IDAX.PREDICT_KMEANS - Apply a K-means clustering model to new data
Use this stored procedure to apply a K-means clustering model to new data.
Authorization
The privileges held by the authorization ID of the statement must include the IDAX_USER role.
Syntax
IDAX.PREDICT_KMEANS(in parameter_string varchar(32672))
Parameter descriptions
- parameter_string
- Mandatory one-string parameter that contains pairs of <parameter>=<value> entries that are separated by a comma.
Returned information
The number of input table records, which a cluster is assigned to as a result set.