Skip to content

Commit

Permalink
Typo...
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanyuan Li committed Oct 10, 2017
1 parent a1199ab commit c692f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crystal-fann/standard_network.cr
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ module Fann
LibFANN.set_activation_function_output(@nn, func)
end

def randomie_weights(min : Float64, max : Float64)
def randomize_weights(min : Float64, max : Float64)
# randomize_weights = fann_randomize_weights(ann : Fann*, min_weight : Type, max_weight : Type)
LibFANN.randomize_weights(@nn, min, max)
end
Expand Down

0 comments on commit c692f61

Please sign in to comment.