U
- user typeI
- item typeF
- feature typepublic static interface IntentModel.UserIntentModel<U,I,F> extends UserModel.Model<U>
IntentModel
.Modifier and Type | Method and Description |
---|---|
Set<F> |
getIntents()
Returns the intents considered in the intent model.
|
Stream<F> |
getItemIntents(I i)
Returns the intents associated with an item.
|
double |
pf_u(F f)
Returns the probability of an intent in the model.
|
Set<F> getIntents()
Stream<F> getItemIntents(I i)
i
- itemdouble pf_u(F f)
f
- intentCopyright © 2016. All rights reserved.