C# Class MyMediaLite.Data.StaticRatings

Inheritance: Ratings
Afficher le fichier Open project: zenogantner/MML-KDD Class Usage Examples

Protected Properties

Свойство Type Description
pos int

Méthodes publiques

Méthode Description
Add ( int user_id, int item_id, double rating ) : void
RemoveAt ( int index ) : void
RemoveItem ( int item_id ) : void
RemoveUser ( int user_id ) : void
StaticRatings ( ) : System
StaticRatings ( int size ) : System

Method Details

Add() public méthode

public Add ( int user_id, int item_id, double rating ) : void
user_id int
item_id int
rating double
Résultat void

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void

RemoveItem() public méthode

public RemoveItem ( int item_id ) : void
item_id int
Résultat void

RemoveUser() public méthode

public RemoveUser ( int user_id ) : void
user_id int
Résultat void

StaticRatings() public méthode

public StaticRatings ( ) : System
Résultat System

StaticRatings() public méthode

public StaticRatings ( int size ) : System
size int
Résultat System

Property Details

pos protected_oe property

The position where the next rating will be stored
protected int pos
Résultat int