Force four-point leaves. This is generally faster than one point. More points are probably even better (to a point... hah) but that requires a large k.
This commit is contained in:
@@ -29,7 +29,7 @@ TreeType* BuildTree(
|
||||
{
|
||||
// This is a hack. I know this will be BinarySpaceTree, so force a leaf size
|
||||
// of two.
|
||||
return new TreeType(dataset, oldFromNew, 1);
|
||||
return new TreeType(dataset, oldFromNew, 4);
|
||||
}
|
||||
|
||||
//! Call the tree constructor that does not do mapping.
|
||||
|
||||
Reference in New Issue
Block a user