Skip to content

Commit

Permalink
Adding docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Morra committed Jun 17, 2015
1 parent bfdd72d commit 5f50935
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/main/java/vw/VW.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* that at this time VW is NOT thread safe, and therefore neither is the JNI layer. It should be noted
* that this was originally written with a bulk interface that was later removed because of benchmarking
* data found <a href="https://microbenchmarks.appspot.com/runs/817d246a-5f90-478a-bc27-d5912d2ff874#r:scenario.benchmarkSpec.methodName,scenario.benchmarkSpec.parameters.loss,scenario.benchmarkSpec.parameters.mutabilityPolicy,scenario.benchmarkSpec.parameters.nExamples">here</a>.
* Please note that close MUST be called in order to free up the memory on the C side.
*/
public class VW implements Closeable {

Expand Down

0 comments on commit 5f50935

Please sign in to comment.