Skip to main content

Showing 1–4 of 4 results for author: Wingkvist, A

.
  1. arXiv:2205.06533  [pdf, other

    cs.SE

    Assessing the Linguistic Quality of REST APIs for IoT Applications

    Authors: Francis Palma, Tobias Olsson, Anna Wingkvist, Javier Gonzalez-Huerta

    Abstract: Internet of Things (IoT) is a growing technology that relies on connected 'things' that gather data from peer devices and send data to servers via APIs (Application Programming Interfaces). The design quality of those APIs has a direct impact on their understandability and reusability. This study focuses on the linguistic design quality of REST APIs for IoT applications and assesses their linguist… ▽ More

    Submitted 13 May, 2022; originally announced May 2022.

  2. arXiv:2110.15136  [pdf, other

    cs.LG

    Aggregation as Unsupervised Learning and its Evaluation

    Authors: Maria Ulan, Welf Löwe, Morgan Ericsson, Anna Wingkvist

    Abstract: Regression uses supervised machine learning to find a model that combines several independent variables to predict a dependent variable based on ground truth (labeled) data, i.e., tuples of independent and dependent variables (labels). Similarly, aggregation also combines several independent variables to a dependent variable. The dependent variable should preserve properties of the independent var… ▽ More

    Submitted 28 October, 2021; originally announced October 2021.

    Comments: 13 pages, 8 figures

  3. arXiv:2109.09525  [pdf, ps, other

    cs.SE

    To Automatically Map Source Code Entities to Architectural Modules with Naive Bayes

    Authors: Tobias Olsson, Morgan Ericsson, Anna Wingkvist

    Abstract: Background: The process of mapping a source code entity onto an architectural module is to a large degree a manual task. Automating this process could increase the use of static architecture conformance checking methods, such as reflexion modeling, in industry. Current techniques rely on user parameterization and a highly cohesive design. A machine learning approach would potentially require fewer… ▽ More

    Submitted 20 September, 2021; originally announced September 2021.

    Comments: Accepted for Publishing in The Journal of Systems and Software

    ACM Class: D.2.11; I.5.3

  4. Using Source Code Density to Improve the Accuracy of Automatic Commit Classification into Maintenance Activities

    Authors: Sebastian Hönel, Morgan Ericsson, Welf Löwe, Anna Wingkvist

    Abstract: Source code is changed for a reason, e.g., to adapt, correct, or adapt it. This reason can provide valuable insight into the development process but is rarely explicitly documented when the change is committed to a source code repository. Automatic commit classification uses features extracted from commits to estimate this reason. We introduce source code density, a measure of the net size of a… ▽ More

    Submitted 28 May, 2020; originally announced May 2020.

    Comments: 23 pages, to be published in The Journal of Systems and Software

    ACM Class: D.2