Skip to content

Commit

Permalink
Result type
Browse files Browse the repository at this point in the history
  • Loading branch information
lmcinnes committed Oct 28, 2016
1 parent 723066d commit 3f40937
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hdbscan/_prediction_utils.pyx
Expand Up @@ -176,6 +176,8 @@ cpdef np.ndarray[np.float64_t, ndim=1] per_cluster_scores(

cdef np.intp_t i

cdef np.ndarray[np.float64_t, ndim=1] result

point_row = get_tree_row_with_child(tree, point)
point_cluster = point_row['parent']
point_lambda = point_row['lambda_val']
Expand Down

0 comments on commit 3f40937

Please sign in to comment.