Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/FClusteringData > API/Plugins/PCG/FClusteringData/FExpectationMaximizationData
| Name | FProbabilityArray |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGClusterElement.h |
| Include Path | #include "Elements/PCGClusterElement.h" |
Syntax
struct FProbabilityArray
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Array | TArray< double, TInlineAllocator< 1024 > > | Elements/PCGClusterElement.h | ||
| NumCentroids | int32 | Elements/PCGClusterElement.h | ||
| NumPoints | int32 | Elements/PCGClusterElement.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
const int32 InNumPoints, |
Elements/PCGClusterElement.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArrayView< double > operator[]
(
const int32 Index |
Elements/PCGClusterElement.h |