Uses of Class
elki.projection.BarnesHutTSNE.QuadTree
-
Packages that use BarnesHutTSNE.QuadTree Package Description elki.projection Data projections (see also preprocessing filters for basic projections). -
-
Uses of BarnesHutTSNE.QuadTree in elki.projection
Fields in elki.projection declared as BarnesHutTSNE.QuadTree Modifier and Type Field Description BarnesHutTSNE.QuadTree[]BarnesHutTSNE.QuadTree. childrenChild nodes.Methods in elki.projection that return BarnesHutTSNE.QuadTree Modifier and Type Method Description static BarnesHutTSNE.QuadTreeBarnesHutTSNE.QuadTree. build(int dim, double[][] data)Construct the quad tree approximation.private static BarnesHutTSNE.QuadTreeBarnesHutTSNE.QuadTree. build(int dim, double[][] data, int begin, int end)Recursive build function.Methods in elki.projection with parameters of type BarnesHutTSNE.QuadTree Modifier and Type Method Description private doubleBarnesHutTSNE. computeRepulsiveForces(double[] rep_i, int off, double[] sol_i, BarnesHutTSNE.QuadTree node)Compute the repulsive forces for a single pointConstructors in elki.projection with parameters of type BarnesHutTSNE.QuadTree Constructor Description QuadTree(double[][] data, BarnesHutTSNE.QuadTree[] children, double[] mid, int weight, double squareSize)Constructor.
-