Hi all!
I have a vector with 10 float numbers. I'm applying the RecurrenceMatrix function on this vector with eps = 0.01. But the output shows me that two nodes whose distance is higher than eps are near as well. Can anyone help me in this regard? Am I misusing the package, or is there a bug in the package?
The distance between the first and second elements is larger than 0.01, bet it says that they are close!
Top comments (3)
Post your questions most times to Julia's slack and discourse, to get timely answers.
Yeah, discourse.julialang.org is the best place to ask this!
Thanks a lot. I'll ask it there!