Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squidmin/java-spring-boot-weka-reference

Simple linear regression model in Java using Weka
https://github.com/squidmin/java-spring-boot-weka-reference

csv gradle java java-spring-boot java17 linear-regression spring-boot-3 weka weka-library

Last synced: 9 days ago
JSON representation

Simple linear regression model in Java using Weka

Awesome Lists containing this project

README

        

# java-spring-boot-weka-reference

Simple linear regression model in Java using Weka.

## Build documentation

```bash
sphinx-build -b html . _build
```

## Clean the build directory and re-build

```bash
make clean
sphinx-build -b html . _build
```

## API documentation

To view API documentation, start the application

```bash
./gradlew bootRun
```

and navigate to `http://localhost:8080/swagger-ui/index.html`.