BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Public Attributes | List of all members
BALL::QSAR::FeatureSelectionConfiguration Struct Reference

#include <BALL/QSAR/configIO.h>

Public Member Functions

 FeatureSelectionConfiguration ()

Public Attributes

String model
String data_file
int feat_type
String output
int k_fold
bool within_section
String statistic_name
String selection_name
int statistic
bool remove_correlated
double cor_threshold
bool opt_model_after_fs
bool opt_kernel_after_fs
double quality_increase_cutoff
bool opt
bool done
int grid_search_steps
int grid_search_recursions
double grid_search_stepwidth
int opt_k_fold

Detailed Description

Definition at line 88 of file configIO.h.

Constructor & Destructor Documentation

BALL::QSAR::FeatureSelectionConfiguration::FeatureSelectionConfiguration ( )

Member Data Documentation

double BALL::QSAR::FeatureSelectionConfiguration::cor_threshold

Definition at line 102 of file configIO.h.

String BALL::QSAR::FeatureSelectionConfiguration::data_file

Definition at line 93 of file configIO.h.

bool BALL::QSAR::FeatureSelectionConfiguration::done

Definition at line 107 of file configIO.h.

int BALL::QSAR::FeatureSelectionConfiguration::feat_type

Definition at line 94 of file configIO.h.

int BALL::QSAR::FeatureSelectionConfiguration::grid_search_recursions

Definition at line 109 of file configIO.h.

int BALL::QSAR::FeatureSelectionConfiguration::grid_search_steps

Definition at line 108 of file configIO.h.

double BALL::QSAR::FeatureSelectionConfiguration::grid_search_stepwidth

Definition at line 110 of file configIO.h.

int BALL::QSAR::FeatureSelectionConfiguration::k_fold

Definition at line 96 of file configIO.h.

String BALL::QSAR::FeatureSelectionConfiguration::model

Definition at line 92 of file configIO.h.

bool BALL::QSAR::FeatureSelectionConfiguration::opt

Definition at line 106 of file configIO.h.

int BALL::QSAR::FeatureSelectionConfiguration::opt_k_fold

Definition at line 111 of file configIO.h.

bool BALL::QSAR::FeatureSelectionConfiguration::opt_kernel_after_fs

Definition at line 104 of file configIO.h.

bool BALL::QSAR::FeatureSelectionConfiguration::opt_model_after_fs

Definition at line 103 of file configIO.h.

String BALL::QSAR::FeatureSelectionConfiguration::output

Definition at line 95 of file configIO.h.

double BALL::QSAR::FeatureSelectionConfiguration::quality_increase_cutoff

Definition at line 105 of file configIO.h.

bool BALL::QSAR::FeatureSelectionConfiguration::remove_correlated

Definition at line 101 of file configIO.h.

String BALL::QSAR::FeatureSelectionConfiguration::selection_name

Definition at line 99 of file configIO.h.

int BALL::QSAR::FeatureSelectionConfiguration::statistic

Definition at line 100 of file configIO.h.

String BALL::QSAR::FeatureSelectionConfiguration::statistic_name

Definition at line 98 of file configIO.h.

bool BALL::QSAR::FeatureSelectionConfiguration::within_section

Definition at line 97 of file configIO.h.