GLD¶
GLD refers to generalized label distribution (learning). It extends LDL by allowing the supervised target to be a generalized label distribution whose components are not required to lie on the probability simplex, as described in [GLD-WLYJ26].
BaseGLD¶
GLD-SVR¶
- class pyldl.algorithms.GLD_SVR(**kwargs)[source]¶
GLD-SVRis proposed in paper [GLD-WLYJ26].
GLD-\(k\)NN¶
- class pyldl.algorithms.GLD_KNN(*, k: int = 5, **kwargs)[source]¶
GLD-kNNis proposed in paper [GLD-WLYJ26].
GLD-BFGS¶
- class pyldl.algorithms.GLD_BFGS(**kwargs)[source]¶
GLD-BFGSis proposed in paper [GLD-WLYJ26].