high-dimensional

共 4 篇文章
high-dimensional 相关的电子技术资料,包括技术文档、应用笔记、电路设计、代码示例等,共 4 篇文章,持续更新中。

X-tree的C++源码

X-tree的C++源码,对应文章S. Berchtold, D. A. Keim, H.-P. Kriegel: The X-tree : An Index Structure for High-Dimensional Data.

TV-tree的c实现源码

TV-tree的c实现源码,对应原文章K.-I. Lin, H. V. Jagadish, C. Faloutsos: The TV-Tree: An Index Structure for High-Dimensional Data.

Feature selection is a preprocessing technique frequently used in data mining and machine learning t

Feature selection is a preprocessing technique frequently used in data mining and machine learning tasks. It can reduce dimensionality, remove irrelevant data, increase learning accuracy, and improve

SR-tree is an index structure for high-dimensional nearest neighbor queries

SR-tree is an index structure for high-dimensional nearest neighbor queries,C++ sourcecode. SR-tree outperforms the R*-tree and the SS-tree especially for high-dimensional and non-uniform data which a