Menu
CAS Actions
Q&A Base
Data Sets
Français
English
Deutsch
Español
Data Prep Sheet
Action Principale :
annCode
Preparation Code
Script awaiting validation
Copied!
Copy
1
DATA
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
;
9
RUN
;
data casuser.sample_data; do i = 1 to 100; input1 = rand('UNIFORM'); input2 = rand('UNIFORM') * 2; input3 = rand('NORMAL', 0, 1); target = (input1 + input2 > 2) + rand('NORMAL')*0.1; output; end; run;
Actions using this script
neuralNet
annCode
En cours
No other action uses this exact script.
Copyright © WeAreCAS 2023-2025
This site uses technical and analytical cookies to improve your experience.
Read more
.
Continue without accepting
I understand