graph-dataset-tools

module
v0.0.0-...-894c189 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 28, 2015 License: MIT

README

Tools to aid with my third year project

My project is an algorithm for computing similar nodes in large graphs. This repository contains tools that I need to process different datasets into a simple CSV format. For now it's just (nodeId, nodeId) pairs.

The tools will have their own readme file and each be in a different folder.

Note: the tools that start with "s_" are specific code for a dataset I'm playing with.

Experiments

In sim/ and matrix_exp/ there are experiments with Go matrix libraries, and with linking Go to Matlab code. This was part of the process of choosing what language to port the algorithm in (from Matlab) so it can be developed further.

Licence

All the tools are licenced under the MIT Licence (see LICENCE).

Directories

Path Synopsis
Processing inputs of form: node1, node2, [whatever] and outputting things of form: node1_processed, node2_processed, [whatever] Operations supported: - create a mapping index - apply a mapping index to a file - revert a mapping index to a file - overwrite the file at the end
Processing inputs of form: node1, node2, [whatever] and outputting things of form: node1_processed, node2_processed, [whatever] Operations supported: - create a mapping index - apply a mapping index to a file - revert a mapping index to a file - overwrite the file at the end

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL