Re: Write the cluster in dataset
- From: Paulo <paulo@xxxxxxxxxxxxx>
- Date: Mon, 22 Sep 2008 04:26:01 -0700
Ok, I know whats is k-means, I'm graduated and master in Statistics, and Phd
in Markovs Chain.
So, sorry my mistake. But if anyone can give a hand on this I'll apreciate.
Tks everyone,
--
Paulo Carvalho
"Roy Harvey (SQL Server MVP)" wrote:
On Fri, 19 Sep 2008 15:32:01 -0700, Paulo <paulo@xxxxxxxxxxxxx> wrote:.
I'm running K-Means
So I just want to create a field with the cluster group in the table that I
applied the method...
I did a Google search and came up with something on Wikipedia:
=========
K-means algorithm
From Wikipedia, the free encyclopedia
The k-means algorithm is an algorithm to cluster n objects based on
attributes into k partitions, k < n. It is similar to the
expectation-maximization algorithm for mixtures of Gaussians in that
they both attempt to find the centers of natural clusters in the data.
It assumes that the object attributes form a vector space. The
objective it tries to achieve is to minimize total intra-cluster
variance, or, the squared error function
==========
I hate to disappoint you but microsoft.public.sqlserver.clustering is
for the discussion of Microsoft SQL Server running on multiple
(clustered) Windows servers. The idea is when one server goes down,
another server in the cluster takes over the work.
Which is quite different from K-Means.
Roy Harvey
Beacon Falls, CT
- Follow-Ups:
- Re: Write the cluster in dataset
- From: Roy Harvey (SQL Server MVP)
- Re: Write the cluster in dataset
- References:
- Write the cluster in dataset
- From: Paulo
- RE: Write the cluster in dataset
- From: Linchi Shea
- RE: Write the cluster in dataset
- From: Paulo
- Re: Write the cluster in dataset
- From: Roy Harvey (SQL Server MVP)
- Write the cluster in dataset
- Prev by Date: Re: cluster connection issue
- Next by Date: Re: Write the cluster in dataset
- Previous by thread: Re: Write the cluster in dataset
- Next by thread: Re: Write the cluster in dataset
- Index(es):
Relevant Pages
|
Loading