Skip to main content

Network Analysis Tool Icon Herramienta Análisis de red

Ejemplo de cada herramienta

La herramienta Id. del registro posee un ejemplo de cada herramienta. Visita Flujos de trabajo de muestra para aprender cómo acceder a este y muchos otros ejemplos directamente en Alteryx Designer.

La herramienta Análisis de red genera un panel interactivo de una red para explorar las relaciones entre los distintos nodos. The tool provides a visual representation of the network along with key summary statistics that characterize the network.

La herramienta Análisis de red utiliza la biblioteca vis.js de javascript para generar los diagramas de fuerza interactivos. For more information, go to https://visjs.github.io/vis-network/docs/network/ .

Esta herramienta utiliza la herramienta R. Dirígete a Opciones > Descargar herramientas predictivas e inicia sesión en el portal de Descargas y licencias de Alteryx para instalar R y los paquetes utilizados por la herramienta R . Para obtener más información, visita Descargar y usar herramientas predictivas .

Conectar entradas

  • Ancla N : un flujo de datos de nodos que contiene un campo llamado "name" que identifica de forma exclusiva a cada nodo de la red.

  • Ancla E : un flujo de datos de aristas que contiene columnas llamadas “from” y “to” que identifican los nodos que están conectados mediante una arista. Ten en cuenta que los campos “from” y “to” deben utilizar los mismos identificadores de nodo únicos que se describieron anteriormente en (1).

Configurar la herramienta

  • Shape: Select the shape of nodes.

  • Luego, selecciona cómo ajustar el tamaño de los nodos.

    • Fixed: Enter a fixed size for all nodes.

    • By Variable: Select a field to scale the nodes by.

    • By Statistic: Select a statistical measure to scale the nodes by. For a description of different centrality measures, go to: https://en.wikipedia.org/wiki/Centrality .

  • Agrupar nodos:

    • Variable: Select a field to group the nodes by.

    • Statistic: Select a statistical algorithm to group the nodes by.

  • Directed: Select the check box to indicate if the network is a directed network.

  • Opacity: Enter the opacity of the edges when moused over.

  • Specify Layout: Select the check box to indicate if a layout is specified.

  • Choose Layout Algorithm: Select a layout algorithm. This tool uses the R package, igraph, to compute the layouts. For more information on the layouts supported, go to: https://mran.microsoft.com/package/igraph.

Salidas

  • El ancla D es un flujo de datos de Alteryx con medidas de centralidad de red para cada nodo.

  • I anchor: An interactive dashboard of the network that consists of...

    • An interactive force diagram to visualize the network.

    • Aggregate statistical measures that characterize the entire network.

    • A histogram of node centrality measures.