Menu Close

AVEVA E3D DESIGN 3.1 | What’s New – Machine Learning Object

This release AVEVA E3D DESIGN 3.1.5 introduces the ability to import trained machine learning models with Microsoft ML.NET Models to AVEVA PML via a PMLNETCALLABLE Object. Import of a Microsoft ML.NET Model can be executed from the Model module user interface via the Developer tab, Machine Learning button.

The user must complete all fields in the prompted Machine Learning form.

Field NameData TypeDescription
Model NameSTRINGUsed to define the name of the PMLNETCALLABLE object.
SeedREALSeed for Microsoft MLContext’s random number generator.
If a fixed seed is provided, the ML.NET model environment becomes deterministic, meaning that the results are repeatable and will remain the same across multiple runs.
Please refer to the Microsoft ML.NET documentation for further information.
ML.NET LocationFile Path (STRING)Used to locate the trained Microsoft ML.NET model.
PML Callable LocationFile Path (STRING)Used to define the output location of the PMLNETCALLABLE dll.