#include <dockResult.h>
Public Member Functions |
|
| Scoring_ () | |
| Default Constructor. |
|
| Scoring_ (const Scoring_ &scoring) | |
| Copy constructor. |
|
| Scoring_ (const String &name, const Options &options, const vector< float > &scores, const vector< Index > &snapshot_order) | |
| Constructor. |
|
| ~Scoring_ () | |
| Destructor. |
|
| const Scoring_ & | operator= (const Scoring_ &scoring) |
| Assignment operator. |
|
Public Attributes |
|
| String | name_ |
| Name of scoring function. |
|
| Options | options_ |
| options of scoring
function |
|
| vector< float > | scores_ |
| Vector of scores The score at
position i belongs to the snapshot i. |
|
| vector< Index > | snapshot_order_ |
| Vector of snapshot indices The
indices are sorted by their scores. |
|
This class contains information about the scoring: name of the scoring function, options of the function and scores
1.5.8