| 1 | |
|---|
| 2 | print_mlp_options - print information about the MLP image computation options |
|---|
| 3 | currently in use |
|---|
| 4 | _________________________________________________________________ |
|---|
| 5 | |
|---|
| 6 | print_mlp_options [-h] [-H] |
|---|
| 7 | |
|---|
| 8 | Prints information about the current MLP image computation options. |
|---|
| 9 | |
|---|
| 10 | Command options: |
|---|
| 11 | |
|---|
| 12 | -h |
|---|
| 13 | Print the command usage. |
|---|
| 14 | |
|---|
| 15 | -H |
|---|
| 16 | Print the MLP image computation set command usage. |
|---|
| 17 | |
|---|
| 18 | Set parameters: The MLP image computation options are specified with the set |
|---|
| 19 | command. |
|---|
| 20 | |
|---|
| 21 | mlp_cluster <method> |
|---|
| 22 | Specify a method for clustering. |
|---|
| 23 | |
|---|
| 24 | method must be one of the following: |
|---|
| 25 | |
|---|
| 26 | 0 : linear clustering |
|---|
| 27 | |
|---|
| 28 | 1 : affinity based tree clustering (default) |
|---|
| 29 | |
|---|
| 30 | mlp_reorder <method> |
|---|
| 31 | Specify a method for reordering after clustering for image |
|---|
| 32 | computation. |
|---|
| 33 | |
|---|
| 34 | method must be one of the following: |
|---|
| 35 | |
|---|
| 36 | 0 : no reordering after clustering (default) |
|---|
| 37 | |
|---|
| 38 | 1 : reorder using MLP after clustering (inside) |
|---|
| 39 | |
|---|
| 40 | 2 : reorder using MLP after clustering (outside) |
|---|
| 41 | |
|---|
| 42 | 3 : reorder using IWLS95 after clustering |
|---|
| 43 | |
|---|
| 44 | mlp_pre_reorder <method> |
|---|
| 45 | Specify a method for reordering after clustering for preimage |
|---|
| 46 | computation. |
|---|
| 47 | |
|---|
| 48 | method must be one of the following: |
|---|
| 49 | |
|---|
| 50 | 0 : no reordering after clustering (default) |
|---|
| 51 | |
|---|
| 52 | 1 : reorder using MLP after clustering (inside) |
|---|
| 53 | |
|---|
| 54 | 2 : reorder using MLP after clustering (outside) |
|---|
| 55 | |
|---|
| 56 | 3 : reorder using IWLS95 after clustering |
|---|
| 57 | |
|---|
| 58 | mlp_postprocess <method> |
|---|
| 59 | Specify when to do postprocessing. |
|---|
| 60 | |
|---|
| 61 | method must be one of the following: |
|---|
| 62 | |
|---|
| 63 | 0 : no postprocessing (default) |
|---|
| 64 | |
|---|
| 65 | 1 : do postprocesing after ordering |
|---|
| 66 | |
|---|
| 67 | 2 : do postprocesing after clustering or reordering |
|---|
| 68 | |
|---|
| 69 | 3 : do both 1 and 2 |
|---|
| 70 | _________________________________________________________________ |
|---|
| 71 | |
|---|
| 72 | Last updated on 20100410 00h02 |
|---|