Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FClusteringData > API/Plugins/PCG/FClusteringData/FExpectationMaximizationData
| Name | FGaussian |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGClusterElement.h |
| Include Path | #include "Elements/PCGClusterElement.h" |
Syntax
struct FGaussian
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGaussian () |
Elements/PCGClusterElement.h | ||
FGaussian
(
const FVector& InMean, |
Elements/PCGClusterElement.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDead | bool | Elements/PCGClusterElement.h | ||
| Covariance | FMatrix | Elements/PCGClusterElement.h | ||
| InvCovariance | FMatrix | Elements/PCGClusterElement.h | ||
| Mean | FVector | Elements/PCGClusterElement.h | ||
| NormalizationFactor | double | Elements/PCGClusterElement.h | ||
| Weight | double | Elements/PCGClusterElement.h |