1. 生成规范

CALL SYSTEM.AFL_WRAPPER_GE NERATOR( ' <procedure name> ','AFLPAL',  'POLYNOMIALREGRESSION',   <signature table>);

其中signature表应该具有的记录:

image

 

2. 调用方式

CALL <procedure  name>  ( <input table> , <parameter table>, < result output table> , <fitted output table>, <significance output table>, <PMML output table> ) with overview;

其中<procedure name>应该是在第一条规则中生成的存储过程的名称。

<input table> , <parameter table>, < result output table> , <fitted output table>, <significance output table>, <PMML output table> 应该和signature表中定义的类型保持一致。

 

3. Signature表

image

image

image

posted on 2013-05-15 18:33  沧海-重庆  阅读(440)  评论(0编辑  收藏  举报