bbTreeGen

BB (branch-and-Bound) tree generation for nearest neighbor search

Contents

Syntax

Description

bbTree=bbTreeGen(data, clusterNum, levelNum) returns a BB (branch and bound) tree for efficient search of nearest neighbors, where

Example

data=rand(2,1000);
clusterNum=3;
level=4;
plotOpt=1;
bbTree=bbTreeGen(data, clusterNum, level, plotOpt);

See Also

bbTreeSearch.


Top page   Next: auFeaMfcc.m   Prev:bbTreeSearch.m