Skip to content

Commit 8400b75

Browse files
committed
Correct default backend.
1 parent 1e6db13 commit 8400b75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

standalone/DimensionReduction/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ int main(int argc, char **argv) {
2525
bool listArrays{false};
2626

2727
// Variables for the module options.
28-
int backend{0};
28+
int backend{2}; // MDS
2929
bool isInputDistMat{false};
3030
int nbComp{2}, nbNeighb{5};
3131
bool isDeterministic{true};

0 commit comments

Comments
 (0)