-
Notifications
You must be signed in to change notification settings - Fork 101
PSL-Viz #278
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
Open
tsalh
wants to merge
108
commits into
linqs:develop
Choose a base branch
from
AaronRodden:psl_viz
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
PSL-Viz #278
Changes from 11 commits
Commits
Show all changes
108 commits
Select commit
Hold shift + click to select a range
20dcd08
First push to psl_viz development, marked a bunch of places where we …
AaronRodden 050f0b3
fixed merge conflicts, pom version stuff
AaronRodden 6c91eae
Somewhat messy commit, but got a proof of concept for prediction vs t…
AaronRodden abc2823
Pushing some changes from meeting
AaronRodden d9252c3
Merge branch 'develop' into psl_viz
AaronRodden 62ebe0f
Got rid of some comments and things from my various testing
AaronRodden c04d221
Fixed some styling, cleaned some comments, organized VizDataCollectio…
AaronRodden 727322a
Found some new tests, got rid of a print out from past testing in Abs…
AaronRodden 3fc459b
Beginning process of moving viz data collection calls to cli
AaronRodden ea9a16a
Started setting up launcher to handle vizualization
AaronRodden 86e5e8e
Got rid of using evaluator object and instead use code from one of it…
AaronRodden f295d01
Finsished implementation of prediction vs truth data in cli
AaronRodden 807b8c8
Added a viz command line argument option
AaronRodden 983d21b
Changed the flag name and option name
AaronRodden 8a0a093
Passing ground rules over to VizDataCollection now
AaronRodden 5c53b06
Finished proof of concept for ground rule satisfaction histogram
AaronRodden 0533607
Groundings per Rule implemented.
tsalh 24a5ec7
Groundings per rule now implemented and modifed outputJSON() method t…
tsalh 4ea7771
Fixed JSON labeling and setup file output for total rule satisfaction.
tsalh 54a023f
Put all json data into one json, sectioned off via different keys
AaronRodden 17a251f
Fixed the total sat module methods to add up totals instead of grabbi…
AaronRodden 2168317
Added sat / dis split as well as percentages to json
AaronRodden 245c238
Missed a debug print in last push
AaronRodden cbb29e6
Grabbing violated ground rules and their consensus values
AaronRodden 070a11d
Changed the data collection for violated ground rules
AaronRodden 32398aa
Added the visualization flag to command line handler, also added a Si…
AaronRodden c62c4fe
Removed unparented number of ground rules from statistics.
tsalh 1bbcb42
got rid of weight flag in violation data collection
AaronRodden 071f3ad
Did a sweep of the code for style, readability, variable names, etc.
AaronRodden caf2ae5
Got needed data for a overall rule map, need to organize it now
AaronRodden 23e7fe0
All rule mapping data now being outputted to JSON
AaronRodden ffb7268
Got rid of comments in AbstractLogicalRule
AaronRodden 55a438b
Got rid of a space in the new function
AaronRodden e63fc16
Implementing some of the feedback on current JSON output file
AaronRodden 74e952e
Moved visualization data collection to the code covered by SimpleAcqu…
tsalh 7b256d9
Removed unnecessary print statement.
tsalh 12f98b5
Changed our JSON to have groundAtoms instead of queryAtoms
AaronRodden 771743e
Moved rule count into rule json object along with weighted flag.
tsalh 3c4fae3
Removed totRuleSatDis method from visualization now the ground rule i…
tsalh c2661fd
Removed unnecessary comments in VizDataCollection and null ground rul…
tsalh a85d196
Removed comments and fixed style.
tsalh 25a8f43
Got rid of violation being its own function, working on adding predic…
AaronRodden abadd99
Pulled some changes in
AaronRodden 3050e62
Completing moving prediction values into groundAtoms and making truth…
AaronRodden 6cf482e
Got rid of violated rules data structures that are no longer needed
AaronRodden aa7d07a
Missed some violation stuff in last commit
AaronRodden 8979d5e
Moved all visualization data collection to visualization method in La…
tsalh 148e5fd
Switched truthMap from JSONArray to JSONObject
AaronRodden ed64b4b
Got rid of comments
AaronRodden a2cbc9f
For some reason my small launcher change didnt get caught, fixing that
AaronRodden 08cd67a
Corrected JSON key name for rule.
tsalh b455f1c
Corrected JSON key name for ground atom.
tsalh 9332d8b
Removed disatisfaction for an unweighted rule.
tsalh 7970486
Change command line options to have proper naming
AaronRodden a950622
Atom map removed from ruleInsertElement
AaronRodden 1a141f4
Updated git ignores
AaronRodden c0a885a
Change viz test name
AaronRodden c37a47e
Change name of viz function in launcher
AaronRodden 6fade6e
Got rid of comments in inference application
AaronRodden ebe1b8d
Got rid of a test statement in continuous evaluator
AaronRodden 36957a4
Fixed some spacing in AbstractLogicalRule
AaronRodden 7fbe5f9
Got rid of comment in config, fixed testVisualization name and change…
AaronRodden 07185f8
Changed the Viz command line flag in testVisualization function
AaronRodden d0d30a0
Put an import in the right order in InferenceApplication
AaronRodden e3ca202
Fixed spacing in InferenceApplication
AaronRodden e69af27
Switched from JSONObjects to Java data structures to hold data, imple…
AaronRodden 9d38e9f
Got rid of some spacing and comments
AaronRodden b125d11
Got rid of fields that are no longer needed after last update
AaronRodden 4504e1c
Updated how output is handled in VizDataCollection, now goes to stdou…
AaronRodden bb20c08
Added a string to our output file that turns the json into a js variable
AaronRodden 06d76a1
Removed weights when adding rules to data file
AaronRodden f345153
Fixed spelling mistake disatisfaction -> dissatisfaction, effect how …
AaronRodden 0da4aa1
Style changes: exceeding column limit and bad indentation.
tsalh ef738b1
Going back to outputting a JSON file instead of a JS file
AaronRodden 9c1cb7f
Fixing a typo in a comment
AaronRodden 39c15cb
Fixed missing ground atom bug.
tsalh 5ccce63
Data collection now collects satisfaction of a ground rule after infe…
tsalh cd8330e
Got rid of unused imports, got rid of some comments
AaronRodden 62ce256
Moved grabbing satisfaction values from ground rules from Launcher to…
tsalh 2514087
Remove unused argument.
tsalh 4796548
Moved grabbing satisfaction values from InferenceApplication to CLI, …
tsalh be230d6
Fixed up some comments.
tsalh 9551535
Styling.
tsalh 3d9247d
Removed collectModelRules function and now the output file can be spe…
tsalh 60acb5a
Removed pretty print to data file.
tsalh 1660ce7
Added functionallity to create a Non-DNF ground rule, which will then…
AaronRodden dca1584
Got rid of an un-needed function, and prints from last commit. Added …
AaronRodden a874434
Gathered all Arithmetic Rules. (temporary)
tsalh cfa8084
Merge branch 'psl_viz' of https://github.com/AaronRodden/psl into psl…
AaronRodden 8e1ce89
Refactored write to output file while minimizing write buffer.
tsalh 5c666b5
Removed collection of arithmetic ground rules and refactored writeMap…
tsalh 6d7db0b
Completed final data file logic, and cleaned up / refactored
AaronRodden 44760f3
Fixing merge conflict, waiting for Arithmetic rule collection to do f…
AaronRodden b4a6c5a
NOTE: This commit relys upon a arithmetic rules being collected, it w…
AaronRodden 9cf42fe
Added back arithmetic data collection with bug fix. Edited some comme…
AaronRodden aeeff9f
Fixed an issue where characters in predicates were being replaced if …
AaronRodden a7a8210
Changed the decorated ground atoms to have their constants represetnt…
AaronRodden a19f5e5
Renamed VizDataCollection class to ModelDataCollector, removed whites…
tsalh 3d2fdb1
Fixed if-else styling.
tsalh 3a54d39
Changed how the collection config option is checked during grounding …
eriq-augustine 88f9616
User must now specify a path for model data collection, some style ch…
tsalh 6296afb
Writing a commit to note down next steps for PR
AaronRodden 319bb26
Merge branch 'psl_viz' of https://github.com/AaronRodden/psl into psl…
AaronRodden 4255885
Collected arithmetic rule at different choke point.
tsalh 9f0758a
Commit to recieve a change to data collection
AaronRodden 2fa0f92
Merge branch 'psl_viz' of https://github.com/AaronRodden/psl into psl…
AaronRodden 682b778
Addressed PR comments: parseAtom returns GroundAtom, various style an…
AaronRodden 5cbd94f
Did a style pass, added some comments and double checked additions to…
AaronRodden File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.