Skip to content

bharlow058/AEEEM-and-other-SDP-datasets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDP_Pyjnius

Since I need weka, apache.commons.math and other java libs, but also need python library like netowrkx to do max_weight_bipartite, then I decide to use cpython + pyjnius to combine them

Setup

  • install pyjnius
  • when import java library, refer to the following example:
System = autoclass('java.lang.System')
System.out.println('Hello World')

Limitation

you need to take care of java heap size. it may cause a crash after 40 hours.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages