unreal.NearestNeighborModelInstance

class unreal.NearestNeighborModelInstance(outer: Object | None = None, name: Name | str = 'None')

Bases: MLDeformerMorphModelInstance

Nearest Neighbor Model Instance

C++ Source:

  • Plugin: NearestNeighborModel

  • Module: NearestNeighborModel

  • File: NearestNeighborModelInstance.h

eval(input_data) Array[float]

This is the slow version of network inference. It is used by python.

Parameters:

input_data (Array[float]) –

Return type:

Array[float]

reset() None

~END UMLDeformerModelInstance overrides