Skip to content
Snippets Groups Projects
Verified Commit e5724f72 authored by David Procházka's avatar David Procházka
Browse files

FIX: do not print root node in mhtree

parent 390d7d5a
No related branches found
No related tags found
No related merge requests found
...@@ -174,10 +174,9 @@ public class MHTree extends Algorithm implements Serializable { ...@@ -174,10 +174,9 @@ public class MHTree extends Algorithm implements Serializable {
return "MHTree{" + return "MHTree{" +
"leafCapacity=" + leafCapacity + "leafCapacity=" + leafCapacity +
", arity=" + arity + ", arity=" + arity +
", root=" + root + ", insertType=" + insertType +
", insertType" + insertType + ", objectToNodeDistance=" + objectToNodeDistance +
", objectToNodeDistance" + objectToNodeDistance + ", nodeToNodeDistance=" + nodeToNodeDistance +
", nodeToNodeDistance" + nodeToNodeDistance +
'}'; '}';
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment