Sciweavers

1562 search results - page 5 / 313
» Convenience Over Correctness
Sort
View
105
Voted
GG
2004
Springer
15 years 7 months ago
Towards Graph Programs for Graph Algorithms
Abstract. Graph programs as introduced by Habel and Plump [8] provide a simple yet computationally complete language for computing functions and relations on graphs. We extend this...
Detlef Plump, Sandra Steinert
96
Voted
IUI
2009
ACM
15 years 10 months ago
Detecting and correcting user activity switches: algorithms and interfaces
The TaskTracer system allows knowledge workers to define a set of activities that characterize their desktop work. It then associates with each user-defined activity the set of ...
Jianqiang Shen, Jed Irvine, Xinlong Bao, Michael G...
CIKM
2006
Springer
15 years 5 months ago
Resource-aware kernel density estimators over streaming data
A fundamental building block of many data mining and analysis approaches is density estimation as it provides a comprehensive statistical model of a data distribution. For that re...
Christoph Heinz, Bernhard Seeger
95
Voted
ICIP
2002
IEEE
16 years 3 months ago
Image transmission using error-resilient wavelet coding and forward error correction
An error-resilient coding scheme is proposed for the transmission of images over unreliable channels. Forward Error Correction is used in conjunction with the error-resilient sour...
Nikolaos Thomos, Nikolaos V. Boulgouris, Michael G...
FSTTCS
1993
Springer
15 years 5 months ago
Induce-Statements and Induce-Expressions: Constructs for Inductive Programming
A for-loop is somewhat similar to an inductive argument. Just as the truth of a proposition P(n + 1) depends on the truth of P(n), the correctness of iteration n+1 of a for-loop de...
Theodore S. Norvell