├── LICENSE ├── README.md └── src ├── AngleCalculator.py ├── C45Tree.py ├── Data.py ├── MakeData.py ├── RandomForest.py ├── data ├── JChkn.log ├── JDisco.log ├── JEgy.log ├── JYMCA.log ├── PositionsChkn.log ├── PositionsDisco.log ├── PositionsEgy.log ├── Positionsymca.log ├── TestChkn.log ├── TestDisco.log ├── TestEgy.log └── TestYMCA.log └── testing.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/README.md -------------------------------------------------------------------------------- /src/AngleCalculator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/AngleCalculator.py -------------------------------------------------------------------------------- /src/C45Tree.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/C45Tree.py -------------------------------------------------------------------------------- /src/Data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/Data.py -------------------------------------------------------------------------------- /src/MakeData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/MakeData.py -------------------------------------------------------------------------------- /src/RandomForest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/RandomForest.py -------------------------------------------------------------------------------- /src/data/JChkn.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/JChkn.log -------------------------------------------------------------------------------- /src/data/JDisco.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/JDisco.log -------------------------------------------------------------------------------- /src/data/JEgy.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/JEgy.log -------------------------------------------------------------------------------- /src/data/JYMCA.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/JYMCA.log -------------------------------------------------------------------------------- /src/data/PositionsChkn.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/PositionsChkn.log -------------------------------------------------------------------------------- /src/data/PositionsDisco.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/PositionsDisco.log -------------------------------------------------------------------------------- /src/data/PositionsEgy.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/PositionsEgy.log -------------------------------------------------------------------------------- /src/data/Positionsymca.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/Positionsymca.log -------------------------------------------------------------------------------- /src/data/TestChkn.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/TestChkn.log -------------------------------------------------------------------------------- /src/data/TestDisco.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/TestDisco.log -------------------------------------------------------------------------------- /src/data/TestEgy.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/TestEgy.log -------------------------------------------------------------------------------- /src/data/TestYMCA.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/data/TestYMCA.log -------------------------------------------------------------------------------- /src/testing.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RyanYoung25/randomForest/HEAD/src/testing.py --------------------------------------------------------------------------------