MultipleResultPath


[ ligand_pharma | Source | Keywords | Summary | Ancestors | All Members | Descendants ]

Quick Index

KEYWORD
AUTHORS
CHANGES LOG
GOALS
USAGE

Class Summary

class MultipleResultPath
{
public:
friend class JmolWriter;
MultipleResultPath(MultipleResultNode& node);
float getScore() const ;
const vector< const MultipleResult*>& getResults() const ;
const vector< int>& getMoleculesBitSets() const ;
const vector< float>& getFeatureWeights() const ;
int getCommonBitSet() const ;
bool isMoleculeInPath(unsigned int molID) const;
unsigned int numOfMolecules() const;
void updateFromClusters();
friend ostream& operator<<(ostream& s, const MultipleResultPath& path);
protected:
vector < const MultipleResult*> multipleResExpand_;
vector < int> moleculesBitSets_;
vector < float> pivotFeaturesWeights_;
float score_;
}; // MultipleResultPath

Back to the top of MultipleResultPath


KEYWORD

Back to the top of MultipleResultPath


AUTHORS

Back to the top of MultipleResultPath


CHANGES LOG

Back to the top of MultipleResultPath


GOALS

Back to the top of MultipleResultPath

		

USAGE

		

Back to the top of MultipleResultPath


friend class JmolWriter;

  friend class JmolWriter;

Back to the top of MultipleResultPath


MultipleResultPath(MultipleResultNode& node);

  MultipleResultPath(MultipleResultNode& node);

Back to the top of MultipleResultPath


float getScore() const ;

  float getScore() const                   
;

Function is currently defined inline.


Back to the top of MultipleResultPath


const vector< const MultipleResult*>& getResults() const ;

  const vector< const MultipleResult*>&  getResults() const                              
;

Function is currently defined inline.


Back to the top of MultipleResultPath


const vector< int>& getMoleculesBitSets() const ;

  const vector< int>& getMoleculesBitSets() const                              
;

Function is currently defined inline.


Back to the top of MultipleResultPath


const vector< float>& getFeatureWeights() const ;

  const vector< float>& getFeatureWeights() const                                  
;

Function is currently defined inline.


Back to the top of MultipleResultPath


int getCommonBitSet() const ;

  int getCommonBitSet() const                                                                         
;

Function is currently defined inline.


Back to the top of MultipleResultPath


bool isMoleculeInPath(unsigned int molID) const;

  bool isMoleculeInPath(unsigned int molID) const;

Back to the top of MultipleResultPath


unsigned int numOfMolecules() const;

  unsigned int numOfMolecules() const;

Back to the top of MultipleResultPath


void updateFromClusters();

  void updateFromClusters();

Back to the top of MultipleResultPath


friend ostream& operator<<(ostream& s, const MultipleResultPath& path);

  friend ostream& operator<<(ostream& s, const MultipleResultPath& path);

Back to the top of MultipleResultPath


vector < const MultipleResult*> multipleResExpand_;

  vector < const MultipleResult*> multipleResExpand_;

Back to the top of MultipleResultPath


vector < int> moleculesBitSets_;

  vector < int> moleculesBitSets_;

Back to the top of MultipleResultPath


vector < float> pivotFeaturesWeights_;

  vector < float> pivotFeaturesWeights_;

Back to the top of MultipleResultPath


float score_;

  float score_;

Back to the top of MultipleResultPath


All Members

public:
friend class JmolWriter;
float getScore() const ;
const vector< const MultipleResult*>& getResults() const ;
const vector< int>& getMoleculesBitSets() const ;
const vector< float>& getFeatureWeights() const ;
int getCommonBitSet() const ;
bool isMoleculeInPath(unsigned int molID) const;
unsigned int numOfMolecules() const;
void updateFromClusters();
friend ostream& operator<<(ostream& s, const MultipleResultPath& path);
protected:
vector < const MultipleResult*> multipleResExpand_;
vector < int> moleculesBitSets_;
vector < float> pivotFeaturesWeights_;
float score_;

Back to the top of MultipleResultPath


Ancestors

Class does not inherit from any other class.

Back to the top of MultipleResultPath


Descendants

Class is not inherited by any others.

Back to the top of MultipleResultPath


Generated from source by the Cocoon utilities on Mon Dec 21 11:44:47 2009 .

Report problems to jkotula@unimax.com