BALL
1.4.2
|
#include <BALL/QSAR/configIO.h>
Public Member Functions | |
InputConfiguration () | |
Public Attributes | |
String | sd_file |
std::multiset< int > | activities |
bool | read_sd_descriptors |
bool | center_data |
bool | center_y |
String | output |
double | validation_fraction |
bool | separate_activity_file |
bool | within_section |
vector< String > | csv_file |
vector< int > | csv_no_response |
vector< bool > | csv_desc_labels |
vector< bool > | csv_compound_labels |
vector< String > | csv_separator |
bool | nonnumeric_class_names |
bool | done |
Definition at line 33 of file configIO.h.
BALL::QSAR::InputConfiguration::InputConfiguration | ( | ) |
std::multiset<int> BALL::QSAR::InputConfiguration::activities |
Definition at line 38 of file configIO.h.
bool BALL::QSAR::InputConfiguration::center_data |
Definition at line 40 of file configIO.h.
bool BALL::QSAR::InputConfiguration::center_y |
Definition at line 41 of file configIO.h.
vector<bool> BALL::QSAR::InputConfiguration::csv_compound_labels |
Definition at line 49 of file configIO.h.
vector<bool> BALL::QSAR::InputConfiguration::csv_desc_labels |
Definition at line 48 of file configIO.h.
vector<String> BALL::QSAR::InputConfiguration::csv_file |
Definition at line 46 of file configIO.h.
vector<int> BALL::QSAR::InputConfiguration::csv_no_response |
Definition at line 47 of file configIO.h.
vector<String> BALL::QSAR::InputConfiguration::csv_separator |
Definition at line 50 of file configIO.h.
bool BALL::QSAR::InputConfiguration::done |
Definition at line 52 of file configIO.h.
bool BALL::QSAR::InputConfiguration::nonnumeric_class_names |
Definition at line 51 of file configIO.h.
String BALL::QSAR::InputConfiguration::output |
Definition at line 42 of file configIO.h.
bool BALL::QSAR::InputConfiguration::read_sd_descriptors |
Definition at line 39 of file configIO.h.
String BALL::QSAR::InputConfiguration::sd_file |
Definition at line 37 of file configIO.h.
bool BALL::QSAR::InputConfiguration::separate_activity_file |
Definition at line 44 of file configIO.h.
double BALL::QSAR::InputConfiguration::validation_fraction |
Definition at line 43 of file configIO.h.
bool BALL::QSAR::InputConfiguration::within_section |
Definition at line 45 of file configIO.h.