Open 3D Engine MachineLearning Gem API Reference
24.09
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
|
Public Member Functions | |
AZ_RTTI (IMachineLearning, IMachineLearningTypeId) | |
virtual void | RegisterModel (INeuralNetworkPtr model)=0 |
Registers a model with the machine learning interface. | |
virtual void | UnregisterModel (INeuralNetworkPtr model)=0 |
Removes a model from the machine learning interface. | |
virtual ModelSet & | GetModelSet ()=0 |
Retrieves the full set of registered models from the machine learning interface. | |