Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
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. ...