├── Other ├── svr_dataInput.py └── svr_kernel.py ├── README.md ├── rawData.py ├── regression.py └── svr_evaluation.py /Other/svr_dataInput.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zigarov/SoC-Estimation-SVR/HEAD/Other/svr_dataInput.py -------------------------------------------------------------------------------- /Other/svr_kernel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zigarov/SoC-Estimation-SVR/HEAD/Other/svr_kernel.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zigarov/SoC-Estimation-SVR/HEAD/README.md -------------------------------------------------------------------------------- /rawData.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zigarov/SoC-Estimation-SVR/HEAD/rawData.py -------------------------------------------------------------------------------- /regression.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zigarov/SoC-Estimation-SVR/HEAD/regression.py -------------------------------------------------------------------------------- /svr_evaluation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Zigarov/SoC-Estimation-SVR/HEAD/svr_evaluation.py --------------------------------------------------------------------------------