C# Class BuildIt.CognitiveServices.Models.DiversityItemRecommend

Datei anzeigen Open project: builttoroam/BuildIt Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
DiversityItemRecommend ( ) : System.Linq

Initializes a new instance of the DiversityItemRecommend class.

DiversityItemRecommend ( System percentileBuckets = default(System.Collections.Generic.IList<PercentileBucket>), int totalItemsRecommended = default(int?), int uniqueItemsRecommended = default(int?), int uniqueItemsInTrainSet = default(int?), string error = default(string) ) : System.Linq

Initializes a new instance of the DiversityItemRecommend class.

Method Details

DiversityItemRecommend() public method

Initializes a new instance of the DiversityItemRecommend class.
public DiversityItemRecommend ( ) : System.Linq
return System.Linq

DiversityItemRecommend() public method

Initializes a new instance of the DiversityItemRecommend class.
public DiversityItemRecommend ( System percentileBuckets = default(System.Collections.Generic.IList<PercentileBucket>), int totalItemsRecommended = default(int?), int uniqueItemsRecommended = default(int?), int uniqueItemsInTrainSet = default(int?), string error = default(string) ) : System.Linq
percentileBuckets System Each percentile bucket is /// represented by a span (min/max values /// that range between 0 and 100). The items close to 100 /// are the /// most popular items, and the items close to 0 are the /// least popular.
totalItemsRecommended int The total number of items /// recommended. (some may be duplicates)
uniqueItemsRecommended int Number of distinct items that /// were returned for evaluation.
uniqueItemsInTrainSet int Number of distinct items in /// the train dataset.
error string Error message to indicate reason in failure /// cases.
return System.Linq