[PAL编程规范]SAP HANA PAL KNN 近邻预测分析K Nearest Neighbor编程规范KNN 沧海

1. 生成规范

CALL SYSTEM.AFL_WRAPPER_GENERATOR ( ' <procedure name> ','AFLPAL','KNN', <signature table>);

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

image

2. 调用方式

CALL <procedure name> ( < training input table>, <class input table> , <parameter table>, <output table>) with overview; 

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

< training input table>, <class input table> , <parameter table>, <output table>应该和signature表中定义的类型保持一致。

3. Signature表

image

image

image

专注于企业信息化,最近对股票数据分析较为感兴趣,可免费分享股票个股主力资金实时变化趋势分析工具,股票交流QQ群:457394862
原文地址:https://www.cnblogs.com/omygod/p/3081536.html