Skip to content

Commit

Permalink
[base/DimensionReduction] Adding default value for parameters for Top…
Browse files Browse the repository at this point in the history
…oMap method.
  • Loading branch information
atalon-lip6 committed Dec 24, 2023
1 parent 3065e78 commit 1e6db13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/base/dimensionReduction/DimensionReduction.h
Original file line number Diff line number Diff line change
Expand Up @@ -282,8 +282,8 @@ namespace ttk {
std::string pca_MaxIteration{"auto"};

// TopoMap
size_t topomap_AngularSampleNb;
bool topomap_CheckMST;
size_t topomap_AngularSampleNb{2};
bool topomap_CheckMST{false};
TopoMap::STRATEGY topomap_Strategy{TopoMap::STRATEGY::KRUSKAL};

// testing
Expand Down

0 comments on commit 1e6db13

Please sign in to comment.