Property | Type | Description |
---|
Method | Description | |
---|---|---|
DiversifySequential ( IList |
Diversify an item list
|
|
SequentialDiversification ( CorrelationMatrix item_correlation ) : System |
Constructor
|
|
Similarity ( ICollection |
Compute the intra-set similarity of an item collection
|
|
Similarity ( int item_id, ICollection |
Compute similarity between one item and a collection of items
|
public DiversifySequential ( IList |
||
item_list | IList |
a list of items |
diversification_parameter | double | the diversification parameter (higher means more diverse) |
return | IList |
public SequentialDiversification ( CorrelationMatrix item_correlation ) : System | ||
item_correlation | CorrelationMatrix | the similarity measure to use for diversification |
return | System |
public static Similarity ( ICollection |
||
items | ICollection |
a collection of items |
item_correlation | CorrelationMatrix | the similarity measure to use |
return | double |
public static Similarity ( int item_id, ICollection |
||
item_id | int | the item ID |
items | ICollection |
a collection of items |
item_correlation | CorrelationMatrix | the similarity measure to use |
return | double |