__init__(self,
hypo_eid,
hypo_name,
feature_name,
is_xvol,
use_feature)
(Constructor)
|
|
Initialize feature data.
- Parameters:
hypo_eid (int) - hypothesis entry id
hypo_name (str) - hypothesis name. For custom features hypothesis name should be
set to None!
is_xvol (bool) - True if this is excluded volume and False otherwise
feature_name (str) - feature name (empty string in case of excluded volume)
use_feature (bool) - indicates whether checkbox for this feature is toggled on or off
- Overrides:
object.__init__
|