Skip to content

Feature request: ability to use different weights for network_p2p() #159

@martinctc

Description

@martinctc

By default, network_p2p() currently uses StrongTieScore as the weights for the graph created. There may be debugging or testing situations where users may want to use a different set of weights, or not use weights at all.

It would be valuable to have an argument that allows users to specify which weight they want to use, or not use weights at all.

An example would be:

  • weight = "StrongTieScore": default behaviour, use strong tie scores as weights.
  • weight = NULL: not use weights at all when creating graph.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions