Skip to content

Commit 30dfa6e

Browse files
committed
[base/DimensionReduction] Adding default value for parameters for TopoMap method.
1 parent d06ae49 commit 30dfa6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/base/dimensionReduction/DimensionReduction.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ namespace ttk {
282282
std::string pca_MaxIteration{"auto"};
283283

284284
// TopoMap
285-
size_t topomap_AngularSampleNb;
286-
bool topomap_CheckMST;
285+
size_t topomap_AngularSampleNb{2};
286+
bool topomap_CheckMST{false};
287287
TopoMap::STRATEGY topomap_Strategy{TopoMap::STRATEGY::KRUSKAL};
288288

289289
// testing

0 commit comments

Comments
 (0)