zoukankan      html  css  js  c++  java
  • [PAL编程规范]SAP HANA PAL双变量自然对数回归预测分析BiVariate Natural Logarithmic Regression编程规范FORECASTWITHLNR(预测) 沧海

    1. 生成规范

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

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

    image

    2. 调用方式

    CALL <procedure name> ( < predictive  input table>, <coefficient input table>, <parameter table>,   <output table>) with overview; 

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

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

    3. Signature表

    image

    image

    image

  • 相关阅读:
    亚像素
    dmysql 与QT的连接
    opencv中ptr的使用
    对图片对比度和亮度的理解
    opencv中的各种滤波设计
    人脸检测相关介绍
    opencv中相关的矩阵运算
    形态学处理
    阀值化 threshold
    Python深浅拷贝
  • 原文地址:https://www.cnblogs.com/omygod/p/3078896.html
Copyright © 2011-2022 走看看