Data Prep Sheet

Action Principale : fastknn

Preparation Code

Script awaiting validation
Copied!
1 
2DATA casuser.entrenamiento;
3INPUT x y id;
4DATALINES;
51 1 1 1 2 2 2 2 3 2 3 4;
6 
7RUN;
8 
9DATA casuser.consulta;
10INPUT x y id;
11DATALINES;
121.1 1.1 10 2.1 2.1 20;
13 
14RUN;
15 
Actions using this script
  • fastKnn fastknn En cours
  • No other action uses this exact script.