SimeMobileCity 0.1
  • API
  • Workflow
  • Site
    • Page
        • T.extract

    T.extract¶

    T.extract(days, hours, users, is_norm=True)¶

    Extract data from trajectory for the given days hours and user types. The data for the different values will be combined to one node list with percentages for success and failure. The latter will be divided into the different failure types.

    Parameters:
    days : list

    List of day ids to combine

    hours : list

    List of hour ids to combine

    users : list

    List of user ids to combine

    is_norm : bool

    True to noromalize results

    Returns:
    nodes : dictionary

    Dictionary of node ids with amount for success and failure

    Back to top

    © Copyright 2021, Hamzeh Kraus.
    Created using Sphinx 1.6.6.