Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
References
| Module | GeometryAlgorithms |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/PCA3.h |
| Include | #include "PCA3.h" |
Syntax
struct FComputePCA3Options
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bScaleDataToUnitCube | Whether to uniformly re-scale the data to fit in a unit cube before computing PCA. Note the scale factor applied will be stored in TPCA3::ScaleFactor. | |
| bool | bSortEigenvalues | Whether to sort the eigenvalues in decreasing order, so the largest components are first. |