WeightedItem Class Reference

Weighted items class. More...

List of all members.

Public Member Functions

int CompareTo (Object o)
bool Equals (WeightedItem otherItem)
override bool Equals (Object o)
override int GetHashCode ()
 WeightedItem (int item_id, double weight)
 Constructor.
 WeightedItem ()
 Default constructor.

Public Attributes

int item_id
 Item ID.
double weight
 Weight.

Detailed Description

Weighted items class.


Constructor & Destructor Documentation

WeightedItem (  ) 

Default constructor.

WeightedItem ( int  item_id,
double  weight 
)

Constructor.

Parameters:
item_id the item ID
weight the weight

Member Data Documentation

int item_id

Item ID.

double weight

Weight.


The documentation for this class was generated from the following file:
Generated on Thu Sep 1 19:35:57 2011 for MyMediaLite by  doxygen 1.6.3