Navigation
API > API/Plugins > API/Plugins/GeometryAlgorithms
| |
|
| Name |
FComputePCA3Options |
| Type |
struct |
| Header File |
/Engine/Plugins/Runtime/GeometryProcessing/Source/GeometryAlgorithms/Public/PCA3.h |
| Include Path |
#include "PCA3.h" |
Syntax
struct FComputePCA3Options
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| bScaleDataToUnitCube |
bool |
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. |
PCA3.h |
|
| bSortEigenvalues |
bool |
Whether to sort the eigenvalues in decreasing order, so the largest components are first. |
PCA3.h |
|