C# Class Igman.Infrastructure.Recommender.ItemBase.ItemPreporuka

Exibir arquivo Open project: fitba/km-2013-projects-team-igman Class Usage Examples

Public Methods

Method Description
GetArtikliPreporucine ( double ElasticnostFinal = 0.65, double ElasticnostTag = 0.65, double ElasticnostKategorije = 0.65, double ElasticnostOcjene = 0.35 ) : List
GetQuestionsPreporke ( double ElasticnostFinal = 0.65, double ElasticnostTag = 0.65, double ElasticnostKategorije = 0.65, double ElasticnostOcjene = 0.35 ) : List
ItemPreporuka ( Article a ) : System
ItemPreporuka ( Question q ) : System

Method Details

GetArtikliPreporucine() public method

public GetArtikliPreporucine ( double ElasticnostFinal = 0.65, double ElasticnostTag = 0.65, double ElasticnostKategorije = 0.65, double ElasticnostOcjene = 0.35 ) : List
ElasticnostFinal double
ElasticnostTag double
ElasticnostKategorije double
ElasticnostOcjene double
return List

GetQuestionsPreporke() public method

public GetQuestionsPreporke ( double ElasticnostFinal = 0.65, double ElasticnostTag = 0.65, double ElasticnostKategorije = 0.65, double ElasticnostOcjene = 0.35 ) : List
ElasticnostFinal double
ElasticnostTag double
ElasticnostKategorije double
ElasticnostOcjene double
return List

ItemPreporuka() public method

public ItemPreporuka ( Article a ) : System
a Igman.DB.DAL.Article
return System

ItemPreporuka() public method

public ItemPreporuka ( Question q ) : System
q Igman.DB.DAL.Question
return System