mirror of https://github.com/jlizier/jidt
9 lines
312 B
Bash
Executable File
9 lines
312 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Make sure the latest example source file is compiled.
|
|
javac -classpath "../../infodynamics.jar" "infodynamics/demos/Example7EnsembleMethodTeContinuousDataKraskov.java"
|
|
|
|
# Run the example:
|
|
java -classpath ".:../../infodynamics.jar" infodynamics.demos.Example7EnsembleMethodTeContinuousDataKraskov
|
|
|