Update readme

This commit is contained in:
Jensun Ravichandran 2021-06-02 00:03:35 +02:00
parent 7e241ff7d8
commit ef4d70eee0

View File

@ -22,14 +22,22 @@ The plugin should then be available for use in your Python environment as
## Available models ## Available models
- k-Nearest Neighbors (KNN) ### LVQ Family
- Learning Vector Quantization 1 (LVQ1) - Learning Vector Quantization 1 (LVQ1)
- Generalized Learning Vector Quantization (GLVQ) - Generalized Learning Vector Quantization (GLVQ)
- Generalized Relevance Learning Vector Quantization (GRLVQ) - Generalized Relevance Learning Vector Quantization (GRLVQ)
- Generalized Matrix Learning Vector Quantization (GMLVQ) - Generalized Matrix Learning Vector Quantization (GMLVQ)
- Localized and Generalized Matrix Learning Vector Quantization (LGMLVQ)
- Limited-Rank Matrix Learning Vector Quantization (LiRaMLVQ) - Limited-Rank Matrix Learning Vector Quantization (LiRaMLVQ)
- Learning Vector Quantization Multi-Layer Network (LVQMLN) - Learning Vector Quantization Multi-Layer Network (LVQMLN)
- Siamese GLVQ - Siamese GLVQ
- Cross-Entropy Learning Vector Quantization (CELVQ)
- Robust Soft Learning Vector Quantization (RSLVQ)
### Other
- k-Nearest Neighbors (KNN)
- Neural Gas (NG) - Neural Gas (NG)
- Growing Neural Gas (GNG) - Growing Neural Gas (GNG)
@ -41,9 +49,7 @@ The plugin should then be available for use in your Python environment as
## Planned models ## Planned models
- Median-LVQ - Median-LVQ
- Local-Matrix GMLVQ
- Generalized Tangent Learning Vector Quantization (GTLVQ) - Generalized Tangent Learning Vector Quantization (GTLVQ)
- Robust Soft Learning Vector Quantization (RSLVQ)
- Probabilistic Learning Vector Quantization (PLVQ) - Probabilistic Learning Vector Quantization (PLVQ)
- Self-Incremental Learning Vector Quantization (SILVQ) - Self-Incremental Learning Vector Quantization (SILVQ)