26 #ifndef CLASSIFICATION
27 #define CLASSIFICATION
33 #ifndef CLASVALIDATION
37 #ifndef QSAR_EXCEPTION
68 std::vector<int> getClassLabels();
87 void readClassInformationFromFile(std::ifstream& input,
int no_classes);
88 void saveClassInformationToFile(std::ofstream& out);
105 void (
ClassificationModel::* discretizeTestDataFeatures)(Vector<double>& compound,
uint bins,
const BALL::Matrix<double>& discretization_information);
109 void equalSpaceDiscretization(
uint bins, BALL::Matrix<double>& discretization_information);
111 void equalSpaceDiscretizationTestData(Vector<double>& compound,
uint bins,
const BALL::Matrix<double>& discretization_information);
134 #endif // CLASSIFICATION