C# 클래스 MyMediaLite.Data.StaticRatings

상속: Ratings
파일 보기 프로젝트 열기: zenogantner/MML-KDD 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
pos int

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

public Add ( int user_id, int item_id, double rating ) : void
user_id int
item_id int
rating double
리턴 void

RemoveAt() 공개 메소드

public RemoveAt ( int index ) : void
index int
리턴 void

RemoveItem() 공개 메소드

public RemoveItem ( int item_id ) : void
item_id int
리턴 void

RemoveUser() 공개 메소드

public RemoveUser ( int user_id ) : void
user_id int
리턴 void

StaticRatings() 공개 메소드

public StaticRatings ( ) : System
리턴 System

StaticRatings() 공개 메소드

public StaticRatings ( int size ) : System
size int
리턴 System

프로퍼티 상세

pos 보호되어 있는 프로퍼티

The position where the next rating will be stored
protected int pos
리턴 int