associations.bib

@comment{{This file has been generated by bib2bib 1.96}}
@comment{{Command line: /usr/bin/bib2bib -c 'category : "association rules"' -ob associations.bib hahsler.bib}}
@article{hahsler:Hahsler2011d,
  author = {Michael Hahsler and Sudheer Chelluboina and 
	Kurt Hornik and Christian Buchta},
  title = {The arules {R}-Package Ecosystem: Analyzing Interesting Patterns from Large Transaction Datasets},
  journal = {Journal of Machine Learning Research},
  year = {2011},
  volume = {12},
  number = {},
  pages = {1977--1981},
  url = {http://jmlr.csail.mit.edu/papers/v12/hahsler11a.html},
  abstract = {
    This paper describes the ecosystem of R add-on packages developed around
	the infrastructure provided by the package arules. The packages
	provide comprehensive functionality for analyzing interesting patterns
	including frequent itemsets, association rules, frequent sequences and
	for building applications like associative classification. After
        discussing the ecosystem's design we illustrate the ease of mining
	and visualizing rules with a short example.
    },
  category = {association rules}
}
@inproceedings{hahsler:Hahsler2011c,
  author = {Michael Hahsler and Sudheer Chelluboina},
  title = {Visualizing Association Rules in Hierarchical Groups},
  booktitle = {42nd Symposium on the Interface:
    Statistical, Machine Learning, and Visualization Algorithms
    (Interface 2011)},
  year = {2011},
  pages = {},
  location = {Cary, North Carolina},
  date = {June 1--3, 2011},
  publisher = {The Interface Foundation of North America},
  editor = {},
  abstract = {
    Association rule mining is one of the most popular data mining methods.
	However, mining association rules often results in a very large number
	of found rules, leaving the analyst with the task to go through all the
	rules and discover interesting ones. Sifting manually through large
	sets of rules is time consuming and strenuous. Visualization has a long
	history of making large amounts of data better accessible using
	techniques like selecting and zooming. However, most association rule
	visualization techniques are still falling short when it comes to a
	large number of rules. In this paper we present a new interactive
	visualization technique which lets the user navigate through a
	hierarchy of groups of association rules. We demonstrate how this new
	visualization techniques can be used to analyze a large sets of
	association rules with examples from our implementation in the
	R-package arulesViz.
    },
  pdf = {http://michael.hahsler.net/research/Interface2011/arulesViz/arulesViz.pdf},
  category = {association rules, visualization}
}
@inproceedings{hahsler:Hahsler2007,
  author = {Michael Hahsler and Kurt Hornik},
  title = {Building on the arules Infrastructure for Analyzing Transaction Data
	with {R}},
  booktitle = {Advances in Data Analysis, Proceedings of the 30th Annual Conference
	of the Gesellschaft f{\"u}r Klassifikation e.V., Freie Universit\"at
	Berlin, March 8--10, 2006},
  pages = {449--456},
  year = {2007},
  editor = {R. Decker and H.-J. Lenz},
  series = {Studies in Classification, Data Analysis, and Knowledge Organization},
  publisher = {Springer-Verlag},
  abstract = {The free and extensible statistical computing environment R with its
	enormous number of extension packages already provides many state-of-the-art
	techniques for data analysis. Support for association rule mining,
	a popular exploratory method which can be used, among other purposes,
	for uncovering cross-selling opportunities in \emph{market baskets,}
	has become available recently with the R extension package~arules.
	After a brief introduction to transaction data and association rules,
	we present the formal framework implemented in arules and demonstrate
	how clustering and association rule mining can be applied together
	using a market basket data set from a typical retailer. This paper
	shows that implementing a basic infrastructure with formal classes
	in R provides an extensible basis which can very efficiently be employed
	for developing new applications (such as clustering transactions)
	in addition to association rule mining.},
  pdf = {http://michael.hahsler.net/research/arules_gfkl2006/arules_gfkl2006.pdf},
  url = {http://dx.doi.org/10.1007/978-3-540-70981-7},
  category = {association rules}
}
@article{hahsler:Hahsler2007c,
  author = {Michael Hahsler and Kurt Hornik},
  title = {New Probabilistic Interest Measures for Association Rules},
  journal = {Intelligent Data Analysis},
  year = {2007},
  volume = {11},
  number = {5},
  pages = {437--455},
  abstract = {Mining association rules is an important technique for discovering
	meaningful patterns in transaction databases. Many different measures
	of interestingness have been proposed for association rules. However,
	these measures fail to take the probabilistic properties of the mined
	data into account. In this paper, we start with presenting a simple
	probabilistic framework for transaction data which can be used to
	simulate transaction data when no associations are present. We use
	such data and a real-world database from a grocery outlet to explore
	the behavior of confidence and lift, two popular interest measures
	used for rule mining. The results show that confidence is systematically
	influenced by the frequency of the items in the left hand side of
	rules and that lift performs poorly to filter random noise in transaction
	data. Based on the probabilistic framework we develop two new interest
	measures, hyper-lift and hyper-confidence, which can be used to filter
	or order mined association rules. The new measures show significantly
	better performance than lift for applications where spurious rules
	are problematic. },
  issn = {1088-467X},
  url = {http://iospress.metapress.com/openurl.asp?genre=article&issn=1088-467X&volume=11&issue=5&spage=437},
  pdf = {http://michael.hahsler.net/research/hyperConfidence_IDA2007/hyperConfidence.pdf},
  category = {association rules}
}
@article{hahsler:Hahsler2007d,
  author = {Michael Hahsler and Christian Buchta and Kurt Hornik},
  title = {Selective Association Rule Generation},
  journal = {Computational Statistics},
  year = {2008},
  volume = {23},
  pages = {303--315},
  number = {2},
  month = {April},
  doi = {10.1007/s00180-007-0062-z},
  url = {http://dx.doi.org/10.1007/s00180-007-0062-z},
  abstract = {Mining association rules is a popular and well researched
    method for discovering interesting relations between variables in
    large databases. A practical problem is that at medium to low support
    values often a large number of frequent itemsets and an even larger
    number of association rules are found in a database.  A widely used
    approach is to gradually increase minimum support and minimum
    confidence or to filter the found rules using increasingly strict
    constraints on additional measures of interestingness until the set of
    rules found is reduced to a manageable size.  In this paper we describe
    a different approach which is based on the idea to first define a set
    of ``interesting'' itemsets (e.g., by a mixture of mining and expert
    knowledge) and then, in a second step to selectively generate rules
    for only these itemsets.  The main advantage of this approach over
    increasing thresholds or filtering rules is that the number of rules
    found is significantly reduced while at the same time it is not
    necessary to increase the support and confidence thresholds which
    might lead to missing important information in the database.
  },
  issn = {0943-4062},
  pdf = {http://michael.hahsler.net/research/ruleGeneration_cost2007/ruleInduction_CompStat.pdf},
  category = {association rules}
}
@article{hahsler:Reutterer2007,
  author = {Thomas Reutterer and Michael Hahsler and Kurt Hornik},
  title = {{Data Mining und Marketing am Beispiel der explorativen Warenkorbanalyse}},
  journal = {{Marketing ZFP}},
  year = {2007},
  volume = {29},
  number = {3},
  pages = {165--181},
  abstract = {Techniken des Data Mining stellen f\"ur die Marketingforschung
      und {}-praxis eine zunehmend bedeutsamere Bereicherung des
          herk\"ommlichen Methodenarsenals dar. Mit dem Einsatz solcher
          prim\"ar datengetriebener Analysewerkzeuge wird das Ziel verfolgt,
      marketingrelevante Informationen ''intelligent'' aus
          gro{\ss}en Datenbanken (sog. Data Warehouses) zu extrahieren und
          f\"ur die weitere Entscheidungsvorbereitung in geeigneter Form
          aufzubereiten. Im vorliegenden Beitrag werden Ber\"uhrungspunkte
          zwischen Data Mining und Marketing diskutiert und der konkrete
          Einsatz ausgew\"ahlter Data{}-Mining{}-Methoden am Beispiel der
          explorativen Warenkorb{}- bzw.  Sortimentsverbundanalyse f\"ur einen
          Transaktionsdatensatz aus dem Lebensmitteleinzelhandel demonstriert.
          Zur Anwendung gelangen dabei Techniken aus dem Bereich der
          klassischen Affinit\"atsanalyse, ein \textit{K}{}-Medoid{}-Verfahren
          der Clusteranalyse sowie Werkzeuge zur Generierung und
          anschlie{\ss}enden Beurteilung von Assoziationsregeln zwischen im
          Sortiment enthaltenen Warengruppen. Die Vorgehensweise wird dabei
          anhand des mit der Statistik{}-Software R frei verf\"ugbaren
          Erweiterungspakets \textbf{arules} illustriert.
  },
  url = {http://vahlen.becksche.de/zeitschriften/},
  category = {association rules, marketing}
}
@article{hahsler:Hahsler2006a,
  author = {Michael Hahsler},
  title = {A Model-Based Frequency Constraint for Mining Associations from Transaction
	Data},
  journal = {Data Mining and Knowledge Discovery},
  year = {2006},
  volume = {13},
  pages = {137--166},
  number = {2},
  month = {September},
  abstract = {Mining frequent itemsets is a popular method for finding associated
	items in databases. For this method, support, the co-occurrence frequency
	of the items which form an association, is used as the primary indicator
	of the associations's significance. A single user-specified support
	threshold is used to decided if associations should be further investigated.
	Support has some known problems with rare items, favors shorter itemsets
	and sometimes produces misleading associations. In this paper we
	develop a novel model-based frequency constraint as an alternative
	to a single, user-specified minimum support. The constraint utilizes
	knowledge of the process generating transaction data by applying
	a simple stochastic mixture model (the NB model) which allows for
	transaction data's typically highly skewed item frequency distribution.
	A user-specified precision threshold is used together with the model
	to find local frequency thresholds for groups of itemsets. Based
	on the constraint we develop the notion of NB-frequent itemsets and
	adapt a mining algorithm to find all NB-frequent itemsets in a database.
	In experiments with publicly available transaction databases we show
	that the new constraint provides improvements over a single minimum
	support threshold and that the precision threshold is more robust
	and easier to set and interpret by the user. },
  doi = {10.1007/s10618-005-0026-2},
  issn = {1384-5810},
  pdf = {http://michael.hahsler.net/research/nbd_dami2005/nbd_associationrules_dami2005.pdf},
  url = {http://dx.doi.org/10.1007/s10618-005-0026-2},
  category = {association rules}
}
@techreport{hahsler:Hahsler2006c,
  author = {Michael Hahsler and Kurt Hornik},
  title = {New Probabilistic Interest Measures for Association Rules},
  institution = {Research Report Series, Department of Statistics and Mathematics,
	Wirtschaftsuniversit{\"a}t Wien},
  year = {2006},
  type = {Report},
  number = {38},
  address = {Augasse 2--6, 1090 Wien, Austria},
  month = {August},
  abstract = { Mining association rules is an important technique for discovering
	meaningful patterns in transaction databases. Many different measures
	of interestingness have been proposed for association rules. However,
	these measures fail to take the probabilistic properties of the mined
	data into account. In this paper, we start with presenting a simple
	probabilistic framework for transaction data which can be used to
	simulate transaction data when no associations are present. We use
	such data and a real-world database from a grocery outlet to explore
	the behavior of confidence and lift, two popular interest measures
	used for rule mining. The results show that confidence is systematically
	influenced by the frequency of the items in the left hand side of
	rules and that lift performs poorly to filter random noise in transaction
	data. Based on the probabilistic framework we develop two new interest
	measures, hyper-lift and hyper-confidence, which can be used to filter
	or order mined association rules. The new measures show significant
	better performance than lift for applications where spurious rules
	are problematic. },
  nopdf = {http://michael.hahsler.net/research/arules_working2006/hyperConfidence.pdf},
  url = {http://epub.wu.ac.at/id/eprint/1286},
  category = {association rules}
}
@incollection{hahsler:Hahsler2006f,
  author = {Michael Hahsler and Kurt Hornik and Thomas Reutterer},
  title = {{Warenkorbanalyse mit Hilfe der Statistik-Software R}},
  booktitle = {Innovationen in Marketing},
  year = {2006},
  editor = {Peter Schnedlitz and Renate Buber and Thomas Reutterer and Arnold
	Schuh and Christoph Teller},
  pages = {144--163},
  publisher = {Linde-Verlag},
  abstract = {Die Warenkorb- oder Sortimentsverbundanalyse bezeichnet eine Reihe
	von Methoden zur Untersuchung der bei einem Einkauf gemeinsam nachgefragten
	Produkte oder Kategorien aus einem Handelssortiment. In diesem Beitrag
	wird die explorative Warenkorbanalyse n{\"a}her beleuchtet, welche eine
	Verdichtung und kompakte Darstellung der in (zumeist sehr umfangreichen)
	Transaktionsdaten des Einzelhandels auffindbaren Verbundbeziehungen
	beabsichtigt. Mit einer enormen Anzahl an verf{\"u}gbaren Erweiterungspaketen
	bietet sich die frei verf{\"u}gbare Statistik-Software R als ideale Basis
	f{\"u}r die Durchf{\"u}hrung solcher Warenkorbanalysen an. Die im Erweiterungspaket
	arules vorhandene Infrastruktur f{\"u}r Transaktionsdaten stellt eine
	flexible Basis f{\"u}r die Warenkorbanalyse bereit. Unterst{\"u}tzt wird
	die effiziente Darstellung, Bearbeitung und Analyse von Warenkorbdaten
	mitsamt beliebigen Zusatzinformationen zu Produkten (zum Beispiel
	Sortimentshierarchie) und zu Transaktionen (zum Beispiel Umsatz oder
	Deckungsbeitrag). Das Paket ist nahtlos in R integriert und erm{\"o}glicht
	dadurch die direkte Anwendung von bereits vorhandenen modernsten
	Verfahren f{\"u}r Sampling, Clusterbildung und Visualisierung von Warenkorbdaten.
	Zus{\"a}tzlich sind in arules g{\"a}ngige Algorithmen zum Auffinden von Assoziationsregeln
	und die notwendigen Datenstrukturen zur Analyse von Mustern vorhanden.
	Eine Auswahl der wichtigsten Funktionen wird anhand eines realen
	Transaktionsdatensatzes aus dem Lebensmitteleinzelhandel demonstriert.},
  pdf = {http://michael.hahsler.net/research/arules_WUCompDay2006/arules.pdf},
  url = {http://www.lindeverlag.at/verlag/buecher/978-3-7143-0080-2},
  category = {association rules, marketing}
}
@inproceedings{hahsler:Hahsler2006b,
  author = {Michael Hahsler and Kurt Hornik and Thomas Reutterer},
  title = {Implications of Probabilistic Data Modeling for Mining Association
	Rules},
  booktitle = {From Data and Information Analysis to Knowledge Engineering, Proceedings
	of the 29th Annual Conference of the Gesellschaft f{\"u}r Klassifikation
	e.V., University of Magdeburg, March 9--11, 2005},
  year = {2006},
  editor = {M. Spiliopoulou and R. Kruse and C. Borgelt and A. N{\"u}rnberger
	and W. Gaul},
  series = {Studies in Classification, Data Analysis, and Knowledge Organization},
  pages = {598--605},
  publisher = {Springer-Verlag},
  abstract = {Mining association rules is an important technique for discovering
	meaningful patterns in transaction databases. In the current literature,
	the properties of algorithms to mine association rules are discussed
	in great detail. We present a simple probabilistic framework for
	transaction data which can be used to simulate transaction data when
	no associations are present. We use such data and a real-world grocery
	database to explore the behavior of confidence and lift, two popular
	interest measures used for rule mining. The results show that confidence
	is systematically influenced by the frequency of the items in the
	left-hand-side of rules and that lift performs poorly to filter random
	noise in transaction data. The probabilistic data modeling approach
	presented in this paper not only is a valuable framework to analyze
	interest measures but also provides a starting point for further
	research to develop new interest measures which are based on statistical
	tests and geared towards the specific properties of transaction data.},
  pdf = {http://michael.hahsler.net/research/probRuleMining_gfkl2005/probRuleMining_gfkl2005.pdf},
  url = {http://www.springerlink.com/content/978-3-540-31314-4/},
  category = {association rules}
}
@techreport{hahsler:Hahsler2005c,
  author = {Michael Hahsler and Bettina Gr{\"u}n and Kurt Hornik},
  title = {A Computational Environment for Mining Association Rules and Frequent
	Item Sets},
  institution = {Research Report Series, Department of Statistics and Mathematics,
	Wirtschaftsuniversit{\"a}t Wien},
  year = {2005},
  type = {Report},
  number = {15},
  address = {Augasse 2--6, 1090 Wien, Austria},
  month = {April},
  abstract = { Mining frequent itemsets and association rules is a popular and well
	researched approach to discovering interesting relationships between
	variables in large databases. The R package arules presented in this
	paper provides a basic infrastructure for creating and manipulating
	input data sets and for analyzing the resulting itemsets and rules.
	The package also includes interfaces to two fast mining algorithms,
	the popular C implementations of Apriori and Eclat by Christian Borgelt.
	These algorithms can be used to mine frequent itemsets, maximal frequent
	itemsets, closed frequent itemsets and association rules. },
  nopdf = {http://michael.hahsler.net/research/arules_workingpaper15_2005/arules.pdf},
  url = {http://epub.wu.ac.at/id/eprint/132},
  category = {association rules}
}
@article{hahsler:Hahsler2005f,
  author = {Michael Hahsler and Bettina Gr{\"u}n and Kurt Hornik},
  title = {arules -- {A} Computational Environment for Mining Association Rules
	and Frequent Item Sets},
  journal = {Journal of Statistical Software},
  year = {2005},
  volume = {14},
  pages = {1--25},
  number = {15},
  month = {October},
  abstract = {Mining frequent itemsets and association rules is a popular and well
	researched approach for discovering interesting relationships between
	variables in large databases. The R package arules presented in this
	paper provides a basic infrastructure for creating and manipulating
	input data sets and for analyzing the resulting itemsets and rules.
	The package also includes interfaces to two fast mining algorithms,
	the popular C implementations of Apriori and Eclat by Christian Borgelt.
	These algorithms can be used to mine frequent itemsets, maximal frequent
	itemsets, closed frequent itemsets and association rules.},
  issn = {1548-7660},
  pdf = {http://michael.hahsler.net/research/arules_jss2005/v14i15.pdf},
  url = {http://www.jstatsoft.org/v14/i15},
  category = {association rules}
}
@techreport{hahsler:Hahsler2005b,
  author = {Michael Hahsler and Kurt Hornik and Thomas Reutterer},
  title = {Implications of Probabilistic Data Modeling for Rule Mining},
  institution = {Research Report Series, Department of Statistics and Mathematics,
	Wirtschaftsuniversit{\"a}t Wien},
  year = {2005},
  type = {Report},
  number = {14},
  address = {Augasse 2--6, 1090 Wien, Austria},
  month = {March},
  abstract = { Mining association rules is an important technique for discovering
	meaningful patterns in transaction databases. In the current literature,
	the properties of algorithms to mine associations are discussed in
	great detail. In this paper we investigate properties of transaction
	data sets from a probabilistic point of view. We present a simple
	probabilistic framework for transaction data and its implementation
	using the R statistical computing environment. The framework can
	be used to simulate transaction data when no associations are present.
	We use such data to explore the ability to filter noise of confidence
	and lift, two popular interest measures used for rule mining. Based
	on the framework we develop the measure hyperlift and we compare
	this new measure to lift using simulated data and a real-world grocery
	database. },
  nopdf = {http://michael.hahsler.net/research/probDataMining_wp2005/hyperlift.pdf},
  url = {http://epub.wu.ac.at/id/eprint/764},
  category = {association rules}
}
@techreport{hahsler:Hahsler2004c,
  author = {Michael Hahsler},
  title = {A Model-Based Frequency Constraint for Mining Associations from Transaction
	Data},
  institution = {Working Papers on Information Processing and Information Management,
	Institut f{\"u}r Informationsverarbeitung und -wirtschaft, Wirtschaftsuniversit{\"a}t
	Wien},
  year = {2004},
  type = {Working Paper},
  number = {07/2004},
  address = {Augasse 2--6, 1090 Wien, Austria},
  month = nov,
  abstract = { In this paper we develop an alternative to minimum support which
	utilizes knowledge of the process which generates transaction data
	and allows for highly skewed frequency distributions. We apply a
	simple stochastic model (the NB model), which is known for its usefulness
	to describe item occurrences in transaction data, to develop a frequency
	constraint. This model-based frequency constraint is used together
	with a precision threshold to find individual support thresholds
	for groups of associations. We develop the notion of NB-frequent
	itemsets and present two mining algorithms which find all NB-frequent
	itemsets in a database. In experiments with publicly available transaction
	databases we show that the new constraint can provide significant
	improvements over a single minimum support threshold and that the
	precision threshold is easier to use. },
  nopdf = {http://michael.hahsler.net/research/nbd_working2004/nbd_associationrules_WP.pdf},
  url = {http://epub.wu.ac.at/id/eprint/1760},
  category = {association rules}
}
@incollection{hahsler:Geyer-Schulz2003e,
  author = {Andreas Geyer-Schulz and Michael Hahsler},
  title = {Comparing two Recommender Algorithms with the Help of Recommendations
	by Peers},
  booktitle = {WEBKDD 2002 - Mining Web Data for Discovering Usage Patterns and
	Profiles 4th International Workshop, Edmonton, Canada, July 2002,
	Revised Papers},
  publisher = {Springer-Verlag},
  year = {2003},
  editor = {O.R. Zaiane and J. Srivastava and M. Spiliopoulou and B. Masand},
  series = {Lecture Notes in Computer Science LNAI 2703},
  pages = {137--158},
  abstract = {Since more and more Web sites, especially sites of retailers, offer
	automatic recommendation services using Web usage mining, evaluation
	of recommender algorithms has become increasingly important. In this
	paper we present a framework for the evaluation of different aspects
	of recommender systems based on the process of discovering knowledge
	in databases introduced by Fayyad et al. and we summarize research
	already done in this area. One aspect identified in the presented
	evaluation framework is widely neglected when dealing with recommender
	algorithms. This aspect is to evaluate how useful patterns extracted
	by recommender algorithms are to support the social process of recommending
	products to others, a process normally driven by recommendations
	by peers or experts. To fill this gap for recommender algorithms
	based on frequent itemsets extracted from usage data we evaluate
	the usefulness of two algorithms. The first recommender algorithm
	uses association rules, and the other algorithm is based on the repeat-buying
	theory known from marketing research. We use 6 months of usage data
	from an educational Internet information broker and compare useful
	recommendations identified by users from the target group of the
	broker (peers) with the recommendations produced by the algorithms.
	The results of the evaluation presented in this paper suggest that
	frequent itemsets from usage histories match the concept of useful
	recommendations expressed by peers with satisfactory accuracy (higher
	than 70\%) and precision (between 60\% and 90\%). Also the evaluation
	suggests that both algorithms studied in the paper perform similar
	on real-world data if they are tuned properly.},
  note = {(Revised version of the WEBKDD 2002 paper ``Evaluation of Recommender
          Algorithms for an Internet Information Broker based on Simple
          Association Rules and on the Repeat-Buying Theory'')},
  pdf = {http://michael.hahsler.net/research/recomm_lnai2002/lnai2002.pdf},
  url = {http://www.springeronline.com/sgw/cda/frontpage/0,10735,5-146-22-14095354-0,00.html},
  category = {recommender systems, association rules}
}
@inproceedings{hahsler:GeyerSchulz2002d,
  author = {Andreas Geyer-Schulz and Michael Hahsler},
  title = {Evaluation of Recommender Algorithms for an Internet Information
	Broker based on Simple Association Rules and on the Repeat-Buying
	Theory},
  booktitle = {Fourth WEBKDD Workshop: Web Mining for Usage Patterns \& User Profiles},
  year = {2002},
  editor = {Brij Masand and Myra Spiliopoulou and Jaideep Srivastava and Osmar
	R. Zaiane},
  pages = {100--114},
  address = {Edmonton, Canada},
  month = jul,
  abstract = {Association rules are a widely used technique to generate recommendations
	in commercial and research recommender systems. Since more and more
	Web sites, especially of retailers, offer automatic recommender services
	using Web usage mining, evaluation of recommender algorithms becomes
	increasingly important. In this paper we first present a framework
	for the evaluation of different aspects of recommender systems based
	on the process of discovering knowledge in databases of Fayyad et
	al. and then we focus on the comparison of the performance of two
	recommender algorithms based on frequent itemsets. The first recommender
	algorithm uses association rules, and the other recommender algorithm
	is based on the repeat-buying theory known from marketing research.
	For the evaluation we concentrated on how well the patterns extracted
	from usage data match the concept of useful recommendations of users.
	We use 6 month of usage data from an educational Internet information
	broker and compare useful recommendations identified by users from
	the target group of the broker with the results of the recommender
	algorithms. The results of the evaluation presented in this paper
	suggest that frequent itemsets from purchase histories match the
	concept of useful recommendations expressed by users with satisfactory
	accuracy (higher than 70\%) and precision (between 60\% and 90\%).
	Also the evaluation suggests that both algorithms studied in the
	paper perform similar on real-world data if they are tuned properly.},
  pdf = {http://michael.hahsler.net/research/recomm_webkdd2002/final/webkdd2002.pdf},
  category = {recommender systems, association rules}
}

This file was generated by bibtex2html 1.96.