![]() |
RDKit
Open-source cheminformatics and machine learning.
|
#include <RGroupFingerprintScore.h>
Public Member Functions | |
| VarianceDataForLabel (const int &label, int numberFingerprints, std::vector< int > bitCounts) | |
| VarianceDataForLabel (const int &label) | |
| VarianceDataForLabel (const VarianceDataForLabel &other)=default | |
| VarianceDataForLabel & | operator= (const VarianceDataForLabel &other)=delete |
| void | addRgroupData (RGroupData *rgroupData) |
| void | removeRgroupData (RGroupData *rgroupData) |
| double | variance () const |
Public Attributes | |
| const int | label |
| int | numberFingerprints |
| std::vector< int > | bitCounts |
Definition at line 20 of file RGroupFingerprintScore.h.
| RDKit::VarianceDataForLabel::VarianceDataForLabel | ( | const int & | label, |
| int | numberFingerprints, | ||
| std::vector< int > | bitCounts ) |
References bitCounts, label, and numberFingerprints.
Referenced by operator=(), and VarianceDataForLabel().
| RDKit::VarianceDataForLabel::VarianceDataForLabel | ( | const int & | label | ) |
References label.
|
default |
References VarianceDataForLabel().
| void RDKit::VarianceDataForLabel::addRgroupData | ( | RGroupData * | rgroupData | ) |
|
delete |
References VarianceDataForLabel().
| void RDKit::VarianceDataForLabel::removeRgroupData | ( | RGroupData * | rgroupData | ) |
| double RDKit::VarianceDataForLabel::variance | ( | ) | const |
| std::vector<int> RDKit::VarianceDataForLabel::bitCounts |
Definition at line 27 of file RGroupFingerprintScore.h.
Referenced by VarianceDataForLabel().
| const int RDKit::VarianceDataForLabel::label |
Definition at line 22 of file RGroupFingerprintScore.h.
Referenced by VarianceDataForLabel(), and VarianceDataForLabel().
| int RDKit::VarianceDataForLabel::numberFingerprints |
Definition at line 24 of file RGroupFingerprintScore.h.
Referenced by VarianceDataForLabel().