pclin
pclin
The problem lead to the template in this "ptr->m_pTrees.BuildTrees(ptr);"
ptr->m_pTrees.BuildTrees < T >(ptr);
or may be in the codes, there exist a illegally access to the 5th dimension.
I found the problem in the parameter setting in BKT: DefineBKTParameter(m_pGraph.m_numTopDimensionTPTSplit, int, 5L, "NumTopDimensionTpTreeSplit"). I change the 5L->4L, and it works.