|
template<class BASIS > |
void | sgpp::datadriven::test_calculateROCcurve (base::GridStorage *storage, BASIS &basis, base::DataVector &alpha, base::DataMatrix &data, base::DataVector &classes, base::DataVector &thresholds, base::DataMatrix &ROC_curve) |
| Returns the number of correctly classified instances in data without boundaries. More...
|
|
template<class BASIS > |
double | sgpp::datadriven::test_dataset (base::GridStorage *storage, BASIS &basis, base::DataVector &alpha, base::DataMatrix &data, base::DataVector &classes) |
| Returns the number of correctly classified instances in data without boundaries. More...
|
|
template<class BASIS > |
double | sgpp::datadriven::test_dataset_mse (base::GridStorage *storage, BASIS &basis, base::DataVector &alpha, base::DataMatrix &data, base::DataVector &refValues) |
| Returns the MSE for given functions values at the evaluation points. More...
|
|
template<class BASIS > |
double | sgpp::datadriven::test_datasetWithCharacteristicNumber (base::GridStorage *storage, BASIS &basis, base::DataVector &alpha, base::DataMatrix &data, base::DataVector &classes, base::DataVector &charaNumbers, double threshold) |
| Returns the number of correctly classified instances in data without boundaries. More...
|
|