Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
howsoRes committed Mar 4, 2025
1 parent 34fe9da commit 7e8967a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions howso/distances.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
dist_to_closest_case (first (last local_model_cases_tuple))
))

;non default bandwidth
(if (!= new_case_sensitivity_bandwidth 1)
;non default k'th case indices
(if (!= 2 query_k_parameter)
(assign (assoc
k_index (- (size (first local_model_cases_tuple)) 2)
plusone_k_index (- (size (first local_model_cases_tuple)) 1)
Expand Down
2 changes: 1 addition & 1 deletion howso/synthesis_validation.amlg
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
grab_first_case (= 2 query_k_parameter)
)

;non default bandwidth
;non default k'th case indices
(if (not grab_first_case)
(assign (assoc
k_index (- (size (first local_model_cases_tuple)) 2)
Expand Down

0 comments on commit 7e8967a

Please sign in to comment.