0
votes
0answers
16 views
fuzzy c means in matlab
I am clustering some data in matlab using the builtin fuzzy c means algorithm which returns C the cluster centers, U fuzzy partition matrix. So I know what the cluster centers are …
5
votes
6answers
135 views
Determining the best k for a k nearest neighbour
I have need to do some cluster analysis on a set of 2 dimensional data (I may add extra dimensions along the way).
The analysis itself will form part of the data being fed into a …
0
votes
0answers
23 views
SQL 2008 Clustering [closed]
I need to configure SQL or Windows 2008 Clustering to get HA with no packet loss.
I configure my SQLcluster, but when I restart one node, I loose one ping. I try to loose no ping …
0
votes
0answers
23 views
log4j logging to DB (in a cluster)
Hi,
I have a Java application wich runs on two machines in a cluster and they both log to one mysql database. Everything works fine, but I would like to have an additional field in …
0
votes
1answer
17 views
+150
Programmatically detect Windows cluster configuration?
Does anyone know how to programatically detect that a Windows server is part of a cluster?
Further, is it possible to detect that the server is the active or passive node?
[Edit] …
0
votes
1answer
12 views
Microsoft SQL 2005 active cluster node has 100% CPU load after clustering
Before moving to the SQL Server 2005 cluster we had on avarage 60% CPU load. After moving to active/passive cluster (with the exactly same hardware), the load on active node CPU is …
2
votes
1answer
86 views
MATLAB: help needed with Self-Organizing Map (SOM) clustering
I'm trying to cluster some images depending on the angles between body parts.
The features extracted from each image are:
angle1 : torso - torso
angle2 : torso - upper left arm
. …
0
votes
5answers
66 views
Is it true that MyISAM engine is more preferable than InnoDB when we are building clustered storage? Why if it is so?
I heard this today during interview for java developer. I had to list some advantages of MyISAM over InnoDB and why it's still being widely used. And they were waiting to hear from …
5
votes
8answers
167 views
Efficient way of calculating likeness scores of strings when sample size is large?
Let's say that you have a list of 10,000 email addresses, and you'd like to find what some of the closest "neighbors" in this list are - defined as email addresses that are suspici …
0
votes
5answers
174 views
A python compute cluster!
Would it be possible to make a python cluster, by writing a telnet server, then telnet-ing the commands and output back-and-forth? Has anyone got a better idea for a python compute …
0
votes
1answer
82 views
Configuring JMS over a Weblogic Cluster
I have a setup of 2 WLS managed servers configured as part of a WLS cluster.
1) The requirement is to send requests to another system and receive responses using JMS as interface. …
0
votes
4answers
158 views
Google’s algorithms [closed]
Hi everyone,
do someone know what algorithms do Google search use for data classification, clustering and indexing?
0
votes
1answer
32 views
What is wrong in sql2k8 cluster ?? SMO is failing to get Network instances in cluster Machine…??
Hi
I have created SQL Server 2008 cluster(TestMachine1-->Name of Computer).and i have written a c# program to retrieve all the n/w instances in the lan.
When i run the exe from T …
0
votes
3answers
69 views
Clustering a J2EE Webapp - Options?
I have a webapp deployed to three servers running Apache, Tomcat and a load balancer in front of them. Now I am thinking of clustering them.
Here are the options usual options and …
1
vote
2answers
53 views
Session Clustering a Grails app in Tomcat
Has any one done it yet? I am having class loader problems de-serializing the grails session object.
Here is the error:
WARN net.spy.memcached.transcoders.SerializingTranscoder: …
