Data Prep Sheet

Action Principale : condenseImages

Preparation Code

Script awaiting validation
Copied!
1DATA pixel_data;
2 DO _id_ = 1 to 2;
3 DO _channel_ = 0 to 0; /* Grayscale */
4 DO _y_ = 0 to 1; /* Height */
5 DO _x_ = 0 to 1; /* Width */
6 _value_ = floor(rand('UNIFORM') * 255);
7 OUTPUT;
8 END;
9 END;
10 END;
11 END;
12RUN;
13 
14PROC CASUTIL;
15 load DATA=pixel_data outcaslib='casuser' casout='pixel_data_cas' replace;
16RUN;
Actions using this script
  • image condenseImages En cours
  • No other action uses this exact script.