C# 클래스 MyMediaLite.Data.RatingsProxy

Data structure that allows access to selected entries of a rating data structure
상속: Ratings
파일 보기 프로젝트 열기: zenogantner/MML-KDD 1 사용 예제들

공개 메소드들

메소드 설명
RatingsProxy ( IRatings ratings, IList indices ) : System

Create a RatingsProxy object

메소드 상세

RatingsProxy() 공개 메소드

Create a RatingsProxy object
public RatingsProxy ( IRatings ratings, IList indices ) : System
ratings IRatings a ratings data structure
indices IList an index list pointing to entries in the ratings
리턴 System