Grid Searc Parameter: auxiliary class for Grid Searches. I think this is deprecated.
- Attention
- Works in log base 10
- See also
- gridsearch
Definition at line 10 of file gridsearchparam.m.
function gridsearchparam::gridsearchparam |
( |
in |
name_, |
|
|
in |
values_, |
|
|
in |
flag_log_ |
|
) |
| |
function get gridsearchparam::flag_numeric |
( |
in |
o | ) |
|
function gridsearchparam::get_label |
( |
in |
o | ) |
|
function gridsearchparam::get_legends |
( |
in |
o | ) |
|
function gridsearchparam::get_ticklabels |
( |
in |
o | ) |
|
function gridsearchparam::get_value |
( |
in |
o, |
|
|
in |
idx |
|
) |
| |
function gridsearchparam::get_value_string |
( |
in |
o, |
|
|
in |
idx |
|
) |
| |
function gridsearchparam::get_values_numeric |
( |
in |
o | ) |
|
function gridsearchparam::move_to |
( |
in |
o, |
|
|
in |
idx |
|
) |
| |
function gridsearchparam::shrink_around |
( |
in |
o, |
|
|
in |
idx |
|
) |
| |
[1 3 5 7] around 2 –> [1 2.3333 3.6667 5]
Property gridsearchparam::flag_log |
=0. Indicates whether the ticks and axis label should be formatted to show log values
This parameter is ignored if the gridsearchparam is not numeric
Definition at line 25 of file gridsearchparam.m.
Property gridsearchparam::flag_numeric |
Property gridsearchparam::name |
Property gridsearchparam::values |
Double vector (numeric) / cell of strings
If numeric, it is essential to be increasing.
Definition at line 20 of file gridsearchparam.m.
The documentation for this class was generated from the following file: