|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
edu.qut.cs.rcmd.core.prob |
Uses of Event in edu.qut.cs.rcmd.core.prob |
---|
Classes in edu.qut.cs.rcmd.core.prob with type parameters of type Event | |
---|---|
interface |
ProbabilityProvider<T extends Event>
|
class |
ProbabilitySpec<T extends Event>
usages: ProbabilitySpec.of(A) -> P(A) ProbabilitySpec.of(A, B) -> P(A,B) ProbabilitySpec.of(A, B) -> P(A,B) ProbabilitySpec.of(A).given(B) -> P(A|B) ProbabilitySpec.of(A, B).given(C) -> P(A,B|C) |
static interface |
ProbabilitySpec.Builder<T extends Event>
|
static interface |
ProbabilitySpec.ConditionBuilder<T extends Event>
|
Classes in edu.qut.cs.rcmd.core.prob that implement Event | |
---|---|
class |
RecommenderProbSubject
|
Methods in edu.qut.cs.rcmd.core.prob with type parameters of type Event | ||
---|---|---|
static
|
ProbabilitySpec.of(T... events)
|
Methods in edu.qut.cs.rcmd.core.prob with parameters of type Event | ||
---|---|---|
ProbabilitySpec.Builder<T> |
ProbabilitySpec.ConditionBuilder.given(T... events)
|
|
static
|
ProbabilitySpec.of(T... events)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |