unreal.PCGClusterAlgorithm

class unreal.PCGClusterAlgorithm

Bases: EnumBase

EPCGCluster Algorithm

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGClusterElement.h

EM: PCGClusterAlgorithm = Ellipsis

Expectation-Maximization - Categorizes points by using a Gaussian Mixture Model.

Type:

1

K_MEANS: PCGClusterAlgorithm = Ellipsis

K-Means - Categorizes points by their distance from a predefined number of continuously updated centroids.

Type:

0