mirror of
https://github.com/Llewellynvdm/php-ml.git
synced 2025-01-24 15:48:24 +00:00
update readme
This commit is contained in:
parent
fb04b57853
commit
77647fda45
@ -48,6 +48,9 @@ composer require php-ai/php-ml
|
|||||||
* [DBSCAN](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/dbscan)
|
* [DBSCAN](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/dbscan)
|
||||||
* Cross Validation
|
* Cross Validation
|
||||||
* [Random Split](http://php-ml.readthedocs.io/en/latest/machine-learning/cross-validation/random-split)
|
* [Random Split](http://php-ml.readthedocs.io/en/latest/machine-learning/cross-validation/random-split)
|
||||||
|
* Preprocessing
|
||||||
|
* [Normalization](http://php-ml.readthedocs.io/en/latest/machine-learning/preprocessing/normalization)
|
||||||
|
* [Imputation missing values](http://php-ml.readthedocs.io/en/latest/machine-learning/preprocessing/imputation-missing-values)
|
||||||
* Feature Extraction
|
* Feature Extraction
|
||||||
* [Token Count Vectorizer](http://php-ml.readthedocs.io/en/latest/machine-learning/feature-extraction/token-count-vectorizer)
|
* [Token Count Vectorizer](http://php-ml.readthedocs.io/en/latest/machine-learning/feature-extraction/token-count-vectorizer)
|
||||||
* Datasets
|
* Datasets
|
||||||
@ -57,6 +60,7 @@ composer require php-ai/php-ml
|
|||||||
* Math
|
* Math
|
||||||
* [Distance](http://php-ml.readthedocs.io/en/latest/math/distance/)
|
* [Distance](http://php-ml.readthedocs.io/en/latest/math/distance/)
|
||||||
* [Matrix](http://php-ml.readthedocs.io/en/latest/math/matrix/)
|
* [Matrix](http://php-ml.readthedocs.io/en/latest/math/matrix/)
|
||||||
|
* [Statistic](http://php-ml.readthedocs.io/en/latest/math/statistic/)
|
||||||
|
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
@ -48,6 +48,9 @@ composer require php-ai/php-ml
|
|||||||
* [DBSCAN](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/dbscan)
|
* [DBSCAN](http://php-ml.readthedocs.io/en/latest/machine-learning/clustering/dbscan)
|
||||||
* Cross Validation
|
* Cross Validation
|
||||||
* [Random Split](http://php-ml.readthedocs.io/en/latest/machine-learning/cross-validation/random-split)
|
* [Random Split](http://php-ml.readthedocs.io/en/latest/machine-learning/cross-validation/random-split)
|
||||||
|
* Preprocessing
|
||||||
|
* [Normalization](http://php-ml.readthedocs.io/en/latest/machine-learning/preprocessing/normalization)
|
||||||
|
* [Imputation missing values](http://php-ml.readthedocs.io/en/latest/machine-learning/preprocessing/imputation-missing-values)
|
||||||
* Feature Extraction
|
* Feature Extraction
|
||||||
* [Token Count Vectorizer](http://php-ml.readthedocs.io/en/latest/machine-learning/feature-extraction/token-count-vectorizer)
|
* [Token Count Vectorizer](http://php-ml.readthedocs.io/en/latest/machine-learning/feature-extraction/token-count-vectorizer)
|
||||||
* Datasets
|
* Datasets
|
||||||
@ -57,6 +60,7 @@ composer require php-ai/php-ml
|
|||||||
* Math
|
* Math
|
||||||
* [Distance](http://php-ml.readthedocs.io/en/latest/math/distance/)
|
* [Distance](http://php-ml.readthedocs.io/en/latest/math/distance/)
|
||||||
* [Matrix](http://php-ml.readthedocs.io/en/latest/math/matrix/)
|
* [Matrix](http://php-ml.readthedocs.io/en/latest/math/matrix/)
|
||||||
|
* [Statistic](http://php-ml.readthedocs.io/en/latest/math/statistic/)
|
||||||
|
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
7
docs/math/statistic.md
Normal file
7
docs/math/statistic.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Statistic
|
||||||
|
|
||||||
|
### Correlation
|
||||||
|
|
||||||
|
### Mean
|
||||||
|
|
||||||
|
### Standard Deviation
|
Loading…
x
Reference in New Issue
Block a user