tracing ability "people profile"

45 views
Skip to first unread message

Suhad Faisal

unread,
Jul 2, 2014, 4:13:47 AM7/2/14
to gama-p...@googlegroups.com
Hello 

I wonder if gama has a tracing ability to make "people profile" for people movement and then clustering these people in groups according to their path profiles.

thanks
suhad

Patrick Taillandier

unread,
Jul 5, 2014, 4:55:53 AM7/5/14
to gama-p...@googlegroups.com
Hi,

Not directly, but you can easily save each location of an agent inside a list of point, and  build the corresponding polyline:

species people skills: [moving] {
      list<points> previous_loc;
       geometry trajectory;

       reflex move {
              do wander;
              previous_loc << location;
      }
      action build_trajectory {
              trajectory <- line(previous_loc);
      }

Concerning the comparison of trajectories, I have no idea how to do that, but if you are able to build measures of proximity between trajectories, you can use the weka plug-in to do some clustering on it.

Cheers,

Patrick


--
You received this message because you are subscribed to the Google Groups "GAMA" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gama-platfor...@googlegroups.com.
To post to this group, send email to gama-p...@googlegroups.com.
Visit this group at http://groups.google.com/group/gama-platform.
For more options, visit https://groups.google.com/d/optout.

Suhad Faisal

unread,
Jul 5, 2014, 5:20:07 AM7/5/14
to gama-p...@googlegroups.com
many thanks to your reply I will try it 

cheers
suhad


--
You received this message because you are subscribed to a topic in the Google Groups "GAMA" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/gama-platform/GRuMDt0wzaY/unsubscribe.
To unsubscribe from this group and all its topics, send an email to gama-platfor...@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages