Navigation
API > API/Plugins > API/Plugins/RigLogicLib > API/Plugins/RigLogicLib/dna > API/Plugins/RigLogicLib/dna/layers > API/Plugins/RigLogicLib/dna/layers/MachineLearnedBehaviorReader
Warnings netIndex must be less than the value returned by getNeuralNetworkCount. The index must be less than the value returned by getNeuralNetworkLayerCount.
References
| Module | RigLogicLib |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicLib/Public/dna/layers/MachineLearnedBehaviorReader.h |
| Include | #include "dna/layers/MachineLearnedBehaviorReader.h" |
ConstArrayView< float > getNeuralNetworkLayerBiases
&40;
std::uint16_t netIndex,
std::uint16_t layerIndex
&41; const
Remarks
NetIndex must be less than the value returned by getNeuralNetworkCount.
The index must be less than the value returned by getNeuralNetworkLayerCount. View over the bias values (for each unit in the layer).
Parameters
| Name | Description |
|---|---|
| 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. |