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