class Plif
Definition at line 37 of file Plif.h.
Public Member Functions |
| | CPlif (int32_t len=0) |
| virtual | ~CPlif () |
| void | init_penalty_struct_cache () |
| float64_t | lookup_penalty_svm (float64_t p_value, float64_t *d_values) const |
| float64_t | lookup_penalty (float64_t p_value, float64_t *svm_values) const |
| float64_t | lookup_penalty (int32_t p_value, float64_t *svm_values) const |
| float64_t | lookup (float64_t p_value) |
| void | penalty_clear_derivative () |
| void | penalty_add_derivative_svm (float64_t p_value, float64_t *svm_values, float64_t factor) |
| void | penalty_add_derivative (float64_t p_value, float64_t *svm_values, float64_t factor) |
| const float64_t * | get_cum_derivative (int32_t &p_len) const |
| bool | set_transform_type (const char *type_str) |
| const char * | get_transform_type () |
| void | set_id (int32_t p_id) |
| int32_t | get_id () const |
| int32_t | get_max_id () const |
| void | set_use_svm (int32_t p_use_svm) |
| int32_t | get_use_svm () const |
| virtual bool | uses_svm_values () const |
| void | set_use_cache (int32_t p_use_cache) |
| void | invalidate_cache () |
| int32_t | get_use_cache () |
| void | set_plif (int32_t p_len, float64_t *p_limits, float64_t *p_penalties) |
| void | set_plif_limits (SGVector< float64_t > p_limits) |
| void | set_plif_penalty (SGVector< float64_t > p_penalties) |
| void | set_plif_length (int32_t p_len) |
| float64_t * | get_plif_limits () |
| float64_t * | get_plif_penalties () |
| void | set_max_value (float64_t p_max_value) |
| virtual float64_t | get_max_value () const |
| void | set_min_value (float64_t p_min_value) |
| virtual float64_t | get_min_value () const |
| void | set_plif_name (char *p_name) |
| char * | get_plif_name () const |
| bool | get_do_calc () |
| void | set_do_calc (bool b) |
| void | get_used_svms (int32_t *num_svms, int32_t *svm_ids) |
| int32_t | get_plif_len () |
| virtual void | list_plif () const |
| virtual const char * | get_name () const |
| | CPlifBase () |
| virtual | ~CPlifBase () |
| | CSGObject () |
| | CSGObject (const CSGObject &orig) |
| virtual | ~CSGObject () |
| virtual bool | is_generic (EPrimitiveType *generic) const |
| template<class T > |
| void | set_generic () |
| void | unset_generic () |
| virtual void | print_serializable (const char *prefix="") |
| virtual bool | save_serializable (CSerializableFile *file, const char *prefix="") |
| virtual bool | load_serializable (CSerializableFile *file, const char *prefix="") |
| void | set_global_io (SGIO *io) |
| SGIO * | get_global_io () |
| void | set_global_parallel (Parallel *parallel) |
| Parallel * | get_global_parallel () |
| void | set_global_version (Version *version) |
| Version * | get_global_version () |
| SGVector< char * > | get_modelsel_names () |
| char * | get_modsel_param_descr (const char *param_name) |
| index_t | get_modsel_param_index (const char *param_name) |