[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: is there a way to tell if octave is frozen or still running?
From: |
Sergei Steshenko |
Subject: |
Re: is there a way to tell if octave is frozen or still running? |
Date: |
Sat, 7 Jul 2012 16:40:22 -0700 (PDT) |
----- Original Message -----
> From: yuzuu <address@hidden>
> To: address@hidden
> Cc:
> Sent: Saturday, July 7, 2012 1:06 AM
> Subject: is there a way to tell if octave is frozen or still running?
>
> Hi there,
>
> I'm relatively new to Octave and machine learning, and am trying to run a
> K-means algorithm on a 200 x 20 matrix. The code converges in <1 minute for
> 4 clusters, but it's taking 30+ minutes to try to find 6 clusters. Is there
> a way to tell if the code is still running or if it crashed unexpectedly?
> Any tips will be appreciated.
>
> Thanks!
>
Well, use 'top' command if you are on a UNIXish system to monitor processes.
Regards,
Sergei.