Fiche Data Prep

Action Principale : annCode

Code de préparation

Script en attente de validation
Copié !
1DATA casuser.sample_data;
2 DO i = 1 to 100;
3 input1 = rand('UNIFORM');
4 input2 = rand('UNIFORM') * 2;
5 input3 = rand('NORMAL', 0, 1);
6 target = (input1 + input2 > 2) + rand('NORMAL')*0.1;
7 OUTPUT;
8 END;
9RUN;
Actions utilisant ce script
  • neuralNet annCode En cours
  • Aucune autre action n'utilise ce script exact.