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, ScalarType *xv)
 
 DataPoint (const DataPoint &other)
 
 ~DataPoint ()
 
DataPointoperator= (const DataPoint &other)
 
int index () const
 
int dimensionality () const
 
ScalarType x (int d) const
 

Private Attributes

int _ind
 
std::vector< ScalarType > _x
 

Detailed Description

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

Constructor & Destructor Documentation

DataPoint ( )

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

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

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

DataPoint ( const DataPoint other)

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

~DataPoint ( )

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

Member Function Documentation

int dimensionality ( ) const

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

int index ( ) const

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

DataPoint& operator= ( const DataPoint other)

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

ScalarType x ( int  d) const

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

Member Data Documentation

int _ind
private

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

std::vector<ScalarType> _x
private

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


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