receive an RSSI value, and only 3 routers on average
can measure valuable RSSI values - which means that
they can measure values better than -85 dBm. We cre-
ated different kinds of tests which varied the granular-
ity of the nodes: single position, triple position, and
the room. Single position means that we would like
predict the current position of the object. Triple posi-
tion means that we aggregated 3 nearest node values
into one, and we tried to predict this new position.
In this case, we were only interesed in locating the
object in a certain part of the room. Room position
means that we merged all the node values in the room
into a single node in order to locate the object. The
results are shown in the following table.
Table 1: The results of the methods.
Granularity of nodes Decision tree Neural network
Single Position 38% 40%
Triple position 65% 53%
Room 91% 89%
As we see, the two methods have a similar per-
formance in most cases. The percentage value tells
us the degree of certainty of location an object. We
tried different kinds of parameter input for the two
learning methods and we obtained similar results. In
the decision tree, we get the whole tree and examine
the decisions. The decision tree has an average size of
250 and an average number of leaves around 125. The
time needed for the learning method and the evalua-
tion of the values is less for a tree than that for a neural
network.
5 CONCLUSIONS
Many indoor positioning methods have been pub-
lished that can be used in a variety of situations. For
any kind of wireless network, the fingerprint method
is the most commonly used approach. Previous stud-
ies showed that AI algorithms can perform well in lo-
cating an object. These studies used different types
of networks. In this paper we compared two different
kinds of AI method in a wireless sensor environment,
which is similar to the ZigBee network. The band-
width of this network is very low, but it can transmit
audio and data measurements in real time with just
one radio chip. We carried out different kinds of tests
using this wireless sensor network, and we discovered
that in most cases the decision tree and neural network
approaches have a similar performance. When we in-
crease the granualty of the nodes, we get much better
results in terms of accuracy.
ACKNOWLEDGEMENTS
The study presented here was supported by the Hun-
garian national grant GOP-1.1.1-07. I would like to
thank
´
Akos Kiss for his valuable advice, and also
P´eter Kenderesi, P´eter Moln´ar and Bal´azs Szab´o for
providing position data.
REFERENCES
Agrawala, A. K. and Shankar, A. U. (2003). WLAN loca-
tion determination via clustering and probability dis-
tributions. In PerCom.
Bahl, P. and Padmanabhan, V. N. (2000). RADAR: An in-
building RF-based user location and tracking system.
In INFOCOM.
Battiti, R., Villani, A., Villani, R., and Nhat, T. L. (2002).
Neural network models for intelligent networks: De-
riving the location from signal patterns. In Citeseer.
Enge, P. and Misra, P. (1999). Special issue on gps: The
global positioning system. In Proceedings of the of
the IEEE.
Haeberlen, A., Flannery, E., Ladd, A. M., Rudys, A., Wal-
lach, D. S., and Kavraki, L. E. (2004). Practical
robust localization over large-scale 802.11 wireless
networks. In Proceedings of the 10th Annual Inter-
national Conference on Mobile Computing and Net-
working.
Harter, A., Hopper, A., Steggles, P., Ward, A., and Webster,
P. (1999). The anatomy of a context-aware applica-
tion. In Proceedings of the Fifth Annual ACM/IEEE
International Conference on Mobile Computing and
Networking (MobiCom-99).
Hopper, A., Harter, A., and Blackie, T. (1993). The active
badge system. In INTERCHI’93 Conference on Hu-
man Factors in Computing Systems.
Ladd, A. M., Bekris, K. E., Rudys, A., Kavraki, L. E., and
Wallach, D. S. (2005). Robotics-based location sens-
ing using wireless ethernet. Wireless Networks.
Priyantha, N. B., Chakraborty, A., and Balakrishnan, H.
(2000). The cricket location-support system. In MO-
BICOM.
Quinlan, R. (1986). Induction of decision trees. Machine
Learning, 1.
RTLS (2012). Rtls. http://www.rtls.eu.
Ubisense (2012). Ubisense. http://www.ubisense.net.
Versus (2012). Versus. http://www.versustech.com.
Ward, A. and Jones, A. (1997). A new location technique
for the active office. In IEEE Personal Communica-
tions.
Yim, J. (2008). Introducing a decision tree-based indoor
positioning technique. Expert Syst. Appl, 34(2).
ZigBee (2012). Zigbee. http://www.zigbee.org/Specificati
ons.aspx.
ICEIS2012-14thInternationalConferenceonEnterpriseInformationSystems
352