-
Notifications
You must be signed in to change notification settings - Fork 100
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
PSL-Viz #278
base: develop
Are you sure you want to change the base?
PSL-Viz #278
Conversation
…s methods, also got rid of comments in ContinuousEvaluator as we are using launcher now.
…o take a JSONObject and filename.
…ng individual satisfaction
…mpleAcquaintancestest that uses it, adjusted launcher to use the flag as well
… go into the newly designed data file
…a TODO for next steps
… so that ground truth map, ground rule map, ground atom map, and rule map can all be arguments to the same method.
…inal push of new data file logic
…ill not be pushed until then. Changed the implementation for creating the new data file. Did some additional cleanup such as ordering imports, removing un-needed code, and style. Also added back parent rule weights to the data file instead of just booleans.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, making good progress with the streaming JSON.
psl-core/src/main/java/org/linqs/psl/application/inference/InferenceApplication.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/model/rule/arithmetic/AbstractArithmeticRule.java
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/VizDataCollection.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/VizDataCollection.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/VizDataCollection.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/VizDataCollection.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/VizDataCollection.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/VizDataCollection.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/VizDataCollection.java
Outdated
Show resolved
Hide resolved
…there was a term that exactly matched it
…ed as doubles instead of ints as that more closely follows the inputed data
…paces written to JSON, included error message including the path for an IOException for path file, and some style changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making some good progress.
Remember that I will typically only make a comment once, but it apples to all files.
(E.g. one letter variable names and missing spaces before braces.)
Aaron, can you review the comments that I have previously given Tarun.
There are a bunch apply, and we (you and I) have just not gone over yet.
psl-core/src/main/java/org/linqs/psl/util/ModelDataCollector.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/model/rule/arithmetic/AbstractArithmeticRule.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/ModelDataCollector.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/ModelDataCollector.java
Outdated
Show resolved
Hide resolved
psl-core/src/main/java/org/linqs/psl/util/ModelDataCollector.java
Outdated
Show resolved
Hide resolved
…to avoid many access logs.
…anges, and renamed last few variables of visualization to model collection.
No description provided.