ChanServ changed the topic of #mlpack to: "mlpack: a fast, flexible machine learning library :: We don't always respond instantly, but we will respond; please be patient :: Logs at http://www.mlpack.org/irc/
ImQ009 has quit [Read error: Connection reset by peer]
Saksham_ has joined #mlpack
Saksham_ has quit [Ping timeout: 256 seconds]
mackie has joined #mlpack
< mackie>
hello
< zoq>
mackie: Hello there!
< mackie>
i'm trying to understand the range selection and point selection strategy for dbscan
< mackie>
I've been combing through the APIs but I can't seem to get a list of options to try
< mackie>
I have a set of toy spatial 2D data points, and even though visually it looks like the answer should be obvious, it seems like the algorithms creates a different set of clusters
< jenkins-mlpack2>
noreply: Merge pull request #1622 from rcurtin/test-fixes
mackie has quit [Ping timeout: 256 seconds]
< rcurtin>
mackie: zoq: you're right, the PointSelectionPolicy isn't used, that is strange
< rcurtin>
(admittedly there was only one PointSelectionPolicy implemented...)
< rcurtin>
the meaning of PointSelectionPolicy was that instead of looping linearly over the points, it would choose the next point for DBSCAN randomly
travis-ci has joined #mlpack
< travis-ci>
mlpack/mlpack#5696 (master - 6410e20 : Ryan Curtin): The build has errored.
< rcurtin>
zoq: if you are happy with Dan's changes in ensmallen#60 and my changes in ensmallen#61 feel free to merge, then I can start the release process for ensmallen 1.12.0
< rcurtin>
no hurry of course :)
< rcurtin>
oops, I meant ensmallen#64 not ensmallen#5161
< rcurtin>
strange typo...
< zoq>
rcurtin: Everything looks good to me.
< rcurtin>
perfect, 1.12.0 is released then :)
< zoq>
I like the name
< rcurtin>
:)
travis-ci has joined #mlpack
< travis-ci>
mlpack/ensmallen#67 (ensmallen-1.12.0 - 8e236b2 : Ryan Curtin): The build passed.