
* sgpp: Added recipe * sgpp: Removed maintainer and updated patch * sgpp: Added more conflicts * sgpp: Added conflicts for older combigrid versions * sgpp: Added one more maintainer * sgpp: Add version 3.3.0 and sane defaults * sgpp: Better description and c++11 conflicts * sgpp: Updated maintainers * sgpp: Fix flake8 errors * sgpp: Fix dependencies and minor issues - Added py-setuptools dependency - Fixed zlib link dependency - Added git url - Using spec.satisfies where appropriate * sgpp: Added testing to package * sgpp: Remove simd variant and use spec instead * sgpp: Remove java variant * sgpp: Small bugfixes * sgpp: Add datadriven patch and patch explanations
14 lines
673 B
Diff
14 lines
673 B
Diff
diff --git a/datadriven/examplesOCL/multiEvalPerformance.cpp b/datadriven/examplesOCL/multiEvalPerformance.cpp
|
|
index 60c281353..373e8509d 100644
|
|
--- a/datadriven/examplesOCL/multiEvalPerformance.cpp
|
|
+++ b/datadriven/examplesOCL/multiEvalPerformance.cpp
|
|
@@ -17,7 +17,7 @@ int main(int argc, char** argv) {
|
|
std::string fileName = "debugging.arff";
|
|
|
|
sgpp::datadriven::ARFFTools arffTools;
|
|
- sgpp::datadriven::Dataset dataset = arffTools.readARFFFromeFile(fileName);
|
|
+ sgpp::datadriven::Dataset dataset = arffTools.readARFFFromFile(fileName);
|
|
|
|
// sgpp::base::DataVector *classes = dataset.getClasses();
|
|
sgpp::base::DataMatrix& trainingData = dataset.getData();
|