Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull Request for the Algorithm Comparison Tool #4

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jan 24, 2017

  1. Knowledge Linker Algorithm Comparison tool, taking the output files f…

    …rom linkpred, and running comparison metrics and confusion statistics from any two given algorithms, can print to screen or to files and can be run from the command line
    marvram committed Jan 24, 2017
    Configuration menu
    Copy the full SHA
    9a4f2da View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2017

  1. Fixed and added some functionality: removed getopt import, used argpa…

    …rse instead of sys.argv, passed input/output files through command line, implemented sys.exit(1) error calls, created functions to reuse code, fixed file writing bug, and changed the README file
    Mihai Avram committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    358ce22 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Updated README.md to include markdown text.
    mihaivavram authored Mar 15, 2017
    Configuration menu
    Copy the full SHA
    36f2d7b View commit details
    Browse the repository at this point in the history
  3. Removed output directory and tool directory, kept input files as exam…

    …ple of what input files are expected and they are not so large so I believe they are okay for reusability purposes to keep them there
    Mihai Avram committed Mar 15, 2017
    Configuration menu
    Copy the full SHA
    eb8c46f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    669002a View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2017

  1. AlgorithmComparisonTool: Changing input format directive and creating…

    … function abstraction for confusion output files
    mihaivavram committed Jun 27, 2017
    Configuration menu
    Copy the full SHA
    7abda19 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    AlgorithmComparisonTool: Updating README.md and fixing some formatting problems within this file.
    mihaivavram authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    a5f3b3b View commit details
    Browse the repository at this point in the history
  3. Update README.md

    AlgorithmComparisonTool: More README.md formatting
    mihaivavram authored Jun 27, 2017
    Configuration menu
    Copy the full SHA
    1e5a61e View commit details
    Browse the repository at this point in the history