Files
mlpack/fastlib/tree/build.py
T

13 lines
284 B
Python

# tree is currently an internal-only feature
librule(
sources = [],
headers = [
"kdtree.h", "kdtree_impl.h", "bounds.h",
"spacetree.h", "statistic.h"
],
deplibs = ["base:base", "la:la", "col:col",
"file:file_int", "data:data", "fx:fx"]
)