CDFAA0243N The PREDICT_KMEANS routine was not run because the model for which it was called was generated using an unsupported distance function. Model name: model-name. Distance function: function-name. Supported distance functions: function-list.

Explanation

The PREDICT_KMEANS routine was called in order to analyze data using the indicated k-means model. However, the distance function that was used to create that model is not supported by the PREDICT_KMEANS routine.

User response

Regenerate the k-means model using one of the supported distance functions listed in this message, then call the PREDICT_KMEANS routine again.