C# Класс Igman.Infrastructure.Recommender.ItemBase.ItemPreporuka

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

GetArtikliPreporucine() публичный Метод

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
Результат List

GetQuestionsPreporke() публичный Метод

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
Результат List

ItemPreporuka() публичный Метод

public ItemPreporuka ( Article a ) : System
a Igman.DB.DAL.Article
Результат System

ItemPreporuka() публичный Метод

public ItemPreporuka ( Question q ) : System
q Igman.DB.DAL.Question
Результат System