Skip to content

module_types

network_data.filters

Documentation

-- n/a --

Author(s)
  • Markus Binsteiner <markus@frkl.dev>
  • Context
    Tags network_analysis
    Labels package
    References
    Python class kiara_plugin.network_analysis.modules.filter.NetworkDataFiltersModule
    Module config
    Field Type Description Required Default
    constants object Value constants for this module.
    defaults object Value defaults for this module.
    filter_name string The name of the filter.

    create.network_data

    Documentation

    -- n/a --

    Author(s)
  • Markus Binsteiner <markus@frkl.dev>
  • Lena Jaskov <helena.jaskov@uni.lu>
  • Markus Binsteiner <markus@frkl.dev>
  • Context
    Tags network_analysis
    Labels package
    References
    Python class kiara_plugin.network_analysis.modules.create.CreateNetworkDataModule
    Module config
    Field Type Description Required Default
    constants object Value constants for this module.
    defaults object Value defaults for this module.
    source_type string The value type of the source value.
    target_type string The value type of the target.
    ignore_errors boolean Whether to ignore convert errors and omit the failed items.

    assemble.network_data

    Documentation

    Create a 'network_data' instance from one or two tables.

    This module needs at least one table as input, providing the edges of the resulting network data set. If no further table is created, basic node information will be automatically created by using unique values from the edges source and target columns.

    If no source_column_name (and/or target_column_name) is provided, kiara will try to auto-detect the most likely of the existing columns to use. If that is not possible, an error will be raised.

    Author(s)
  • Markus Binsteiner <markus@frkl.dev>
  • Lena Jaskov <helena.jaskov@uni.lu>
  • Markus Binsteiner <markus@frkl.dev>
  • Context
    Tags network_analysis
    Labels package
    References
    Python class kiara_plugin.network_analysis.modules.create.AssembleGraphFromTablesModule
    Module config
    Field Type Description Required Default
    constants object Value constants for this module.
    defaults object Value defaults for this module.
    node_id_column_aliases array Alias strings to test (in order) for auto-detecting the node id column.
    label_column_aliases array Alias strings to test (in order) for auto-detecting the node label column.
    source_column_aliases array Alias strings to test (in order) for auto-detecting the source column.
    target_column_aliases array Alias strings to test (in order) for auto-detecting the target column.