Skip to content

Commit

Permalink
add missing param
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanhaoji2 committed Oct 30, 2023
1 parent c72ca90 commit d231084
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ Index<T, TagT, LabelT>::Index(Metric m, const size_t dim, const size_t max_point
_location_to_tag.reserve(total_internal_points);
_tag_to_location.reserve(total_internal_points);
}

// add missing param
_indexingAlpha = 1.2f;

}

template <typename T, typename TagT, typename LabelT>
Expand Down

0 comments on commit d231084

Please sign in to comment.