I have a table of data that is clustered via KMeans, I am trying to filter down to only display the other items in a particular cluster, but since the cluster number is done on the fly, this is p...
Hi all,
I have some questions about the k-means clustering, and would be good to get some confirmation on this. What happened was I have trained my model with sample data and it clustered my data ...
I would like to use k-means clustering on a field (k=2) and then discard the search results in the cluster with the smaller mean. kmeans appends the CLUSTERNUM but not the values it converged to. I...
For the below search
My search | timechart span=1h limit=0 count by student
Is it possible to list out the anomalous for each student?
Thanks in advance!
I am using K-Means algorithm from Machine Learning toolkit to cluster some data.
After algorithm has converged i can see two new fields appended to the original data - cluster ID and cluster distan...
From my data below, I can see peaks in the CPU usage of a machine. I can add other fields to the graph, and visually compare the shapes to see when the two fields cross correlate, but how can I ask ...
I have numeric data. I'd like to group the data. It is easy to use 'Kmeans' command, but it cannot be necessarily k=3. I want to set k automatically. Or Is there any other good idea to group? e...
Helo guys, how could I use other kml data like NOM_DEPT or NOM_REGION?
In this case I use the default /Placemark/name as the feature key in the splunk lookup interface.
Then add those inf...
Hi all
I have some events which represent something like a ping.
For example :
_time: a time stamp
doing it: 1
database: db1
server: server1
so i get something like this:
...