Package | Description |
---|---|
net.librec.data.model | |
net.librec.job | |
net.librec.recommender | |
net.librec.similarity |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataModel
A AbstractDataModel represents a data access class to the input
file.
|
class |
ArffDataModel
A ArffDataModel represents a data access class
to the ARFF format input.
|
class |
JDBCDataModel
JDBC Data Model
|
class |
TextDataModel
A TextDataModel represents a data access class to the CSV format
input.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends DataModel> |
RecommenderJob.getDataModelClass()
Get data model class.
|
Modifier and Type | Field and Description |
---|---|
protected DataModel |
RecommenderContext.dataModel |
Modifier and Type | Method and Description |
---|---|
DataModel |
TensorRecommender.getDataModel() |
DataModel |
RecommenderContext.getDataModel() |
DataModel |
Recommender.getDataModel()
get DataModel
|
DataModel |
AbstractRecommender.getDataModel()
get Data Model
|
Constructor and Description |
---|
RecommenderContext(Configuration conf,
DataModel dataModel) |
RecommenderContext(Configuration conf,
DataModel dataModel,
RecommenderSimilarity similarity) |
Modifier and Type | Method and Description |
---|---|
void |
RecommenderSimilarity.buildSimilarityMatrix(DataModel dataModel)
build and compute similarity matrix by dataModel
|
void |
CPCSimilarity.buildSimilarityMatrix(DataModel dataModel)
Build social similarity matrix with trainMatrix in dataModel.
|
void |
AbstractRecommenderSimilarity.buildSimilarityMatrix(DataModel dataModel)
Build social similarity matrix with trainMatrix in dataModel.
|
void |
AbstractRecommenderSimilarity.buildSocialSimilarityMatrix(DataModel dataModel)
Build social similarity matrix with trainMatrix
and socialMatrix in dataModel.
|
Copyright © 2017. All Rights Reserved.