![]() |
Sistema de Consulta Abierta
Sistema de consulta abierta con módulo de análisis semántico
|
Métodos públicos | |
def | __new__ |
Métodos públicos estáticos | |
def | load |
Depending on the boolean parameter `multiprocessing`, returns and initializes an instance of either LdaCgsSeq or LdaCgsMulti. Note that on Windows platforms, `multiprocessing` is not implemented. In contrast to LdaCgsMulti, LDA always returns a valid object. Instead of raising a NotImplementedError, LDA issues a RuntimeWarning, notifying the user the sequental algorithm is being used. When `seed_or_seeds` is a list in this instance, only the first seed is used.
|
static |
A static method for loading a saved LdaCgsMulti model. :param filename: Name of a saved model to be loaded. :type filename: string :returns: m : LdaCgsMulti object :See Also: :class:`numpy.load`