/*SAS统计软件*/
data test;
input x1-x4;
cards;
1 2 3 2
2 3 1.2 4
4 4 6 12
;
run;
data new;
set test;
array x _numeric_;
y=max(of x{*});
run;
我不会~~~但还是要微笑~~~:)
Hadoop|
Apache Pig|
Apache Kafka|
Apache Storm|
Impala|
Zookeeper|
SAS|
TensorFlow|
人工智能基础|
Apache Kylin|
Openstack|
Flink|
MapReduce|
大数据|
云计算|
用户登录
还没有账号?立即注册
用户注册
投稿取消
| 文章分类: |
|
还能输入300字
上传中....