Navigation
API > API/Plugins > API/Plugins/MLDeformerFrameworkEditor
Description
Train the model. This will execute the train function inside your python code. Provide the UMLDeformerTrainingModel inherited class type as template argument.
| Name | UE::MLDeformer::TrainModel |
| Type | function |
| Header File | /Engine/Plugins/Animation/MLDeformer/MLDeformerFramework/Source/MLDeformerFrameworkEditor/Public/MLDeformerEditorModel.h |
| Include Path | #include "MLDeformerEditorModel.h" |
namespace UE
{
namespace MLDeformer
{
template<class TrainingModelClass>
ETrainingResult UE::MLDeformer::TrainModel
(
FMLDeformerEditorModel * EditorModel
)
}
}