rctn / sparsecoding

Reference sparse coding implementations for efficient learning and inference.
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

flag for inference methods to return all coefficients during inference. #18

Closed belsten closed 2 years ago

belsten commented 2 years ago

Instead of just returning the final inferred set of coefficients in sparsecoding/inference, add a flag that will return set of coefficients during inference.