Skip to content

Commit cf87650

Browse files
committed
Added README.md
1 parent ddfbd7e commit cf87650

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# php-dataset-clustering
2+
3+
Example of data clustering using Rubix ML and the K Means algorithm. Written in PHP 8.4 with Symfony Console.
4+
5+
## Most important classes
6+
7+
* [SolveTaskCommand](./src/UI/CLI/SolveTaskCommand.php)
8+
* [DatasetClusterer](./src/Application/ML/DatasetClusterer.php)
9+
* [ArrayDatasetRepository](./src/Infrastructure/Repository/ArrayDatasetRepository.php)
10+
* [ClusteringAnalysisDatasetFactory](./src/Application/Analytics/ClusteringAnalysisDatasetFactory.php)
11+
12+
## Commands
13+
14+
```
15+
Available commands for the "app" namespace:
16+
app:solve-task
17+
```
18+
19+
## Copyrights
20+
21+
Copyright © Rafał Mikołajun 2024.

0 commit comments

Comments
 (0)