-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
064ea61
commit 33ead8e
Showing
5 changed files
with
28 additions
and
7 deletions.
There are no files selected for viewing
15 changes: 13 additions & 2 deletions
15
src/cognitivefactory/interactive_clustering_gui/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 12 additions & 2 deletions
14
src/cognitivefactory/interactive_clustering_gui/models/__init__.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,15 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
""" | ||
Interactive Clustering GUI package. | ||
* Name: cognitivefactory.interactive_clustering_gui | ||
* Description: Web application for Interactive Clustering methodology. | ||
* Author: Erwan SCHILD | ||
* Created: 22/10/2021 | ||
* Licence: CeCILL (https://cecill.info/licences.fr.html) | ||
The models file, that defines requests parameters and application states: | ||
Web application for Interactive Clustering methodology | ||
- `app`: it defines query parameters models required for application requests. See [interactive_clustering_gui/models/queries](https://cognitivefactory.github.io/interactive-clustering-gui/reference/cognitivefactory/interactive_clustering_gui/models/queries/) documentation ; | ||
- `settings`: it defines algorithm settings models required for application runs. See [interactive_clustering_gui/models/settings](https://cognitivefactory.github.io/interactive-clustering-gui/reference/cognitivefactory/interactive_clustering_gui/models/settings/) documentation ; | ||
- `states`: it defins states models required for application runs. See [interactive_clustering_gui/models/states](https://cognitivefactory.github.io/interactive-clustering-gui/reference/cognitivefactory/interactive_clustering_gui/models/states/) documentation ; | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters