|
Algorithm 2: Parametric k-means algorithm |
Step 1: For a given pdf , the number of MSE-RPs m, and initial iteration , input an initial set of points . Define a partition of as:
where:
Step 2: Calculate probabilities:
Step 3: Calculate conditional means:
Step 4: If and are identical, the process stops, and are delivered as the MSE-RPs of the distribution with probabilities . Otherwise, let and return to Step 1.
|