diff --git a/404.html b/404.html index 5cf39c13..0cde2353 100644 --- a/404.html +++ b/404.html @@ -5,7 +5,7 @@
List[np.ndarray]
- List of cohort community labels for each file.@save_state(model=CommunityFunctionSchema)
def community(config: str,
cohort: bool = True,
cut_tree: int | None = None,
save_logs: bool = False) -> None
@save_state(model=CommunityFunctionSchema)
def community(config: str,
parametrization: Parametrizations,
cohort: bool = True,
cut_tree: int | None = None,
save_logs: bool = False) -> None
Perform community analysis.
Arguments:
Returns:
None
@save_state(model=GenerativeModelFunctionSchema)
def generative_model(config: str,
mode: str = "sampling",
save_logs: bool = False) -> plt.Figure
@save_state(model=GenerativeModelFunctionSchema)
def generative_model(config: str,
parametrization: Parametrizations,
mode: str = "sampling",
save_logs: bool = False) -> Dict[str, plt.Figure]
Generative model.
Arguments:
mode
str, optional - Mode for generating samples. Defaults to "sampling".Returns:
-plt.Figure
- Plot of generated samples.Dict[str, plt.Figure]: Plots of generated samples for each parametrization.