Fiche Data Prep

Action Principale : condenseImages

Code de préparation

Script en attente de validation
Copié !
1DATA pixel_data;
2 call streaminit(123);
3 DO id = 1 to 2;
4 DO i = 1 to 1024; /* 32x32 pixels */
5 r = rand('UNIFORM') * 255;
6 g = rand('UNIFORM') * 255;
7 b = rand('UNIFORM') * 255;
8 OUTPUT;
9 END;
10 END;
11RUN;
Actions utilisant ce script
  • image condenseImages En cours
  • Aucune autre action n'utilise ce script exact.