Package | Description |
---|---|
org.ranksys.fm.rec |
FM-based recommenders.
|
org.ranksys.formats.factorization |
Write and read format for factorised models.
|
Constructor and Description |
---|
FMRecommender(PreferenceFM<U,I> fm)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
<U,I> PreferenceFM |
FMFormat.load(InputStream in,
FastUserIndex<U> users,
FastItemIndex<I> items)
Loads a factorisation machine from an input stream.
|
<U,I> PreferenceFM<U,I> |
SimpleFMFormat.load(InputStream in,
FastUserIndex<U> users,
FastItemIndex<I> items) |
Modifier and Type | Method and Description |
---|---|
<U,I> void |
FMFormat.save(PreferenceFM fm,
OutputStream out)
Saves a factorisation machine in an output stream.
|
<U,I> void |
SimpleFMFormat.save(PreferenceFM fm,
OutputStream out) |
Copyright © 2016. All rights reserved.