‎10-06-2022 04:41 AM
Hello everyone, I would like to ask if anyone has ever used the KNN machine learning tools in Labview, I would like to use them but I don't know. can i do a test data test with the training data i have created? Please help me
frhnnmhd_0-1665049290350.png
‎10-06-2022 04:43 AM
or I need to get the equation by testing the test data with the training data first with another application like matlab?
‎10-06-2022
08:08 AM
- last edited on
‎07-16-2026
11:09 AM
by
Content Cleaner
in the 2011 version, 2 examples are provided
alexderjuengere_0-1665061504402.png
and I guess in the 2018 version,
there are also examples included
@frhnnmhd wrote:
can i do a test data test with the training data i have created?
yes you can - usually you would use:
alexderjuengere_1-1665061829576.png
‎10-06-2022 11:17 AM
thanks for the answer sir, do you have an exampleVI using mlt tools for testing machine learning data? can you attach the VI so i can see
‎10-08-2022 07:08 AM - edited ‎10-08-2022 07:11 AM
@frhnnmhd wrote:
thanks for the answer sir, do you have an exampleVI using mlt tools for testing machine learning data? can you attach the VI so i can see
I don't have a KNN.vi or an KNN.vi example at hand.
A Machine Learning demo using a Trainingset to learn the ML model and a Testset for a first external validation of the trained model, could look like this
alexderjuengere_0-1665230728494.png