Statistical Algorithms Importer: Linux-compiled Project FAQ

From Gcube Wiki
Revision as of 17:05, 23 October 2017 by Giancarlo.panichi (Talk | contribs) (Created page with "{| align="right" ||__TOC__ |} F.A.Q. of Statistical Algorithms Importer (SAI), here are common mistakes we have found in Linux-compiled Project. == How to use the input par...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

F.A.Q. of Statistical Algorithms Importer (SAI), here are common mistakes we have found in Linux-compiled Project.


How to use the input parameters

For example we consider BasicStatistic algorithm:
BasicStatistic, SAI
DataMiner show the BasicStatistic algorithm in this way:
BasicStatistic in DataMiner interface, SAI
C code in sample:

test.txt:


basicstatistic max -1 test.txt:

BasicStatistic code:

File:BasicStatistic.zip