SNN2.src.core.data.flow.NetCat module

class default flow

Use this module to manage a default flow object.

class SNN2.src.core.data.flow.NetCat.NetCatFlow(*args, dataset: str | None = None, columns: List[str] | None = None, **kwargs)

Bases: augmented_cls

NetCatFlow.

PreProcessing flow for the network categorical dataset

execute(*args, **kwargs) None