HoltWintersPrognoses
No description available
Install / Use
/learn @sdk25/HoltWintersPrognosesREADME
Holt-Winters prognoses
Simple java with jafafx GUI realization of the Holt-Winters series with prognoses.
Compilation
- Make dir
binat root of project - Compile sources with jdk 1.8 (jfx included)
javac -encoding utf8 -sourcepath ./src -d ./bin ./src/*.java
javac -encoding utf8 -sourcepath ./src -d ./bin ./src/services/*.java
javac -encoding utf8 -sourcepath ./src -d ./bin ./src/controllers/*.java
- Copy files from
resourcesdir into/bin(TODO)
Execution
Run compiled project
java -Dfile.encoding=UTF-8 -classpath ./bin Main
