HyperPlot
v1
Bin and visualise multidimensional datasets
|
This is the complete list of members for HyperPoint, including all inherited members.
_coords | HyperPoint | protected |
_weights | Weights | protected |
addWeight(const double &weight) | Weights | |
allGT(const HyperPoint &other) const | HyperPoint | |
allGTOE(const HyperPoint &other) const | HyperPoint | |
allLT(const HyperPoint &other) const | HyperPoint | |
allLTOE(const HyperPoint &other) const | HyperPoint | |
at(int i) const | HyperPoint | |
at(int i) | HyperPoint | |
compatible(const HyperPoint &other, bool printError=true) const | HyperPoint | |
distanceTo(const HyperPoint &other) const | HyperPoint | |
dotProduct(const HyperPoint &other) const | HyperPoint | |
fillRandom(double min=-1.0, double max=1.0) | HyperPoint | |
getDimension() const | HyperPoint | inline |
getVector() | HyperPoint | inline |
getWeight(int i=0) const | Weights | |
getWeightsVector() | Weights | inline |
HyperPoint(int dimension) | HyperPoint | |
HyperPoint(int dimension, double val) | HyperPoint | |
HyperPoint(std::vector< double > coords) | HyperPoint | |
HyperPoint(double x1) | HyperPoint | |
HyperPoint(double x1, double x2) | HyperPoint | |
HyperPoint(double x1, double x2, double x3) | HyperPoint | |
HyperPoint(double x1, double x2, double x3, double x4) | HyperPoint | |
HyperPoint(double x1, double x2, double x3, double x4, double x5) | HyperPoint | |
linearTransformation(const TMatrixD &matrix) | HyperPoint | |
multiplyElements() const | HyperPoint | |
norm() const | HyperPoint | |
norm2() const | HyperPoint | |
numWeights() const | Weights | |
operator!=(const HyperPoint &other) const | HyperPoint | |
operator*(const double &other) const | HyperPoint | |
operator+(const HyperPoint &other) const | HyperPoint | |
operator+(const double &other) const | HyperPoint | |
operator-(const HyperPoint &other) const | HyperPoint | |
operator-(const double &other) const | HyperPoint | |
operator/(const double &other) const | HyperPoint | |
operator<(const HyperPoint &other) const | HyperPoint | |
operator<(const double &other) const | HyperPoint | |
operator<< (defined in HyperPoint) | HyperPoint | friend |
operator<=(const HyperPoint &other) const | HyperPoint | |
operator<=(const double &other) const | HyperPoint | |
operator=(const HyperPoint &other) | HyperPoint | |
operator==(const HyperPoint &other) const | HyperPoint | |
operator==(const double &other) const | HyperPoint | |
operator>(const HyperPoint &other) const | HyperPoint | |
operator>(const double &other) const | HyperPoint | |
operator>=(const HyperPoint &other) const | HyperPoint | |
operator>=(const double &other) const | HyperPoint | |
print(std::ostream &os=std::cout, int endline=1) const | HyperPoint | virtual |
printWeight(std::ostream &os=std::cout, int endline=1) const | Weights | |
project(const HyperPoint &other) const | HyperPoint | |
setWeight(int i, double w) | Weights | |
setWeight(double w) | Weights | |
size() const | HyperPoint | inline |
Weights() | Weights | |
Weights(double weight) | Weights | |
~HyperPoint() | HyperPoint | |
~Weights() (defined in Weights) | Weights | virtual |