C# 클래스 MyMediaLite.Data.WeightedItem

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

공개 프로퍼티들

프로퍼티 타입 설명
item_id int
weight double

공개 메소드들

메소드 설명
CompareTo ( Object o ) : int
Equals ( Object o ) : bool
Equals ( WeightedItem otherItem ) : bool
GetHashCode ( ) : int
WeightedItem ( ) : System

Default constructor

WeightedItem ( int item_id, double weight ) : System

Constructor

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( Object o ) : int
o Object
리턴 int

Equals() 공개 메소드

public Equals ( Object o ) : bool
o Object
리턴 bool

Equals() 공개 메소드

public Equals ( WeightedItem otherItem ) : bool
otherItem WeightedItem
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

WeightedItem() 공개 메소드

Default constructor
public WeightedItem ( ) : System
리턴 System

WeightedItem() 공개 메소드

Constructor
public WeightedItem ( int item_id, double weight ) : System
item_id int the item ID
weight double the weight
리턴 System

프로퍼티 상세

item_id 공개적으로 프로퍼티

Item ID
public int item_id
리턴 int

weight 공개적으로 프로퍼티

Weight
public double weight
리턴 double