docs(store): add STORE.yaml, MODULE.md/de + icon for the store
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
All checks were successful
CI / Linux x86_64 (Forgejo) (push) Successful in 1m45s
Signed-off-by: flemming-it <sf@flemming.it>
This commit is contained in:
parent
fc5e6300b8
commit
4419e4a385
4 changed files with 74 additions and 0 deletions
21
MODULE.de.md
Normal file
21
MODULE.de.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# graph.shapley_attribution
|
||||
|
||||
Shapley-Attribution auf gewichteten Graphen
|
||||
|
||||
## Was es tut
|
||||
|
||||
Verteilt 'Schuld' oder 'Verdienst' eines Zielknotens auf seine Vorgänger in einem gewichteten Norm-/Zitationsgraphen. v0.1 proportional; v0.2 voller Shapley-Wert für ≤32-Knoten-Nachbarschaften.
|
||||
|
||||
## Verwendung
|
||||
|
||||
```yaml
|
||||
steps:
|
||||
- id: step
|
||||
use: graph.shapley_attribution@^0
|
||||
with:
|
||||
# Eingaben siehe module.yaml
|
||||
```
|
||||
|
||||
## Lizenz
|
||||
|
||||
Apache-2.0 — Teil des Recl∆Im-Modulsets (Flemming.AI), auf Ch∆In.
|
||||
Loading…
Add table
Add a link
Reference in a new issue