dotnet / machinelearning-samples

Samples for ML.NET, an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
4.48k stars 2.68k forks source link

ArrayDataViewBuilder end-to-end Unity #605

Open jack0x539 opened 5 years ago

jack0x539 commented 5 years ago

The Unity example says you have to use lower level calls, so that you're not using reflection; the example references ArrayDataViewBuilder, but that's an internal class within the ML libraries - what am I missing here? Thank you!

KrasnovPavel commented 3 years ago

Same question here!