mescla.emma.model.emma¶
- mescla.emma.model.emma(X, k=None, rule='one', standardize=True, variance_threshold=0.9)[source]¶
Functional interface to
EMMA.Returns the
EMMAResultdirectly, for when you want the numbers rather than a fitted object.
Functional interface to EMMA.
Returns the EMMAResult directly, for when you want the
numbers rather than a fitted object.