StaticLazy: Refactor

This commit is contained in:
2021-04-04 08:39:56 -05:00
parent 168f56c296
commit 6e614264b5
8 changed files with 340 additions and 429 deletions

View File

@@ -151,8 +151,8 @@ class Component:
def fit_xy(
self,
x: Dict[str, np.ndarray],
y: Dict[str, np.ndarray],
x: Dict[Hashable, np.ndarray],
y: Dict[Hashable, np.ndarray],
) -> None:
"""
Given two dictionaries x and y, mapping the name of the category to matrices