Releases: MassAtLeeds/Cluster-Hunter
Cluster Hunter v1.2
This release updates the cluster hunter algorithm to enable integration with the FMF software. To add the functionality of the cluster hunter to the FMF simply place the ClusterHunter.jar file in the root folder of the FMF software next to the exec.jar and restart the FMF software. A cluster hunter menu option should now be visible after restart has finished.
Note the software now packages the previous dependancies internally in the ClusterHunter.jar file, however, two new dependancies SharedObjects.jar and swing-layout-1.0.4.jar are required. These are packaged with this release but are also contained in the FMF release.
Cluster Hunter v1.1
Update to bring this code base in line with the current release used by the Twitter Workbench.
Requires running from the command line. At the command prompt navigate to the directory where the ClusterHunter.jar is located and enter java -jar ClusterHunter.jar followed by the parameters required to find the data and run the algorithm (see javadocs Parameter class for details).
Cluster Hunter v1.0
Initial release of the stripped down cluster hunting algorithm. Requires running from the command line. At the command prompt navigate to the directory where the ClusterHunter.jar is located and enter java -jar ClusterHunter.jar followed by the parameters required to find the data and run the algorithm (see javadocs Parameter class for details).