Navigation
API > API/Plugins > API/Plugins/Learning
Details of the result of the PCA fitting.
| Name | FPCAResult |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/LearningAgents/Source/Learning/Public/LearningPCA.h |
| Include Path | #include "LearningPCA.h" |
Syntax
struct FPCAResult
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSuccess | bool | Was the PCA transform fit successfully. | LearningPCA.h | |
| DimensionNum | int32 | How many dimensions were kept by the PCA transform. | LearningPCA.h | |
| VarianceRatioPreserved | float | Number between 0 and 1 saying how much of the variance is preserved. | LearningPCA.h |