Navigation
API > API/Plugins > API/Plugins/NearestNeighborModelEditor
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UMLDeformerTrainingModel
- UNearestNeighborTrainingModel
References
| Module | NearestNeighborModelEditor |
| Header | /Engine/Plugins/Animation/MLDeformer/NearestNeighborModel/Source/NearestNeighborModelEditor/Public/NearestNeighborTrainingModel.h |
| Include | #include "NearestNeighborTrainingModel.h" |
Syntax
UCLASS&40;Blueprintable&41;
class UNearestNeighborTrainingModel : public UMLDeformerTrainingModel
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | KmeansClusterPoses
(
const int32 PartId |
||
| int32 | Train () |
Main training function, with implementation in python. | |
| int32 |
Overridden from UMLDeformerTrainingModel
| Type | Name | Description | |
|---|---|---|---|
| void | Init
(
UE::MLDeformer::FMLDeformerEditorModel* InEditorModel |
Initialize the training model. This is automatically called by the editor. |