kiara plugin: network_analysis¶
This package contains a set of commonly used/useful modules, pipelines, types and metadata schemas for Kiara.
Description¶
kiara modules and datatypes for network analysis.
Package content¶
data_types¶
network_data
: Data that can be assembled into a graph.
module_types¶
-
export.network_data
: Export network data items. -
create.network_data.from.tables
: Create a graph object from one or two tables.
kiara_model_types¶
-
network_graph_properties
: File stats. -
instance.network_data
: A helper class to access and query network datasets.
operations¶
-
create.network_data.from.tables
: Create a graph object from one or two tables. -
export.network_data.as.csv_files
: -- n/a -- -
export.network_data.as.sql_dump
: -- n/a -- -
export.network_data.as.sqlite_db
: -- n/a -- -
import.network_data.from.csv_files
: Load the edges table from a csv file.