|
| int | test |
| | The -t flag – use testing mode (Synthetic Dataset Generator). More...
|
| |
| int | check |
| | The -c flag – use check mode (in the case of approximation only). More...
|
| |
| char * | zvecs |
| | The number of Z vectors to be tested. More...
|
| |
| int | verbose |
| | The -v flag – verbose mode. More...
|
| |
| char * | ncores |
| | Number of CPU cores. More...
|
| |
| char * | gpus |
| | Number of GPUs. More...
|
| |
| char * | N |
| | Problem size – Only in the case of testing mode. More...
|
| |
| char * | p |
| | P in distributed grid. More...
|
| |
| char * | q |
| | q in distributed grid. More...
|
| |
| char * | lts |
| | HiCMA tile size. More...
|
| |
| char * | dts |
| | Chameleon tile size. More...
|
| |
| char * | kernel |
| | Target theta vector output (ex., ?:?:?). More...
|
| |
| char * | ikernel |
| | Initial theta vector – Only in the case of testing mode (ex., 1:0.1:0.5). More...
|
| |
| char * | olb |
| | Optimizer lower bounds vector (ex., 0.1:0.01:0.01). More...
|
| |
| char * | oub |
| | Optimizer upper bounds vector (ex., 5:5:5). More...
|
| |
| char * | computation |
| | Approx or exact — for now only exact option is ON. More...
|
| |
| int | async |
| | 0–> tile 1–> tile_async.The –async flag. More...
|
| |
| char * | locs_file |
| | Locations file path – in the case of real dataset (real mode). More...
|
| |
| char * | obs_dir |
| | Observations file path – in the case of real dataset (real mode). More...
|
| |
| char * | actualZ_file |
| | Actual observations file path – in the case of prediction. More...
|
| |
| char * | actualZloc_file |
| | Actial locations file path – in the case of prediction. More...
|
| |
| char * | predict |
| | Number of missing values – in the case of testing mode. More...
|
| |
| char * | dm |
| | Distance metric to be used ed->Euclidian Distance – gcd->Greate Circle Distance. More...
|
| |
| char * | diag_thick |
| | The thick of used diagonal in the case of diagonal approximation approch. More...
|
| |
| int | log |
| | Generate log files – 0->do not store generated data, 1–>store generated data. More...
|
| |
| char * | maxrank |
| | Max Rank in the case of LR-HiCMA approx. More...
|
| |
| char * | acc |
| | Accuracy in the case of LR-HiCMA approx. More...
|
| |
| int | profile |
| | profiling the performance of exageostat using FxT. More...
|
| |
| char * | opt_tol |
| | The parameter tol is a tolerance that is used for the purpose of stopping criteria only. More...
|
| |
| char * | opt_max_iters |
| | Maximum number of mle iterations. More...
|
| |
| int | ooc |
| | Support Out-Of-Core (OOC) – 0->do not support, 1–>support. More...
|
| |
EXAGEOSTAT arguments uniquely identifies a set of input arguments
Definition at line 37 of file MLE.h.