Skip to content

Commit b87b6c6

Browse files
Merge pull request #127116 from changeworld/patch-24
Fix typo: homogenous -> homogeneous
2 parents 8442d0a + 76419aa commit b87b6c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/hdinsight/hadoop/apache-hadoop-deep-dive-advanced-analytics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Along with selecting one or more best-fitting algorithms, you need to consider w
4040
| Algorithm Category| Use | Learning Type | Algorithms |
4141
| --- | --- | --- | -- |
4242
| Classification | Classify people or things into groups | Supervised | Decision trees, Logistic regression, neural networks |
43-
| Clustering | Dividing a set of examples into homogenous groups | Unsupervised | K-means clustering |
43+
| Clustering | Dividing a set of examples into homogeneous groups | Unsupervised | K-means clustering |
4444
| Pattern detection | Identify frequent associations in the data | Unsupervised | Association rules |
4545
| Regression | Predict numerical outcomes | Supervised | Linear regression, neural networks |
4646
| Reinforcement | Determine optimal behavior for robots | Reinforcement | Monte Carlo Simulations, DeepMind |

0 commit comments

Comments
 (0)