1.3.2
CCC
 
t_btree Struct Reference

#include <ball_algorithm.h>

Public Attributes

double ** data
 
int * idx_array
 
t_nodedatanode_data
 
double *** node_bounds
 
int n_samples
 
int n_features
 
int leaf_size
 
int n_levels
 
int dist_type
 
int n_nodes
 

Member Data Documentation

◆ data

double** t_btree::data

◆ dist_type

int t_btree::dist_type

◆ idx_array

int* t_btree::idx_array

◆ leaf_size

int t_btree::leaf_size

◆ n_features

int t_btree::n_features

◆ n_levels

int t_btree::n_levels

◆ n_nodes

int t_btree::n_nodes

◆ n_samples

int t_btree::n_samples

◆ node_bounds

double*** t_btree::node_bounds

◆ node_data

t_nodedata* t_btree::node_data

The documentation for this struct was generated from the following file: