Cluster: Difference between revisions

From Machinelearning
(Created page with "A '''cluster''' can be defined as a group of data points or objects in a dataset that are similar to other objects in the group, and dissimilar to datapoints in other clusters.")
 
No edit summary
 
Line 1: Line 1:
A '''cluster''' can be defined as a group of data points or objects in a dataset that are similar to other objects in the group, and dissimilar to datapoints in other clusters.
A '''cluster''' can be defined as a group of data points or objects in a dataset that are similar to other objects in the group, and dissimilar to datapoints in other clusters.
== See also ==
* [[Clustering]]

Latest revision as of 21:50, 31 March 2020

A cluster can be defined as a group of data points or objects in a dataset that are similar to other objects in the group, and dissimilar to datapoints in other clusters.

See also