cluster property

List<List<int>> cluster

Result clusters

Implementation

List<List<int>> get cluster {
  return _cluster;
}