Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/MachineLearnedBehaviorReader
Warnings netIndex must be less than the value returned by getNeuralNetworkCount. The index must be less than the value returned by getNeuralNetworkLayerCount.
Description
NetIndex must be less than the value returned by getNeuralNetworkCount.
The index must be less than the value returned by getNeuralNetworkLayerCount.
| Name | getNeuralNetworkLayerActivationFunctionParameters |
| Type | function |
| Header File | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include Path | #include "dna/layers/MachineLearnedBehaviorReader.h" |
ConstArrayView< float > getNeuralNetworkLayerActivationFunctionParameters
(
std::uint16_t netIndex,
std::uint16_t layerIndex
) const
View over the activation function parameters (defined in the context of the activation function).
Parameters
| Name | Remarks |
|---|---|
| netIndex | A neural network's position in the zero-indexed array of neural networks. |
| layerIndex | A name's position in the zero-indexed array of neural network layers. |
See Also
-
getNeuralNetworkCount
-
getNeuralNetworkLayerCount