Daniel Slavík

Results 3 issues of Daniel Slavík

On bitcointalk.org, the user and original poster by name Cryddit posted node.h too. https://bitcointalk.org/index.php?topic=382374.0 I added it here.

``` minimumItemsInNode := 1 tree := NewTree(minimumItemsInNode) for i := 1; i < 100; i++ { value := strconv.Itoa(i) tree.Put(value, value) tree.Find(value) } ``` used while creating B-tree of 2-3...

This is rather a question regarding support as I am yet to find an answer. `model.predict()` outputs a time to stdout when calling on _Keras_ model. For a given step...

type:support