VTK  9.3.20240329
vtkPKMeansStatisitcs Class Reference

A class for parallel k means clustering. More...

#include <vtkPKMeansStatistics.h>

Detailed Description

A class for parallel k means clustering.

vtkPKMeansStatistics is vtkKMeansStatistics subclass for parallel datasets. It learns and derives the global statistical model on each node, but assesses each individual data points on the node that owns it.

Thanks:
Thanks to Janine Bennett, Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.

The documentation for this class was generated from the following file: