Navigation
API > API/Plugins > API/Plugins/Learning
| |
|
| Name |
UE::Learning::Observation::ENormalization |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/LearningCore/Source/Learning/Public/LearningObservation.h |
| Include Path |
#include "LearningObservation.h" |
Syntax
namespace UE
{
namespace Learning
{
namespace Observation
{
enum ENormalization
{
Manual = 0,
AutoShared = 1,
AutoPerDimension = 2,
AutoDimensionAverage = 3,
}
}
}
}
Values
| Name |
Remarks |
| Manual |
|
| AutoShared |
|
| AutoPerDimension |
|
| AutoDimensionAverage |
|