25.10.2016 Views

SAP HANA Predictive Analysis Library (PAL)

sap_hana_predictive_analysis_library_pal_en

sap_hana_predictive_analysis_library_pal_en

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

●<br />

●<br />

Smoothing by bin medians: each value in a bin is replaced by the median of all the values belonging to the<br />

same bin.<br />

Smoothing by bin boundaries: the minimum and maximum values in a given bin are identified as the bin<br />

boundaries. Each value in the bin is then replaced by its closest boundary value.<br />

Note<br />

When the value is equal to both sides, it will be replaced by the front boundary value.<br />

Prerequisites<br />

●<br />

●<br />

The input data does not contain null value.<br />

The data is numeric, not categorical.<br />

BINNING<br />

This function preprocesses the data.<br />

Procedure Generation<br />

CALL SYS.AFLLANG_WRAPPER_PROCEDURE_CREATE (‘AFL<strong>PAL</strong>’, ‘BINNING’, ‘’,<br />

'', );<br />

The signature table should contain the following records:<br />

Table 308:<br />

Position Schema Name Table Type Name Parameter Type<br />

1 IN<br />

2 IN<br />

3 <br />

OUT<br />

4 <br />

OUT (optional)<br />

Procedure Calling<br />

CALL .(, , , ) with overview;<br />

The procedure name is the same as specified in the procedure generation.<br />

The input, parameter, and output tables must be of the types specified in the signature table.<br />

Signature<br />

<strong>SAP</strong> <strong>HANA</strong> <strong>Predictive</strong> <strong>Analysis</strong> <strong>Library</strong> (<strong>PAL</strong>)<br />

<strong>PAL</strong> Functions P U B L I C 433

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!