You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`LearnAPI.LiteralTarget`| same as target observations; may have the interpretation of a 50% quantile, 50% expectile or mode |
20
-
|`LearnAPI.Sampleable`| object that can be sampled to obtain object of the same form as target observation |
21
-
|`LearnAPI.Distribution`| explicit probability density/mass function whose sample space is all possible target observations |
22
-
|`LearnAPI.LogDistribution`| explicit log-probability density/mass function whose sample space is possible target observations |
23
-
|`LearnAPI.Probability`¹ | numerical probability or probability vector |
24
-
|`LearnAPI.LogProbability`¹ | log-probability or log-probability vector |
25
-
|`LearnAPI.Parametric`¹ | a list of parameters (e.g., mean and variance) describing some distribution |
26
-
|`LearnAPI.LabelAmbiguous`| collections of labels (in case of multi-class target) but without a known correspondence to the original target labels (and of possibly different number) as in, e.g., clustering |
27
-
|`LearnAPI.LabelAmbiguousSampleable`| sampleable version of `LabelAmbiguous`; see `Sampleable` above |
28
-
|`LearnAPI.LabelAmbiguousDistribution`| pdf/pmf version of `LabelAmbiguous`; see `Distribution` above |
29
-
|`LearnAPI.LabelAmbiguousFuzzy`| same as `LabelAmbiguous` but with multiple values of indeterminant number |
30
-
|`LearnAPI.Quantile`² | same as target but with quantile interpretation |
31
-
|`LearnAPI.Expectile`² | same as target but with expectile interpretation |
|`LearnAPI.JointSampleable`| object that can be sampled to obtain a *vector* whose elements have the form of target observations; the vector length matches the number of observations in `data`. |
74
-
|`LearnAPI.JointDistribution`| explicit probability density/mass function whose sample space is vectors of target observations; the vector length matches the number of observations in `data`|
75
-
|`LearnAPI.JointLogDistribution`| explicit log-probability density/mass function whose sample space is vectors of target observations; the vector length matches the number of observations in `data`|
76
-
77
-
> Table of `LearnAPI.KindOfProxy` subtypes subtyping `LearnAPI.Joint`
0 commit comments