Put idle assets to work with competitive interest rates, borrow without selling, and trade with precision. All in one platform.
Geographic restrictions, eligibility, and terms apply.
Get started with Nexo.
$300 in Free Credit Towards Top Cloud Services
Build VMs, containers, AI, databases, storage—all in one place.
Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
Visualizes all aspects of compiled Java class files
jclasslib bytecode editor is a tool that visualizes all aspects of compiled Java class files and the contained bytecode. Many aspects of class files can be edited in the UI. In addition, it contains a library that enables developers to read and write Java class files and bytecode. All constant pool entries can be edited. Referenced constant pool entries can directly be edited from the context menu that is shown by the "Edit" button of attributes and constant pool entries.
....
---------------------------------------------------------------------------
To run the library, just double click on the jar file. Also, you can use the following command line:
Java -Xms1500m -jar "ML Library.jar"
to ensure that the java virtual machine has enough space to run.
You can find sample test files under code/Test. Test files for clustering part are under code/Test/InputFile which contains two chameleon datasets from:
http://glaros.dtc.umn.edu/gkhome/cluto/cluto/download
Also, you can find sample test files for self-learning and co-training under its corresponding folders. ...