Tapkee
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DataPoint Class Reference

#include <vptree.hpp>

Public Member Functions

 DataPoint ()
 
 DataPoint (int Dv, int indv, double *xv)
 
 DataPoint (const DataPoint &other)
 
 ~DataPoint ()
 
DataPointoperator= (const DataPoint &other)
 
int index () const
 
int dimensionality () const
 
double x (int d) const
 

Private Attributes

int _D
 
int _ind
 
double * _x
 

Detailed Description

Definition at line 45 of file external/barnes_hut_sne/vptree.hpp.

Constructor & Destructor Documentation

DataPoint ( )

Definition at line 52 of file external/barnes_hut_sne/vptree.hpp.

DataPoint ( int  Dv,
int  indv,
double *  xv 
)

Definition at line 53 of file external/barnes_hut_sne/vptree.hpp.

DataPoint ( const DataPoint other)

Definition at line 58 of file external/barnes_hut_sne/vptree.hpp.

~DataPoint ( )

Definition at line 67 of file external/barnes_hut_sne/vptree.hpp.

Member Function Documentation

int dimensionality ( ) const

Definition at line 79 of file external/barnes_hut_sne/vptree.hpp.

int index ( ) const

Definition at line 78 of file external/barnes_hut_sne/vptree.hpp.

DataPoint& operator= ( const DataPoint other)

Definition at line 68 of file external/barnes_hut_sne/vptree.hpp.

double x ( int  d) const

Definition at line 80 of file external/barnes_hut_sne/vptree.hpp.

Member Data Documentation

int _D
private

Definition at line 47 of file external/barnes_hut_sne/vptree.hpp.

int _ind
private

Definition at line 48 of file external/barnes_hut_sne/vptree.hpp.

double* _x
private

Definition at line 49 of file external/barnes_hut_sne/vptree.hpp.


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