An implementation of the ID3 Decision Tree algorithm in Java from scratch.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.1 KiB

4 years ago
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <module type="JAVA_MODULE" version="4">
  3. <component name="NewModuleRootManager" inherit-compiler-output="true">
  4. <exclude-output />
  5. <content url="file://$MODULE_DIR$">
  6. <sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
  7. </content>
  8. <orderEntry type="inheritedJdk" />
  9. <orderEntry type="sourceFolder" forTests="false" />
  10. <orderEntry type="module-library">
  11. <library>
  12. <CLASSES>
  13. <root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/annotations/16.0.2/annotations-16.0.2.jar!/" />
  14. </CLASSES>
  15. <JAVADOC />
  16. <SOURCES />
  17. </library>
  18. </orderEntry>
  19. <orderEntry type="module-library">
  20. <library>
  21. <CLASSES>
  22. <root url="jar://$USER_HOME$/Downloads/jocl-2.0.1.jar!/" />
  23. </CLASSES>
  24. <JAVADOC />
  25. <SOURCES />
  26. </library>
  27. </orderEntry>
  28. <orderEntry type="module-library">
  29. <library>
  30. <CLASSES>
  31. <root url="jar:///usr/share/java/mysql-connector-java.jar!/" />
  32. </CLASSES>
  33. <JAVADOC />
  34. <SOURCES />
  35. </library>
  36. </orderEntry>
  37. </component>
  38. </module>