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

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('THREAD_NUMBER', 2, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('MAX_ITERATION', 4000, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('HEIGHT_OF_MAP', 4, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('WIDTH_OF_MAP', 4, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('NORMALIZATION', 0, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('RANDOM_SEED', 1, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('SHAPE_OF_GRID', 2, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('KERNEL_FUNCTION', 1, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('LEARNING_RATE', 1, null, null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('CONVERGENCE_CRITERION', null, 1.0e-6,<br />

null);<br />

INSERT INTO #<strong>PAL</strong>_CONTROL_TBL VALUES ('BATCH_SOM', 0, null, null);<br />

DROP TABLE <strong>PAL</strong>_SOM_MAP_TBL;<br />

CREATE COLUMN TABLE <strong>PAL</strong>_SOM_MAP_TBL LIKE <strong>PAL</strong>_SOM_MAP_T;<br />

DROP TABLE <strong>PAL</strong>_SOM_RESASSIGN_TBL;<br />

CREATE COLUMN TABLE <strong>PAL</strong>_SOM_RESASSIGN_TBL LIKE <strong>PAL</strong>_SOM_RESASSIGN_T;<br />

DROP TABLE <strong>PAL</strong>_SOM_MODEL_TBL;<br />

CREATE COLUMN TABLE <strong>PAL</strong>_SOM_MODEL_TBL LIKE <strong>PAL</strong>_SOM_MODEL_T;<br />

CALL "DM_<strong>PAL</strong>".<strong>PAL</strong>_SELF_ORG_MAP_PROC(<strong>PAL</strong>_SOM_DATA_TBL, #<strong>PAL</strong>_CONTROL_TBL,<br />

<strong>PAL</strong>_SOM_MAP_TBL, <strong>PAL</strong>_SOM_RESASSIGN_TBL, <strong>PAL</strong>_SOM_MODEL_TBL) with OVERVIEW;<br />

SELECT * FROM <strong>PAL</strong>_SOM_MAP_TBL;<br />

SELECT * FROM <strong>PAL</strong>_SOM_RESASSIGN_TBL;<br />

SELECT * FROM <strong>PAL</strong>_SOM_MODEL_TBL;<br />

Expected Result<br />

<strong>PAL</strong>_SOM_MAP_TBL:<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 109

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

Saved successfully!

Ooh no, something went wrong!