Closed ArtPoon closed 11 months ago
I determined that this is expected behaviour associated with the root node of the tree not carrying a numeric value:
> head(t$node.label)
[1] "Root" "0.960" "0.945" "0.827" "0.619" "0.432"
We can ignore this warning, but a more elegant workaround would be to replace Root
with 1.0
.
@ArtPoon how to solve this?
@liamxg - Please see my question in #16
The above problem is fixed in current development branches, closing for now.