WO2017005598A1 - Predicting work orders for scheduling service tasks on intrusion and fire monitoring - Google Patents
Predicting work orders for scheduling service tasks on intrusion and fire monitoring Download PDFInfo
- Publication number
- WO2017005598A1 WO2017005598A1 PCT/EP2016/065315 EP2016065315W WO2017005598A1 WO 2017005598 A1 WO2017005598 A1 WO 2017005598A1 EP 2016065315 W EP2016065315 W EP 2016065315W WO 2017005598 A1 WO2017005598 A1 WO 2017005598A1
- Authority
- WO
- WIPO (PCT)
- Prior art keywords
- prediction
- job
- work order
- rules
- site
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Ceased
Links
Classifications
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/04—Forecasting or optimisation specially adapted for administrative or management purposes, e.g. linear programming or "cutting stock problem"
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/205—Parsing
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F40/00—Handling natural language data
- G06F40/20—Natural language analysis
- G06F40/279—Recognition of textual entities
- G06F40/289—Phrasal analysis, e.g. finite state techniques or chunking
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/063—Operations research, analysis or management
- G06Q10/0631—Resource planning, allocation, distributing or scheduling for enterprises or organisations
- G06Q10/06311—Scheduling, planning or task assignment for a person or group
-
- G—PHYSICS
- G06—COMPUTING OR CALCULATING; COUNTING
- G06Q—INFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
- G06Q10/00—Administration; Management
- G06Q10/06—Resources, workflows, human or project management; Enterprise or organisation planning; Enterprise or organisation modelling
- G06Q10/067—Enterprise or organisation modelling
Definitions
- This description relates to operation of security systems in particular intrusion detection and fire monitoring systems.
- Security systems often include an intrusion detection panel that is electrically or wireiessly connected to a variety of sensors. Those sensors typically include motion detectors, cameras, and proximity sensors (used to determine whether a door or window has been opened). Other types of security systems include access control and surveillance systems typically used by commercial businesses.
- Service products such as "MAStermind" (United Technologies, Inc.) help service customer work orders.
- a service dispatch center in a physical location produces a work order upon receipt of a customer complaint.
- the complaint can be regarding a false alarm or an issue with the respect to any of the dev ices or panels installed in their premises.
- Dispatch center personnel produce the work order request using the service product and schedules a technician to visit the site.
- the visiting technician inspects the premises and updates service center personnel about the problem.
- the work order is updated with the correct job
- the technician may perform several tasks on the security system to solve the customer complaint. Each task is added as a line item by the service product and associated with the job. When the job is completed an appropriate job resolution description is selected for the job and comments from technicians or the service center personnel are added as free text.
- a work order prediction system incl udes one or more servers computers each comprising a processor device, memory in communication with the processor device, and a storage device, the work order prediction system further including a recommendation engine that receives historical job records from customer jobs and produces a listing of rules comprising rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs and calculates a confidence value for a result of each of the rules, a key phrase extraction module that receives as input free text that is parsed from the historical job records, a site similarity computation module that clusters similar sites together, prediction engine that generates a prediction of a work order and basis of the prediction and graphical user interface module that generates a graphical user interface to convey to dispatch personnel an intuitive representation of the basis of the prediction.
- a recommendation engine that receives historical job records from customer jobs and produces a listing of rules comprising rules of the form A - > B or A,B -> C or A,B > C,
- the work order predict ion system analyzes historical job details for a customer site and generates the model that predicts future jobs within a l imited time frame that can be expected for the customer site.
- the recommendation engine includes a feature generator and a model builder.
- the model builder in the recommendation engine executes an al orithm the frequent item set data mines the retrieved, historical work order records for job details for a customer site.
- the algorithm is the Apriori algorithm that identifies frequent individual job cause numbers in the work order records and that produces rules of the form A - > B or A,B -> C or A.B > C, D, where A, B, C, D are job cause numbers extracted from the work order records.
- the feature generator orders the historical work order records by site and then by the date of job creation, scans sequentially the work order records and all job cause numbers that are within a preconfigured time window and groups all job cause numbers that are within the defined time window, as one transaction record of job cause numbers.
- the prediction engine retrieves a list of recent job causes for a given site, scans the list of rules generated by the recommendation engine against recent job causes for the site; when the prediction engine finds matches to any of the job causes the prediction engine selects a corresponding output of the rule as the prediction.
- the prediction engine accesses output of the site similarity computation module, scans the output for similar sites, and scans the rules in the output to find a match for a prediction.
- the prediction engine determines a match, uses the result of the matching rule as the prediction and queries the key phrase extraction module for key phrases associated with the matched rule.
- a computer implemented method for work order prediction includes forming a recommendation by one or more computer systems from received historical job records from customer jobs comprising rules of the form A - > B o A,B -> C or A.B > C, D, where A, B, C, D are work order jobs with a calculated a confidence v al ue for a result of each of the rules, producing by the one or more computer systems a listing of the rules, extracting by the computer system one or more key phrases that are received as input free text parsed from the historical job records, producing by the one or more computer systems a site simi larity computation that clusters similar sites together, generating by the one or more computers a prediction of a future work order and basis of the prediction, and generating by the one or more computers a graphical user interface to convey to dispatch personnel a representation of the basis of the prediction.
- a computer program product tangible stored on a computer readable hardware storage device, the computer program product for providing a work order prediction and comprising instructions to cause one or more servers computers each comprising a processor device, memory in communication with the processor device, and a storage device to receive from a database historical job records from customer jobs, produce a recommendation as a listing of rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs and an associated a confidence value for a result of each of the rules, extract key phrases from free text that is parsed from the historical job records, produce site similarity clusters of similar sites into groups of similar sites, form a prediction of a work order and basis o the prediction, and generate a graphical user interface to convey to dispatch personnel a representation of the basis of the prediction.
- the above techniques can include additional features and one or more of the fol lowing advantages.
- the above techniques can be used to provide predictions of what jobs will occur in the near future at a customer site based on historical jobs.
- the techniques provides the dispatcher with details about the predicted job, thus helping a dispatcher to properly plan and prepare to schedule a technician's visit to the customer site.
- FIG. 1 is a schematic diagram of an example security system at premises.
- FIG. 2 is a block diagram of an intrusion detection panel.
- FIG. 3 is a block diagram showing an example of an access cont rol system.
- FIG. 4 is a block diagram of a work order prediction system.
- FIG. 5 is a flow diagram of an example algorithm.
- FIG. 6 is a flow diagram of an example recommendation engine.
- FIG. 7 is a flow diagram of an example key phrase extraction engine.
- FIG. 7 A is a diagram of a word cloud.
- FIG. 8 is a flow diagram of an example site similarity engine.
- FIG. 9 is a flow diagram of an example prediction engine.
- FIG. 10 is a flow diagram of a GUI module.
- FIG. I OA is a diagram of a GUI.
- FIG. 11 is block diagram of details of a device/system
- the intrusion detection system 12 includes an intrusion detection panel 18, and sensors/detectors 19 disbursed throughout the premises 16.
- the intrusion detection system 12 is in communication with a central monitoring station 20 (also referred to as central monitoring center) via one or more data or communication networks 22 (only one shown), such as the Internet; the phone system or cellular commun ication system being examples of others.
- the intrusion detection panel 18 receives signals from plural detectors/sensors (generally referred to as 19) that send to the intrusion detection panel 18 information about the status of the monitored premises.
- the detectors 1 9 may be hard wired or communicate with the intrusion detection panel 18 wirclessly. In general, detectors 1 9 sense glass breakage, motion, gas leaks, fire, and/or breach of an entry point, and send the sensed information to the intrusion detection panel 18. Based on the information received from the detectors 19, the intrusion detection panel 18 determines whether to trigger alarms, e.g., by triggering one or more sirens (not shown) at the premises 1 and/or sending alarm messages to the monitoring station 20.
- triggering one or more sirens not shown
- a user may access the intrusion detection panel 18 to control the intrusion detection system, e.g., disarm the intrusion detection system, arm the intrusion detection system, enter predetermined settings, etc.
- the access can be made directly at the premises 16, e.g., through a keypad 23 connected to the control panel, through a remote device 24, etc.
- the data or communication network 24 may include any combination of wired and wireless links capable of carrying packet and/or switched traffic, and may span multiple carriers, and a wide geography.
- the data network 22 may simply be the public Internet.
- the data network 22 may include one or more wireless links, and may include a wireless data network, e.g., with tower (not referenced) such as a 2G, 3G, 4G or LTE cellular data network.
- the panel 16 may be in communication with the network 22 by way of Ethernet switch or router (not illustrated).
- the panel 1 6 may therefore include an Ethernet or similar interface, which may be wired or wireless. Further network components, such as access points, routers, switches, DS L modems, and the like possibly interconnecting the panel 1 with the data network 22 are not illustrated.
- the dispatch center 25 includes personnel stations (not shown), a server(s) system. 27 running a service fulfillment program. 29 that populates a database (not shown) with historical data and a work, order prediction system 50.
- the intrusion detection panel 18 includes processor 18a and memory 18b, storage 18c, a key pad 1 d and a netw ork interface card (NIC) 18e coupled via a bus 18f.
- the intrusion detection panel 18 also includes one or more interfaces 18g to receive sensor data from the various sensors 19. Illustrated for explanatory purpose are detector interfaces 18g for contact switches, glass break sensors motion detectors, cameras and microphones. Others may be included.
- Access control systems can be installed in residences but are more commonly installed in businesses.
- a room (not shown) has a doorway and has associated therein an access controller 14a and one or two card readers 14b, (e.g. an ingress card reader and an egress card reader) with door locks (not shown) controlled by the access controller.
- the access control system 14 can include a plurality of access controllers 14a and associated card readers 14b.
- the access control system 14 During installation of the access control system 14, the access controllers 14 are configured by a technician according to operational requirements.
- the access control system 14 also includes a gateway 15a that is coupled to the access controllers 14a via one or more master controllers 14c, as shown.
- the access control system 14 also includes a LAN, router, modem, the Internet and cellular or serial communications and a firewall, as illustrated, and a server 15b that is coupled to the gateway 15a.
- FIGS. 1 - 3 are examples of security/intrusion/alarm/access control systems.
- the work order prediction system 50 includes one or more server computers either dedicated server computers or cloud server computers and database(s) 51 that store historical job records (discussed below).
- the work order prediction system 50 analyzes historical job details for a customer and generates a model that can predict future jobs within a limited time frame that can be expected for a customer site. Given, recent past jobs, the model produces a list of predicted future jobs.
- the work order prediction system 50 produces an intuitive user interface that informs dispatch center personnel about why the model predicts a job and also provides details about the job predicted.
- the work order prediction system 50 includes a recommendation engine 52 that receives historical data from various customer jobs and produces a model / rules of the form A - > B, or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs. Given a recent job A for a particular customer site, the rule forms a prediction of the next job to occur, which in the example of A,B is C.
- the recommendation engine 52 calculates a confidence value for a result of each of the rules. The confidence value forms an indication of a validity of the predication, e.g., how much "trust" dispatch center personnel can have in the prediction.
- the work order prediction system 50 also includes a key phra.se extraction module
- the key phrase extraction module 54 receives as input, free text that is parsed from the historical job records retrieved from database 5 1 . This text may contain important information about the job.
- the key phrase extraction module 54 extracts phrases, of e.g., several words, e.g., lengths of 2 or 3 words; lengths of 3 or 4 words; or lengths 4 or 5 words, which are considered important to describe the job.
- the key phrase extraction module 54 feeds results into a prediction engine 58, so that the prediction engine 58 can explain in detail about predicted job to service dispatch personnel.
- the work order prediction system 50 also includes a site similarity computation module 56 that receives the historical job records and based on data in those records forms clusters of similar sites. The output of this module is used by the prediction engine 58.
- the work order prediction system 50 also includes the aforementioned prediction engine 58.
- the prediction engine 58 receives recent history for a customer site and uses the model rules from the above recommendation engine 52 to predict future jobs for a given site.
- the prediction engine 58 is also responsible to educate the user, via graphs and/or text produced by a user interface engine 60, about why a particular prediction is recommended.
- the combination of outputs from the recommendation engine 52, key phrase extraction module 54, and prediction engine 5 are used to generate a graphical user interface in the GUI engine 60 that allows dispatch personnel to intuitively understand the basis of the prediction.
- the inclusion of the key phrase extractor module 54 can provide additional information that can educate the customer about the expected job.
- the work order prediction system 50 helps dispatch center personnel to make informed decisions about work order scheduling.
- the work order prediction system 50 retrieves 50b historical data stored in the database 5 1 , which is generated from a third party service program such as the one mentioned above. This data has records for all customers that a particular integrated security company services. This historical data is retrieved by the recommendation engine 52 in the work order prediction system 50. Typically, such data is available in multiple tables in a normalized form. The data is preprocessed 50c from certain tables and certain columns to capture the following columns of data. The particulars of what tables and columns arc captured will vary according to setups of the third party service program used. In addition, names associated with the data are illustrative and non- limiting in that similar functional data is typically found for al l such systems, but may be named differently. In one example the following data are captured.
- Region No Sites are categorized into regions, this uniquely identifies a region
- Job No Uniquely identifies a job
- Job Cause Number A number that identifies a particular reason why the job was requested.
- Job Cause Desc A textual description of the job cause, for example, "Faulty part"
- Job Comments A free text field, where the job done is described by the technician.
- the work order prediction system 50 using historical job cause numbers (for a given site) generates (via recommendation engine 52) a prediction 50d of the next upcoming historical job cause number based on a set of job cause Nos. that includes a most recent number of job cause id's for that site.
- the work order prediction system 50 generates 50e an explanation for the user to explain why the recommendation engine 52 is recommending a certain job cause number, and furnishes 50f more information on that job cause number.
- the results can be stored and forwarded 50g to dispatch personnel systems in the form of a graphical user interface.
- the recommendation engine 52 uses the historical job numbers for a given site to predict the next upcoming job cause number for that site. In other words, the recommendation engine attempts to predict what type of service or service will be required at a particular site based on historical data.
- Recommendation engine 52 includes a feature generator 52' and a model builder 52". Jobs are performed at customer premises sequential ly and records of these jobs are stored.
- the recommendation engine 52 executes an algorithm to analyze these job records to form predictions.
- the algorithm used is the so called Apriori algorithm that is commonly found in "market basket" or affinity analysis.
- An Apriori algorithm is used for frequent item set data mining and association learning in transactional databases.
- the historical records in database 51 can be considered as a transactional database containing work order records.
- the Apriori algorithm proceeds by identifying frequent individual items in a database and extending the frequent indiv idual items to larger and larger item sets as long as the frequent individual items sets appear sufficiently often in the database 5 1 .
- the frequent item sets determined by Apriori algorithm are used to determine the rules mentioned above, i.e., association rules that highlight general trends in the data found in the database 51.
- Other techniques could be used including Random Forest and Multi-linear Logistic Regression algorithms.
- Recommendation engine 2 processing 52a is shown using the feature generator 52' and the model builder 52".
- the feature generator 52' in the recommendation engine 52 orders 52a the historical data by site and then by the date of job creation 52b.
- the feature generator 52 ' scans 52c sequentially the job history, and all the job cause ids that are within the window "W.”
- the feature generator 52 ' groups 52 d all job history and all the job cause nos. that are within the defined window "W", as one transaction record of job cause nos.
- the feature generator processes the data for all job cause numbers 52e for ail sites 52f.
- Job No Job 5
- Job No Job 6
- Job No Job 6
- Job No Job 6
- This list of transactions is passed as an input and processed 52g in the server using the Apriori algorithm.
- the Apriori algorithm runs several experiments, with various values for support and confidence. Support and confidence are defined parameters for the Apriori algorithm. Support is a value of the count of the number of occurrences of each Historical job cause number separately in the database over a first scan of the database. Confidence values come from the algorithm. Different thresholds values can be supplied to limit the Apriori output. These values for support and confidence serve as thresholds for the Apriori algorithm.
- the output of the Apriori al gorithm is a set of rules of the form:
- This output can be interpreted as: if historical job cause number "12" was a recent job cause number encountered at a site, then there is an 81 % chance that the site may see job cause number "45" within a window of W ( in the example 4 weeks). Similarly, continuing with this example and an assumed confidence the next output would be:
- This output can be interpreted as: if job cause nos. "12" and "45” were recent job cause numbers encountered at a site, then there is an 62% chance that the site may see job cause number "67" within the window of W, etc.
- the feature generator 52' converts 52g the input data into a format for the model builder.
- model builder 52" is configure to handle data in the following format:
- Transaction id A unique id for every transaction
- Item id A unique id for every item in the transaction
- the transaction of job cause nos. is a vector [ 12, 45, 67, 18] is translated into a table of transaction Id and Item Id.
- the list of transactions are assigned ID's and placed in a table in association with ail of the items associated with the corresponding transaction.
- the Transaction id is a id given to a group of job cause numbers and the Item- ID is the historical job cause number in an order as set out in the table.
- the model builder 52 converts 52h the output from the Apriori algorithm into a rule format as above and associates confidence values 52i. .
- the model builder 52 "uses the Apriori algorithm. Apriori or other market-basket analysis techniques can be used to produce the rules and associated confidence values.
- the key phrase extraction engine 54 applies a key phrase extraction process 54a on all of the rules that are generated. So for example, given a rule X ->Y, extractor extracts 54b all job comments for job causes X and Y and names 54c the extracted comments as background. The extractor extract 54d ail the job comments for job cause Y and names 54e it as foreground and extracts 54f unigrams, bigrams and trigrams (generalized as grams) from the foreground and calculates 54g probabilities for these grams. Probabilities for the grams are calculated as follows:
- This probability is referred to as the observed probability value.
- the probabilities for the extracted grams from the foreground are obtained from the background.
- the expected probability value is calculated as follows:
- the key phrase extraction module is configured for the grams following a binomial distribution.
- the standard deviation of a binomial distribution is square root
- the key phrase extraction module based on such a binomial distribution calculates a score 54 h "z" or "z score” by calculating the standard deviation for each of the grams as
- the key phrase extraction module calculates the "z score " "Z” as follows:
- the calculated "z score” is prov ided for every gram in the foreground.
- the system is configured to display those grams with very high z scores to the user.
- the prediction engine queries the key extraction module with the list of rules that are shortlisted, e.g., rules may be filtered by the support and confidence thresholds mentioned above, or they may also be removed due to redundancies. Given those rules, the key extraction module returns 54i a list of identified (extracted) key phrases.
- the system generates a graphical user interface (GUI), (discussed below) that displays on a display device those key phrases in the form of a word cloud as shown in FIG. 7A.
- GUI graphical user interface
- This site similarity module calculates 56b a set of attributes for each site.
- the set of attributes can include location of the site, e.g., based on zi codes, zip code based economics of the region. "Zi code based economics of the region” could be census data aggregated at the zip code level , e.g., population or employment population, "number of zones” refers to the way sites organize a building into zones.
- the type of jobs performed at the site a count of installation jobs and service jobs. Complexity of the jobs performed at the site, e.g., a count of number of line items for each job at the site.
- site similarity computation module represents 56c each site as a vector.
- distance metrics e.g., a Euclidean distance for
- the site similarity computation module finds 56d distances between these vectors. Based on a threshold H for distance, the site similarity computation module assigns 56e each site to a set of its similar sites, i.e. all the sites within the threshold distance of H are assigned as the similar site for a given site, which is stored 5 f.
- the prediction engine 58 receives inputs from the recommendation engine 52, e.g. the rules and associated confidence values and produces an explanation for a user indicating why the recommendation engine 52 recommends handling of a certain job cause id. and produces more information on that job cause id.
- the prediction engine processing 58a retrieves receives 58b as input the list of recent job causes from a given site. These job causes can either be one or many job causes.
- the prediction engine scans 58c the list of rules generated by the
- the prediction engine 52 against recent job causes for the site. If the prediction engine finds matches 58d to any of the job causes in the Left Hand Side ( LHS ) for the rule, it selects 58e the Right Hand Side (RHS) of the rule as the prediction. If the prediction engine does not find any matching rules, the prediction engine goes 5 f to the output of the site similarity computation module 56 and retrieves 58g a list of the top N (a configurable value) similar sites to the current site. The prediction engine 58 scans 58h the most recent jobs of those top N sites, and for those jobs again scans 58i the rules to find a match for a prediction. On finding a match the prediction engine outputs 58j RHS of those rules as the prediction. For the LHS and the RHS of ail the matched rules, the prediction engine queries 58k the key phrase extraction module for key phrases associated with the rules.
- LHS Left Hand Side
- RHS Right Hand Side
- the prediction engine 58 uses the model to develop a temporal relationship based on discovered relationships between job cause numbers to determine the period from an occurrence of one job cause to the inception of the next job cause to provide a probability of the next job cause occurring as a function of time.
- P(e i, tj) Probability of job cause number "i" occurring in time t after job cause number "j” occurred.
- the prediction engine processing 58a applies the time window "W” referred to above with the same or different window size and scans the job cause numbers that are within the window "W” and by using the DATE field determines time periods between tw o job cause numbers and forms a prediction.
- the feature generator groups all job history and ail the job cause nos. that are within the defined w indow "W" as one transaction record of job cause nos. and associates a prediction to a time period betw een two job cause numbers, as below :
- the prediction engine 58 uses the model to learn interacting relationships of the form:
- P(e i, tj, t k) Probability of job cause number "i” occurring time t j after job cause number "j” and t ime * "t k " after job cause "k” or
- GUI graphical user interface
- the sample GUI can include various information.
- the GUI is dived in into three portions.
- the top portion labelled as prediction gives the prediction, and the predicted job cause for a given region and site.
- the bottom two portions labelled as your history educates the user why this prediction is made.
- dispatch devices and/or systems can be of various types of computing devices capable of receiving and processing information to produce output.
- Such devices systems include one or more processors 82, memory 84 interfaces 86 and a network interface 88 coupled via a bus.
- the system can be a distributed computing system 10, a rack-mounted server and so forth.
- Server may be a single server or a group of servers that are at a same location or at different locations. Servers can receive information from client device user device via interfaces.
- Interfaces can be any type of interface capable of receiving information over a network, such as an Ethernet interface, a wireless networking interface, a fiber-optic networking interface, a modem, and so forth.
- Server also includes a processor and memory and a bus system including, for example, an information bus and a motherboard, can be used to establish and to control information communication between the components of server.
- Processor may include one or more microprocessors.
- processor may include any appropriate processor and/or logic that is capable of receiving and storing information, and o communicating over a network (not shown).
- Memory can include a hard drive and a random access memory storage dev ice, such as a dynamic random access memory computer readable hardware storage devices and media and other types of non-transitory storage devices.
- Embodiments can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations thereof.
- Computer programs can be implemented in a high-level procedural or object oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language.
- Suitable processors include, by way of example, both general and special purpose microprocessors.
- a processor will receive instructions and information from a read-only memory and/or a random access memory.
- a computer will include one or more mass storage devices for storing information files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks.
- Storage devices suitable for tangibly embodying computer program instructions and in formation include all forms of non-volatile memory, including by way of example semiconductor memory dev ices, such as EPROM, EE PROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD ROM disks. Any of the foregoing can be supplemented by, or incorporated in, AS ICs (application-specific integrated circuits).
- AS ICs application-specific integrated circuits
Landscapes
- Business, Economics & Management (AREA)
- Engineering & Computer Science (AREA)
- Human Resources & Organizations (AREA)
- Strategic Management (AREA)
- Economics (AREA)
- Entrepreneurship & Innovation (AREA)
- Theoretical Computer Science (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- Game Theory and Decision Science (AREA)
- General Business, Economics & Management (AREA)
- Tourism & Hospitality (AREA)
- Quality & Reliability (AREA)
- Development Economics (AREA)
- Operations Research (AREA)
- Marketing (AREA)
- Educational Administration (AREA)
- Computational Linguistics (AREA)
- Artificial Intelligence (AREA)
- Audiology, Speech & Language Pathology (AREA)
- General Health & Medical Sciences (AREA)
- Health & Medical Sciences (AREA)
- General Engineering & Computer Science (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Management, Administration, Business Operations System, And Electronic Commerce (AREA)
Abstract
A work order prediction system is described. The system includes computers that implement a recommendation engine that receives historical job records from customer jobs and produces a listing of rules comprising rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs and a calculated confidence value for a result of each of the rules. The system includes a key phrase extraction module and a site similarity computation module, which feed a prediction engine that generates a prediction of a work order and basis of the prediction.
Description
PREDICTING WORK ORDERS FOR SCHEDULING SERVICE TASKS ON INTRUSION AND FIRE MONITORING
BACKGROUND
This description relates to operation of security systems in particular intrusion detection and fire monitoring systems.
It is common for businesses and homeowners to have a security system for detecting alarm conditions at their premises and signaling the conditions to a monitoring station or to authorized users of the security system. Security systems often include an intrusion detection panel that is electrically or wireiessly connected to a variety of sensors. Those sensors typically include motion detectors, cameras, and proximity sensors (used to determine whether a door or window has been opened). Other types of security systems include access control and surveillance systems typically used by commercial businesses.
Service products such as "MAStermind" (United Technologies, Inc.) help service customer work orders. For a typical service request on a security system, a service dispatch center in a physical location produces a work order upon receipt of a customer complaint. The complaint can be regarding a false alarm or an issue with the respect to any of the dev ices or panels installed in their premises. Dispatch center personnel produce the work order request using the service product and schedules a technician to visit the site. The visiting technician inspects the premises and updates service center personnel about the problem. The work order is updated with the correct job
cause/description. The technician may perform several tasks on the security system to solve the customer complaint. Each task is added as a line item by the service product and associated with the job. When the job is completed an appropriate job resolution description is selected for the job and comments from technicians or the service center personnel are added as free text.
SUMMARY
The problem with this type of servicing when applied to intrusion detection and alarm security systems is that a technician and service truck arc sent to the customer premises for almost every line item in the job and can involve an average more than one dispatch per job. In addition to more dispatches, other problems also arise such as finding the right technicians for the job, having the right parts in the service truck and isolating the problem quickly. Excess truck dispatches have other consequences such as environmental and health and safety issues because of excessive truck dispatches (more vehicle emissions and increased risk of road accidents). Jobs that take longer to complete can erode a security business's service contract profit margins. Other qualitative issues that can arise include, unsatisfied customers and technicians because of ad-hoc scheduling of service calls with the wrong technician skills or inadequate
equipment suppl ies needed to complete a job.
According to an aspect, a work order prediction system incl udes one or more servers computers each comprising a processor device, memory in communication with the processor device, and a storage device, the work order prediction system further including a recommendation engine that receives historical job records from customer jobs and produces a listing of rules comprising rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs and calculates a confidence value for a result of each of the rules, a key phrase extraction module that receives as input free text that is parsed from the historical job records, a site similarity computation module that clusters similar sites together, prediction engine that generates a prediction of a work order and basis of the prediction and graphical user interface module that generates a graphical user interface to convey to dispatch personnel an intuitive representation of the basis of the prediction.
The work order predict ion system analyzes historical job details for a customer site and generates the model that predicts future jobs within a l imited time frame that can be expected for the customer site. The recommendation engine includes a feature generator and a model builder. The model builder in the recommendation engine executes an al orithm the frequent item set data mines the retrieved, historical work order
records for job details for a customer site. The algorithm is the Apriori algorithm that identifies frequent individual job cause numbers in the work order records and that produces rules of the form A - > B or A,B -> C or A.B > C, D, where A, B, C, D are job cause numbers extracted from the work order records. The feature generator orders the historical work order records by site and then by the date of job creation, scans sequentially the work order records and all job cause numbers that are within a preconfigured time window and groups all job cause numbers that are within the defined time window, as one transaction record of job cause numbers. The prediction engine retrieves a list of recent job causes for a given site, scans the list of rules generated by the recommendation engine against recent job causes for the site; when the prediction engine finds matches to any of the job causes the prediction engine selects a corresponding output of the rule as the prediction.
When the prediction engine does not find any matching rules, the prediction engine, accesses output of the site similarity computation module, scans the output for similar sites, and scans the rules in the output to find a match for a prediction. When the prediction engine determines a match, the prediction engine uses the result of the matching rule as the prediction and queries the key phrase extraction module for key phrases associated with the matched rule.
According to an additional aspect, a computer implemented method for work order prediction includes forming a recommendation by one or more computer systems from received historical job records from customer jobs comprising rules of the form A - > B o A,B -> C or A.B > C, D, where A, B, C, D are work order jobs with a calculated a confidence v al ue for a result of each of the rules, producing by the one or more computer systems a listing of the rules, extracting by the computer system one or more key phrases that are received as input free text parsed from the historical job records, producing by the one or more computer systems a site simi larity computation that clusters similar sites together, generating by the one or more computers a prediction of a future work order and basis of the prediction, and generating by the one or more computers a graphical user interface to convey to dispatch personnel a representation of the basis of the prediction.
According to an additional aspect, a computer program product tangible stored on a computer readable hardware storage device, the computer program product for providing a work order prediction and comprising instructions to cause one or more servers computers each comprising a processor device, memory in communication with the processor device, and a storage device to receive from a database historical job records from customer jobs, produce a recommendation as a listing of rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs and an associated a confidence value for a result of each of the rules, extract key phrases from free text that is parsed from the historical job records, produce site similarity clusters of similar sites into groups of similar sites, form a prediction of a work order and basis o the prediction, and generate a graphical user interface to convey to dispatch personnel a representation of the basis of the prediction.
The above techniques can include additional features and one or more of the fol lowing advantages.
The above techniques can be used to provide predictions of what jobs will occur in the near future at a customer site based on historical jobs. In addition to notifying dispatch personnel about a predicted job, the techniques provides the dispatcher with details about the predicted job, thus helping a dispatcher to properly plan and prepare to schedule a technician's visit to the customer site.
The details of one or more embodiments of the invention are set forth in the accompanying drawings and the description below. Other features, objects, and advantages of the invention is apparent from the description and drawings, and from the claims.
DESCRIPTION OF DRAWINGS FIG. 1 is a schematic diagram of an example security system at premises.
FIG. 2 is a block diagram of an intrusion detection panel.
FIG. 3 is a block diagram showing an example of an access cont rol system. FIG. 4 is a block diagram of a work order prediction system.
FIG. 5 is a flow diagram of an example algorithm.
FIG. 6 is a flow diagram of an example recommendation engine.
FIG. 7 is a flow diagram of an example key phrase extraction engine.
FIG. 7 A is a diagram of a word cloud.
FIG. 8 is a flow diagram of an example site similarity engine.
FIG. 9 is a flow diagram of an example prediction engine.
FIG. 10 is a flow diagram of a GUI module.
FIG. I OA is a diagram of a GUI.
FIG. 11 is block diagram of details of a device/system
DETAILED DESCRIPTION
Referring now to FIG. 1 , an example application 1 0 of a security system in particular an intrusion detection system 12 and access control system 14 installed at a premises 16 is shown. In this example, the premises 16 is commercial premises, but the premises may alternatively be any type of premises or building, e.g., residential , industrial, etc. The intrusion detection system 12 includes an intrusion detection panel 18, and sensors/detectors 19 disbursed throughout the premises 16. The intrusion detection system 12 is in communication with a central monitoring station 20 (also referred to as central monitoring center) via one or more data or communication networks 22 (only one shown), such as the Internet; the phone system or cellular commun ication system being examples of others. The intrusion detection panel 18 receives signals from plural detectors/sensors (generally referred to as 19) that send to the intrusion detection panel 18 information about the status of the monitored premises.
Several types of sensor detectors (terms used interchangeably herein) can be used such as microphones, motion detectors, smart switches and cameras. The detectors 1 9 may be hard wired or communicate with the intrusion detection panel 18 wirclessly. In general, detectors 1 9 sense glass breakage, motion, gas leaks, fire, and/or breach of an entry point, and send the sensed information to the intrusion detection panel 18. Based on the information received from the detectors 19, the intrusion detection panel 18 determines whether to trigger alarms, e.g., by triggering one or more sirens ( not shown) at the premises 1 and/or sending alarm messages to the monitoring station 20.
A user may access the intrusion detection panel 18 to control the intrusion detection system, e.g., disarm the intrusion detection system, arm the intrusion detection system, enter predetermined settings, etc. The access can be made directly at the premises 16, e.g., through a keypad 23 connected to the control panel, through a remote device 24, etc.
The data or communication network 24 may include any combination of wired and wireless links capable of carrying packet and/or switched traffic, and may span multiple carriers, and a wide geography. In one embodiment, the data network 22 may simply be the public Internet. In another embodiment, the data network 22 may include one or more wireless links, and may include a wireless data network, e.g., with tower (not referenced) such as a 2G, 3G, 4G or LTE cellular data network. The panel 16 may be in communication with the network 22 by way of Ethernet switch or router (not illustrated). The panel 1 6 may therefore include an Ethernet or similar interface, which may be wired or wireless. Further network components, such as access points, routers, switches, DS L modems, and the like possibly interconnecting the panel 1 with the data network 22 are not illustrated.
Also shown in FIG. 1 is a dispatch center 25. The dispatch center 25 includes personnel stations (not shown), a server(s) system. 27 running a service fulfillment program. 29 that populates a database (not shown) with historical data and a work, order prediction system 50.
Referring now to FIG. 2, details on an exemplary intrusion detection system including the panel 18 are shown. The intrusion detection panel 18 includes processor 18a and memory 18b, storage 18c, a key pad 1 d and a netw ork interface card (NIC) 18e coupled via a bus 18f. The intrusion detection panel 18 also includes one or more interfaces 18g to receive sensor data from the various sensors 19. Illustrated for explanatory purpose are detector interfaces 18g for contact switches, glass break sensors motion detectors, cameras and microphones. Others may be included.
Referring now to FIG. 3, the access control system 1 4 is shown. Access control systems can be installed in residences but are more commonly installed in businesses.
For example, a room (not shown) has a doorway and has associated therein an access
controller 14a and one or two card readers 14b, (e.g. an ingress card reader and an egress card reader) with door locks (not shown) controlled by the access controller. The access control system 14 can include a plurality of access controllers 14a and associated card readers 14b.
During installation of the access control system 14, the access controllers 14 are configured by a technician according to operational requirements. The access control system 14 also includes a gateway 15a that is coupled to the access controllers 14a via one or more master controllers 14c, as shown. The access control system 14 also includes a LAN, router, modem, the Internet and cellular or serial communications and a firewall, as illustrated, and a server 15b that is coupled to the gateway 15a.
FIGS. 1 - 3 are examples of security/intrusion/alarm/access control systems.
Referring now to FIG. 4, the work order prediction system 50 is shown. The work order prediction system 50 includes one or more server computers either dedicated server computers or cloud server computers and database(s) 51 that store historical job records (discussed below). The work order prediction system 50 analyzes historical job details for a customer and generates a model that can predict future jobs within a limited time frame that can be expected for a customer site. Given, recent past jobs, the model produces a list of predicted future jobs. The work order prediction system 50 produces an intuitive user interface that informs dispatch center personnel about why the model predicts a job and also provides details about the job predicted.
The work order prediction system 50 includes a recommendation engine 52 that receives historical data from various customer jobs and produces a model / rules of the form A - > B, or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs. Given a recent job A for a particular customer site, the rule forms a prediction of the next job to occur, which in the example of A,B is C. The recommendation engine 52 calculates a confidence value for a result of each of the rules. The confidence value forms an indication of a validity of the predication, e.g., how much "trust" dispatch center personnel can have in the prediction.
The work order prediction system 50 also includes a key phra.se extraction module
54. The key phrase extraction module 54 receives as input, free text that is parsed from
the historical job records retrieved from database 5 1 . This text may contain important information about the job. The key phrase extraction module 54 extracts phrases, of e.g., several words, e.g., lengths of 2 or 3 words; lengths of 3 or 4 words; or lengths 4 or 5 words, which are considered important to describe the job. The key phrase extraction module 54 feeds results into a prediction engine 58, so that the prediction engine 58 can explain in detail about predicted job to service dispatch personnel.
The work order prediction system 50 also includes a site similarity computation module 56 that receives the historical job records and based on data in those records forms clusters of similar sites. The output of this module is used by the prediction engine 58. The work order prediction system 50 also includes the aforementioned prediction engine 58. The prediction engine 58 receives recent history for a customer site and uses the model rules from the above recommendation engine 52 to predict future jobs for a given site. The prediction engine 58 is also responsible to educate the user, via graphs and/or text produced by a user interface engine 60, about why a particular prediction is recommended.
The combination of outputs from the recommendation engine 52, key phrase extraction module 54, and prediction engine 5 are used to generate a graphical user interface in the GUI engine 60 that allows dispatch personnel to intuitively understand the basis of the prediction. The inclusion of the key phrase extractor module 54 can provide additional information that can educate the customer about the expected job. The work order prediction system 50 helps dispatch center personnel to make informed decisions about work order scheduling.
Referring now to FIG. 5, processing 50a of the work order prediction system 50 is shown. The work order prediction system 50 retrieves 50b historical data stored in the database 5 1 , which is generated from a third party service program such as the one mentioned above. This data has records for all customers that a particular integrated security company services. This historical data is retrieved by the recommendation engine 52 in the work order prediction system 50. Typically, such data is available in multiple tables in a normalized form. The data is preprocessed 50c from certain tables and certain columns to capture the following columns of data. The particulars of what
tables and columns arc captured will vary according to setups of the third party service program used. In addition, names associated with the data are illustrative and non- limiting in that similar functional data is typically found for al l such systems, but may be named differently. In one example the following data are captured.
Field Name Field Description
Customer No: Uniquely identifies a customer
Site No: Uniquely identifies a customer site/store
Region No: Sites are categorized into regions, this uniquely identifies a region
Job No : Uniquely identifies a job
Date: Date job created
Job Cause Number: A number that identifies a particular reason why the job was requested.
Job Cause Desc: A textual description of the job cause, for example, "Faulty part"
Resolution No: The resolution that was used to fix the problem.
Resolution Desc: A textual description of the fix.
Job Comments: A free text field, where the job done is described by the technician.
With an understanding of the above data, the work order prediction system 50 using historical job cause numbers ( for a given site) generates (via recommendation engine 52) a prediction 50d of the next upcoming historical job cause number based on a set of job cause Nos. that includes a most recent number of job cause id's for that site. The work order prediction system 50 generates 50e an explanation for the user to explain why the recommendation engine 52 is recommending a certain job cause number, and furnishes 50f more information on that job cause number. The results can be stored and forwarded 50g to dispatch personnel systems in the form of a graphical user interface.
Referring now to FIG. 6, the recommendation engine 52 uses the historical job numbers for a given site to predict the next upcoming job cause number for that site. In
other words, the recommendation engine attempts to predict what type of service or service will be required at a particular site based on historical data. Recommendation engine 52 includes a feature generator 52' and a model builder 52". Jobs are performed at customer premises sequential ly and records of these jobs are stored.
The recommendation engine 52 executes an algorithm to analyze these job records to form predictions. The algorithm used is the so called Apriori algorithm that is commonly found in "market basket" or affinity analysis. An Apriori algorithm is used for frequent item set data mining and association learning in transactional databases. The historical records in database 51 can be considered as a transactional database containing work order records. The Apriori algorithm proceeds by identifying frequent individual items in a database and extending the frequent indiv idual items to larger and larger item sets as long as the frequent individual items sets appear sufficiently often in the database 5 1 . The frequent item sets determined by Apriori algorithm are used to determine the rules mentioned above, i.e., association rules that highlight general trends in the data found in the database 51. Other techniques could be used including Random Forest and Multi-linear Logistic Regression algorithms.
Recommendation engine 2 processing 52a is shown using the feature generator 52' and the model builder 52". The feature generator 52' in the recommendation engine 52 orders 52a the historical data by site and then by the date of job creation 52b. The feature generator 52 ' in the recommendation engine 52 is preconfigured with a defined time window of size "W." This time window is typically defined in terms of a week. However, other window sizes could be used. For illustration, the window is defined in terms of a week, so a value of "W = 4" refers to a window size of four weeks. The feature generator 52' scans 52c sequentially the job history, and all the job cause ids that are within the window "W." The feature generator 52 ' groups 52 d all job history and all the job cause nos. that are within the defined window "W", as one transaction record of job cause nos. The feature generator processes the data for all job cause numbers 52e for ail sites 52f.
Assume as an example the four following fictitious records:
Customer No: CUST I 2345
Site No: ACD
Region No: Region A
Job No : Job 5
Date: JAN. 15, 2015
Job Cause No: 1 2
Job Cause Desc: "Faulty part"
Resolution No: a20
Resolution Desc: replaced access module.
Job Comments: the access control module in location A34 shorted out
Customer No: CUST 12345
Site No: ACD
Region No: Region A
Job No : Job 6
Date: JAN. 1 7, 201 5
Job Cause No: 45
Job Cause Desc: "no power to access control module"
Resolution No: a75
Resolution Desc: replaced fuse.
Job Comments: the access control module in location A 34 did not receive power
Customer No: CUST 1 2345
Site No: ACD
Region No: Region A
Job No : Job 6
Date: JAN. 1 7, 201 5
Job Cause No: 67
Job Cause Desc: "Faulty power supply"
Resolution No: a 16
Resolution Desc: replaced access module power supply.
Job Comments: the power supply in access control module in location A34 shorted out
Customer No: CUST 1 2345
Site No: ACD
Region No: Region A
Job No : Job 6
Date: JAN. 19, 2015
Job Cause No: 18
Job Cause Desc: "reprogrammed access control module"
Resolution No: a20
Resolution Desc: reprogrammed access module.
Job Comments: the access control module in location A34 needed to be reprogramed
With the feature generator 52' in the recommendation engine 52 sequentially scanning the job history for "CUST 12345, all the job cause ids within the window W=4 provides:
Job cause Nos. [ 12, 45, 67, 18] .
These job cause Nos. are grouped as a transaction. At the end o processing of all of the historical data 52f through the above processes, the feature engine 52' provides a list of transactions.
This list of transactions is passed as an input and processed 52g in the server using the Apriori algorithm. The Apriori algorithm runs several experiments, with various values for support and confidence. Support and confidence are defined parameters for the Apriori algorithm. Support is a value of the count of the number of occurrences of each Historical job cause number separately in the database over a first scan of the database. Confidence values come from the algorithm. Different thresholds values can be supplied to limit the Apriori output. These values for support and confidence serve as thresholds for the Apriori algorithm.
The output of the Apriori al gorithm is a set of rules of the form:
X -> Y, with a confidence of xx %
Using the example above assume that the Apriori algorithm determined a confidence value of 81%, thus the output would be
12 -> 45 with a confidence of 81%
This output can be interpreted as: if historical job cause number "12" was a recent job cause number encountered at a site, then there is an 81 % chance that the site may see job cause number "45" within a window of W ( in the example 4 weeks). Similarly, continuing with this example and an assumed confidence the next output would be:
45 -> 67 w ith a confidence of 62%
This output can be interpreted as: if job cause nos. "12" and "45" were recent job cause numbers encountered at a site, then there is an 62% chance that the site may see job
cause number "67" within the window of W, etc. The feature generator 52' converts 52g the input data into a format for the model builder.
In the above example, the model builder 52" is configure to handle data in the following format:
Transaction id: A unique id for every transaction
Item id : A unique id for every item in the transaction
In example above, the transaction of job cause nos. is a vector [ 12, 45, 67, 18] is translated into a table of transaction Id and Item Id. Thus, the list of transactions are assigned ID's and placed in a table in association with ail of the items associated with the corresponding transaction.
The Transaction id: is a id given to a group of job cause numbers and the Item- ID is the historical job cause number in an order as set out in the table.
The model builder 52" converts 52h the output from the Apriori algorithm into a rule format as above and associates confidence values 52i. . The model builder 52 "uses the Apriori algorithm. Apriori or other market-basket analysis techniques can be used to produce the rules and associated confidence values.
Referring now to FIG. 7, the key phrase extraction engine 54 applies a key phrase extraction process 54a on all of the rules that are generated. So for example, given a rule X ->Y, extractor extracts 54b all job comments for job causes X and Y and names 54c the extracted comments as background. The extractor extract 54d ail the job comments
for job cause Y and names 54e it as foreground and extracts 54f unigrams, bigrams and trigrams (generalized as grams) from the foreground and calculates 54g probabilities for these grams. Probabilities for the grams are calculated as follows:
Probability (grams) = Count of the gram / Total number of unigrams
This probability is referred to as the observed probability value.
For the extracted grams from the foreground, the probabilities for the extracted grams from the foreground are obtained from the background. For those grams the expected probability value is calculated as follows:
Probability of the grams in background * Number of times the grams occurring in the foreground
The key phrase extraction module is configured for the grams following a binomial distribution. The standard deviation of a binomial distribution is square root
( number of trials * p( success) * l -p(suecess)). The key phrase extraction module based on such a binomial distribution calculates a score 54 h "z" or "z score" by calculating the standard deviation for each of the grams as
Square root (Number of time grams occurs in background (p(gram in background) * I -(p(gram in background))
The key phrase extraction module calculates the "z score" "Z" as follows:
Z = observed probability - expected probability / standard deviation
The calculated "z score" is prov ided for every gram in the foreground. The system is configured to display those grams with very high z scores to the user.
The prediction engine, queries the key extraction module with the list of rules that are shortlisted, e.g., rules may be filtered by the support and confidence thresholds mentioned above, or they may also be removed due to redundancies. Given those rules, the key extraction module returns 54i a list of identified (extracted) key phrases. The system generates a graphical user interface (GUI), (discussed below) that displays on a display device those key phrases in the form of a word cloud as shown in FIG. 7A.
Referring now to FIG. 8, the site similarity computation module 56 processing
56a computes a list of similar sites for every other site. This site similarity module calculates 56b a set of attributes for each site. The set of attributes, can include location
of the site, e.g., based on zi codes, zip code based economics of the region. "Zi code based economics of the region" could be census data aggregated at the zip code level , e.g., population or employment population, "number of zones" refers to the way sites organize a building into zones. The type of jobs performed at the site, a count of installation jobs and service jobs. Complexity of the jobs performed at the site, e.g., a count of number of line items for each job at the site. A "bag word" representation of all job comments I if a word is present, 2 if not. Weather details of the region where the store is located.
Using these attributes site similarity computation module represents 56c each site as a vector. With an appropriate distance metrics (e.g., a Euclidean distance for
continuous values, or Jaccard's for Binary values), the site similarity computation module finds 56d distances between these vectors. Based on a threshold H for distance, the site similarity computation module assigns 56e each site to a set of its similar sites, i.e. all the sites within the threshold distance of H are assigned as the similar site for a given site, which is stored 5 f.
Referring now to FIG. 9, for a given site, the prediction engine 58 receives inputs from the recommendation engine 52, e.g. the rules and associated confidence values and produces an explanation for a user indicating why the recommendation engine 52 recommends handling of a certain job cause id. and produces more information on that job cause id.
The prediction engine processing 58a retrieves receives 58b as input the list of recent job causes from a given site. These job causes can either be one or many job causes. The prediction engine scans 58c the list of rules generated by the
recommendation engine 52 against recent job causes for the site. If the prediction engine finds matches 58d to any of the job causes in the Left Hand Side ( LHS ) for the rule, it selects 58e the Right Hand Side (RHS) of the rule as the prediction. If the prediction engine does not find any matching rules, the prediction engine goes 5 f to the output of the site similarity computation module 56 and retrieves 58g a list of the top N (a configurable value) similar sites to the current site. The prediction engine 58 scans 58h the most recent jobs of those top N sites, and for those jobs again scans 58i the rules to
find a match for a prediction. On finding a match the prediction engine outputs 58j RHS of those rules as the prediction. For the LHS and the RHS of ail the matched rules, the prediction engine queries 58k the key phrase extraction module for key phrases associated with the rules.
In a further embodiment, for a given site, the prediction engine 58 uses the model to develop a temporal relationship based on discovered relationships between job cause numbers to determine the period from an occurrence of one job cause to the inception of the next job cause to provide a probability of the next job cause occurring as a function of time.
let "e i" be a job cause number "i" and "t j" is time since job cause number "j" occurred, the probability of job cause I occurring after a time t
P(e i, tj) = Probability of job cause number "i" occurring in time t after job cause number "j" occurred. The prediction engine processing 58a applies the time window "W" referred to above with the same or different window size and scans the job cause numbers that are within the window "W" and by using the DATE field determines time periods between tw o job cause numbers and forms a prediction. The feature generator groups all job history and ail the job cause nos. that are within the defined w indow "W" as one transaction record of job cause nos. and associates a prediction to a time period betw een two job cause numbers, as below :
Job cause Nos. [ 12, 45, 67, 18] .
Job cause Nos time periods. [25% within 24 hours].
In a further embodiment, for a given site, the prediction engine 58 uses the model to learn interacting relationships of the form:
P(e i, tj, t k) = Probability of job cause number "i" occurring time t j after job cause number "j" and t ime *"t k" after job cause "k" or
Job cause Nos. [ 1 2, 45, 67, 18] .
Job cause Nos time periods. [25% within 24 hours; 18% w ith 36 hours].
Referring now to FIG. 1 0, the user interface engine 60 produces a graphical user interface (GUI). The GUI is generated, by populating a retrieved template 60a with all
the above information 60b from the various modules described above and sent to the dispatch system 60c to help dispatch personnel make an informed decision.
As shown in FIG. 1 OA. the sample GUI can include various information. In this example, the GUI is dived in into three portions. The top portion labelled as prediction gives the prediction, and the predicted job cause for a given region and site. The bottom two portions labelled as your history educates the user why this prediction is made.
Referring to FIG. 1 1 , dispatch devices and/or systems (generally 80) as well as servers can be of various types of computing devices capable of receiving and processing information to produce output. Such devices systems include one or more processors 82, memory 84 interfaces 86 and a network interface 88 coupled via a bus. Also included are storage 90 and a display 92. As a server, the system can be a distributed computing system 10, a rack-mounted server and so forth. Server may be a single server or a group of servers that are at a same location or at different locations. Servers can receive information from client device user device via interfaces. Interfaces can be any type of interface capable of receiving information over a network, such as an Ethernet interface, a wireless networking interface, a fiber-optic networking interface, a modem, and so forth. Server also includes a processor and memory and a bus system including, for example, an information bus and a motherboard, can be used to establish and to control information communication between the components of server.
Processor may include one or more microprocessors. Generally, processor may include any appropriate processor and/or logic that is capable of receiving and storing information, and o communicating over a network ( not shown). Memory can include a hard drive and a random access memory storage dev ice, such as a dynamic random access memory computer readable hardware storage devices and media and other types of non-transitory storage devices.
Embodiments can be implemented in digital electronic circuitry, or in computer hardware, firmware, software, or in combinations thereof. Computer programs can be implemented in a high-level procedural or object oriented programming language, or in assembly or machine language if desired; and in any case, the language can be a compiled or interpreted language. Suitable processors include, by way of example, both
general and special purpose microprocessors. Generally, a processor will receive instructions and information from a read-only memory and/or a random access memory. Generally, a computer will include one or more mass storage devices for storing information files; such devices include magnetic disks, such as internal hard disks and removable disks; magneto-optical disks; and optical disks. Storage devices suitable for tangibly embodying computer program instructions and in formation include all forms of non-volatile memory, including by way of example semiconductor memory dev ices, such as EPROM, EE PROM, and flash memory devices; magnetic disks such as internal hard disks and removable disks; magneto-optical disks; and CD ROM disks. Any of the foregoing can be supplemented by, or incorporated in, AS ICs (application-specific integrated circuits).
Other embodiments are within the scope and spirit of the description claims. For example, due to the nature of software, functions described above can be implemented using software, hardw are, firmware, hardwiring, or combinations of any of these.
Features implementing functions may also be physically located at various positions, including being distributed such that portions of functions are implemented at different physical locations. Other embodiments are within the scope of the following claims.
Claims
1. A work order prediction system comprises :
one or more servers computers each comprising a processor device, memory in communication with the processor device, and a storage device, the work order prediction system further comprising:
a recommendation engine that receives historical job records from customer jobs and produces a listing of rules comprising rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs and calculates a confidence value for a result of each of the rules;
a key phrase extraction module that receives as input free text that is parsed from the historical job records;
a site similarity computation module that clusters similar sites together; prediction engine that generates a prediction of a work order and basis of the prediction; and
graphical user interface module that generates a graphical user interface to convey to dispatch personnel an intuitive representation of the basis of the prediction.
2. The work order prediction system of claim 1 wherein the work order prediction system analyzes historical job details for a customer site and generates the model that predicts future jobs within a limited time frame that can be expected for the customer site.
3. The work order prediction system of claim 1 wherein the recommendation engine includes a feature generator and a model builder.
4. The work order prediction system of claim 3 wherein the model builder in the recommendation engine executes an algorithm the frequent item set data mines the retrieved, historical work order records for job details for a customer site.
1
5. The work order prediction system of claim 4 wherein the algorithm is the Apriori algorithm that identifies frequent individual job cause numbers in the work order records and that produces rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are job cause numbers extracted from the work order records.
6. The work order prediction system of claim 3 wherein the feature generator is further configured to:
order the historical work order records by site and then by the date of job creation; scan sequentially the work order records and all job cause numbers that are within a preconfigured time window; and
group all job cause numbers that are within the defined time window, as one transaction record of job cause numbers.
7. The work order prediction system of claim 1 wherein the prediction engine
retrieves a list of recent job causes for a given site;
scans the list of rules generated by the recommendation engine against recent job causes for the site; when the prediction engine finds matches to any of the job causes the prediction engine selects a corresponding output of the rule as the prediction.
8. The work order prediction system of claim 7 wherein when the prediction engine does not find any matching rules, the prediction engine,
accesses output of the site similarity computation module;
scans the output for similar sites, and
scans the rules in the output to find a match for a prediction.
9. The work order prediction system of claim 7 wherein when the prediction engine determines a match, the prediction engine uses the result of the matching rule as the prediction and queries the key phrase extraction module for key phrases associated with the matched rule.
2
10. A computer implemented method for work order prediction, the method comprises:
forming a recommendation by one or more computer systems from received historical job records from customer jobs comprising rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs with a calculated a confidence value for a result of each of the rules;
producing by the one or more computer systems a listing of the rules;
extracting by the computer system one or more key phrases that are received as input free text parsed from the historical job records;
producing by the one or more computer systems a site similarity computation that clusters similar sites together;
generating by the one or more computers a prediction of a future work order and basis of the prediction; and
generating by the one or more computers a graphical user interface to convey to dispatch personnel a representation of the basis of the prediction.
11. The method of claim 10 further comprises:
analyzing historical job details for a customer site; and
generating the model that predicts future jobs within a limited time frame that can be expected for the customer site.
12. The method of claim 10 wherein the recommendation engine includes a feature generator and a model builder.
13. The method of claim 10 further comprising:
executing by the one or more computers an algorithm that determines from the retrieved, historical work order records job details for a customer site.
14. The method of claim 13 wherein the algorithm is the Apriori algorithm that identifies frequent individual job cause numbers in the work order records and that produces rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are job cause numbers extracted from the work order records.
3
15. A computer program product tangible stored on a computer readable hardware storage device, the computer program product for providing a work order prediction and comprising instructions to cause one or more servers computers each comprising a processor device, memory in communication with the processor device, and a storage device to:
receive from a database historical job records from customer jobs;
produce a recommendation as a listing of rules of the form A - > B or A,B -> C or A,B > C, D, where A, B, C, D are work order jobs and an associated a confidence value for a result of each of the rules;
extract key phrases from free text that is parsed from the historical job records; produce site similarity clusters of similar sites into groups of similar sites;
form a prediction of a work order and basis of the prediction; and
generate a graphical user interface to convey to dispatch personnel a
representation of the basis of the prediction.
Applications Claiming Priority (2)
| Application Number | Priority Date | Filing Date | Title |
|---|---|---|---|
| US14/792,901 | 2015-07-07 | ||
| US14/792,901 US20170011312A1 (en) | 2015-07-07 | 2015-07-07 | Predicting Work Orders For Scheduling Service Tasks On Intrusion And Fire Monitoring |
Publications (1)
| Publication Number | Publication Date |
|---|---|
| WO2017005598A1 true WO2017005598A1 (en) | 2017-01-12 |
Family
ID=56292742
Family Applications (1)
| Application Number | Title | Priority Date | Filing Date |
|---|---|---|---|
| PCT/EP2016/065315 Ceased WO2017005598A1 (en) | 2015-07-07 | 2016-06-30 | Predicting work orders for scheduling service tasks on intrusion and fire monitoring |
Country Status (2)
| Country | Link |
|---|---|
| US (1) | US20170011312A1 (en) |
| WO (1) | WO2017005598A1 (en) |
Families Citing this family (14)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US10607273B2 (en) * | 2016-12-28 | 2020-03-31 | Google Llc | System for determining and displaying relevant explanations for recommended content |
| US20180285831A1 (en) * | 2017-03-31 | 2018-10-04 | Honeywell International Inc. | Automatic work order generation for a building management system |
| US11748684B2 (en) | 2017-03-31 | 2023-09-05 | Raytheon Technologies Corp. | Predictive analytics systems and methods |
| CN108733469B (en) * | 2017-04-24 | 2021-09-03 | 北京京东尚科信息技术有限公司 | Method and device for executing tasks of distributed system |
| US20180307221A1 (en) * | 2017-04-25 | 2018-10-25 | General Electric Company | Apparatus and method for failure identification |
| US10681667B2 (en) | 2017-09-18 | 2020-06-09 | Johnson Controls Fire Protection LP | Method and system for service verification using WiFi signal strength mapping |
| US10735418B2 (en) | 2017-09-18 | 2020-08-04 | Johnson Controls Fire Protection LP | Method and system for service verification using access control system |
| US20190086877A1 (en) * | 2017-09-18 | 2019-03-21 | Tyco Fire & Security Gmbh | Method and Apparatus for Cloud Based Predictive Service Scheduling and Evaluation |
| US10755555B2 (en) | 2017-09-18 | 2020-08-25 | Johnson Controls Fire Protection LP | Method and apparatus for verifying service of installed devices using RFID |
| US11687048B2 (en) | 2017-09-18 | 2023-06-27 | Johnson Controls Tyco IP Holdings LLP | Method and apparatus for evaluation of temperature sensors |
| US11703815B2 (en) | 2018-07-12 | 2023-07-18 | Johnson Controls Tyco IP Holdings LLP | Building control system with predictive maintenance based on time series analysis |
| US11126939B2 (en) * | 2018-12-06 | 2021-09-21 | At&T Intellectual Property I, L.P. | Telecommunication network customer premises service dispatch optimization |
| CN111507682A (en) * | 2020-04-03 | 2020-08-07 | 北京市天元网络技术股份有限公司 | Work order processing method and device |
| CN115757516A (en) * | 2022-11-18 | 2023-03-07 | 福建福诺移动通信技术有限公司 | Work order processing method and device |
Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090287526A1 (en) * | 2008-05-13 | 2009-11-19 | Nithya Ramkumar | Dynamic work allocation system for transaction processing |
Family Cites Families (95)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US5467268A (en) * | 1994-02-25 | 1995-11-14 | Minnesota Mining And Manufacturing Company | Method for resource assignment and scheduling |
| US5623404A (en) * | 1994-03-18 | 1997-04-22 | Minnesota Mining And Manufacturing Company | System and method for producing schedules of resource requests having uncertain durations |
| US5508977A (en) * | 1994-06-16 | 1996-04-16 | Simplex Time Recorder Company | Service technician time recorder |
| US5664109A (en) * | 1995-06-07 | 1997-09-02 | E-Systems, Inc. | Method for extracting pre-defined data items from medical service records generated by health care providers |
| US6278899B1 (en) * | 1996-05-06 | 2001-08-21 | Pavilion Technologies, Inc. | Method for on-line optimization of a plant |
| ES2155678T5 (en) * | 1996-11-22 | 2007-05-16 | @Road, Ltd | RESOURCE ALLOCATION. |
| US6377567B1 (en) * | 1997-07-16 | 2002-04-23 | Mci Communications Corporation | System and method for distributing data collected from call center services |
| US6990458B2 (en) * | 1997-08-28 | 2006-01-24 | Csg Systems, Inc. | System and method for computer-aided technician dispatch and communication |
| US6453298B2 (en) * | 1998-07-10 | 2002-09-17 | Honda Giken Kogyo Kabushiki Kaisha | Method of operating a vehicle redistribution system based upon predicted ride demands |
| US6577304B1 (en) * | 1998-08-14 | 2003-06-10 | I2 Technologies Us, Inc. | System and method for visually representing a supply chain |
| US6931621B2 (en) * | 1999-12-29 | 2005-08-16 | Baker Hughes Incorporated | Method and system and article of manufacture for an N-tier software component architecture oilfield model |
| US20010034694A1 (en) * | 2000-02-25 | 2001-10-25 | Elias Brian K. | System for providing an online collectibles marketplace |
| US7155519B2 (en) * | 2000-03-31 | 2006-12-26 | Mdsi Software Srl | Systems and methods for enhancing connectivity between a mobile workforce and a remote scheduling application |
| US7043472B2 (en) * | 2000-06-05 | 2006-05-09 | International Business Machines Corporation | File system with access and retrieval of XML documents |
| US6411897B1 (en) * | 2000-07-10 | 2002-06-25 | Iap Intermodal, Llc | Method to schedule a vehicle in real-time to transport freight and passengers |
| US8706542B2 (en) * | 2000-12-18 | 2014-04-22 | Apple Inc. | Allocation of location-based orders to mobile agents |
| US7596753B2 (en) * | 2001-04-10 | 2009-09-29 | International Business Machines Corporation | Text entry dialog box system and method of using same |
| US6904421B2 (en) * | 2001-04-26 | 2005-06-07 | Honeywell International Inc. | Methods for solving the traveling salesman problem |
| US6778994B2 (en) * | 2001-05-02 | 2004-08-17 | Victor Gogolak | Pharmacovigilance database |
| US8036939B2 (en) * | 2001-06-08 | 2011-10-11 | Servigistics, Inc. | Reporting in a supply chain |
| US7599942B1 (en) * | 2001-07-26 | 2009-10-06 | Fileonq, Inc. | Customizable information management system |
| US7289966B2 (en) * | 2001-08-14 | 2007-10-30 | Norman Ken Ouchi | Method and system for adapting the execution of a workflow route |
| US6804658B2 (en) * | 2001-12-14 | 2004-10-12 | Delta Air Lines, Inc. | Method and system for origin-destination passenger demand forecast inference |
| US20030149631A1 (en) * | 2001-12-27 | 2003-08-07 | Manugistics, Inc. | System and method for order planning with attribute based planning |
| US7289794B2 (en) * | 2002-08-09 | 2007-10-30 | Accenture Global Services Gmbh | Mobile collection application |
| CN1316419C (en) * | 2002-08-22 | 2007-05-16 | 新加坡科技研究局 | Make predictions from common likelihoods that form models |
| US20040044554A1 (en) * | 2002-08-27 | 2004-03-04 | Christopher Bull | Methods and systems for managing field personnel and projects through a wireless network |
| US20040064805A1 (en) * | 2002-09-27 | 2004-04-01 | Sparago Evan S. | Enterprise scoped software factory |
| US20040193611A1 (en) * | 2003-03-31 | 2004-09-30 | Padmanabhan Raghunandhan | A system for using telephone numbers for emails and for a more efficient search engine. |
| US6976144B1 (en) * | 2003-05-06 | 2005-12-13 | Pegasystems, Inc. | Methods and apparatus for digital data processing with mutable inheritance |
| US7788121B1 (en) * | 2004-04-28 | 2010-08-31 | Dennis E Smith | Method and system for efficiently dispatching service vehicles |
| US7596608B2 (en) * | 2005-03-18 | 2009-09-29 | Liveprocess Corporation | Networked emergency management system |
| US7624024B2 (en) * | 2005-04-18 | 2009-11-24 | United Parcel Service Of America, Inc. | Systems and methods for dynamically updating a dispatch plan |
| US7848765B2 (en) * | 2005-05-27 | 2010-12-07 | Where, Inc. | Location-based services |
| US20070021981A1 (en) * | 2005-06-29 | 2007-01-25 | James Cox | System for managing emergency personnel and their information |
| JP5331289B2 (en) * | 2005-10-11 | 2013-10-30 | 株式会社日立製作所 | Work management support method and work management support system using sensor nodes |
| US20070103294A1 (en) * | 2005-10-28 | 2007-05-10 | Jona Bonecutter | Critical incident response management systems and methods |
| US20070194939A1 (en) * | 2006-02-21 | 2007-08-23 | Alvarez Frank D | Healthcare facilities operation |
| US20070239480A1 (en) * | 2006-03-30 | 2007-10-11 | Moore Barrett H | Subscription-based catastrophe-triggered medical services facilitation method |
| US7953621B2 (en) * | 2006-06-30 | 2011-05-31 | Verint Americas Inc. | Systems and methods for displaying agent activity exceptions |
| US7738984B2 (en) * | 2006-09-12 | 2010-06-15 | International Business Machines Corporation | System for and method of interpolation for supply chain planning |
| US20080077451A1 (en) * | 2006-09-22 | 2008-03-27 | Hartford Fire Insurance Company | System for synergistic data processing |
| US7983942B2 (en) * | 2006-12-01 | 2011-07-19 | Sap Ag | Incompatibility processing |
| US8359209B2 (en) * | 2006-12-19 | 2013-01-22 | Hartford Fire Insurance Company | System and method for predicting and responding to likelihood of volatility |
| US8065203B1 (en) * | 2007-08-01 | 2011-11-22 | Sas Institute Inc. | Computer-implemented systems and methods for product attribute estimations |
| US8417550B2 (en) * | 2007-08-02 | 2013-04-09 | Target Brands, Inc. | Inland freight management |
| US8234186B2 (en) * | 2007-11-28 | 2012-07-31 | Bank Of America Corporation | Inventory location management |
| CA2707246C (en) * | 2009-07-07 | 2015-12-29 | Certusview Technologies, Llc | Automatic assessment of a productivity and/or a competence of a locate technician with respect to a locate and marking operation |
| US9659268B2 (en) * | 2008-02-12 | 2017-05-23 | CertusVies Technologies, LLC | Ticket approval system for and method of performing quality control in field service applications |
| US8437881B2 (en) * | 2008-02-15 | 2013-05-07 | The Pnc Financial Services Group, Inc. | Systems and methods for computer equipment management |
| TW200947231A (en) * | 2008-05-05 | 2009-11-16 | Inotera Memories Inc | A risk assessment method for process improvement decisions |
| US20100082394A1 (en) * | 2008-10-01 | 2010-04-01 | Accenture Global Services Gmbh | Flight Schedule Constraints for Optional Flights |
| US9165333B2 (en) * | 2008-12-15 | 2015-10-20 | Sap Se | Systems and methods for supply chain event visualization |
| US20100169930A1 (en) * | 2008-12-25 | 2010-07-01 | Samsung Electronics Co., Ltd. | Broadcasting receiver and method of searching for keyword of broadcasting receiver |
| CA2690239A1 (en) * | 2009-02-10 | 2010-04-12 | Certusview Technologies, Llc | Methods, apparatus, and systems for exchanging information between excavators and other entities associated with underground facility locate and marking operations |
| CA2692110C (en) * | 2009-02-11 | 2015-10-27 | Certusview Technologies, Llc | Providing a process guide to a locate technician |
| US8315802B2 (en) * | 2009-02-11 | 2012-11-20 | Telogis, Inc. | Systems and methods for analyzing the use of mobile resources |
| CA2897462A1 (en) * | 2009-02-11 | 2010-05-04 | Certusview Technologies, Llc | Management system, and associated methods and apparatus, for providing automatic assessment of a locate operation |
| US8356255B2 (en) * | 2009-02-11 | 2013-01-15 | Certusview Technologies, Llc | Virtual white lines (VWL) for delimiting planned excavation sites of staged excavation projects |
| US8886628B1 (en) * | 2009-03-12 | 2014-11-11 | Akeakamai, Inc. | Management of multilevel metadata in the PORTAL-DOORS system with bootstrapping |
| US9378511B2 (en) * | 2009-07-15 | 2016-06-28 | International Business Machines Corporation | Real-time appointment of enterprise mobile agents in response to customer requests |
| US20110015948A1 (en) * | 2009-07-20 | 2011-01-20 | Jonathan Kaleb Adams | Computer system for analyzing claims files to identify premium fraud |
| US9129318B2 (en) * | 2009-07-24 | 2015-09-08 | International Business Machines Corporation | System and method for allocating suppliers using geographical information system and supplier capability |
| JPWO2011013227A1 (en) * | 2009-07-30 | 2013-01-07 | 株式会社日立製作所 | Staffing system and server |
| US8655705B2 (en) * | 2010-01-13 | 2014-02-18 | Lockheed Martin Corporation | Systems, methods and apparatus for implementing hybrid meta-heuristic inventory optimization based on production schedule and asset routing |
| US8812345B2 (en) * | 2010-04-02 | 2014-08-19 | Vivint, Inc. | Door to door sales management tool |
| US20110029142A1 (en) * | 2010-07-02 | 2011-02-03 | David Sun | System tools that provides dispatchers in power grid control centers with a capability to make changes |
| US8543568B2 (en) * | 2010-07-16 | 2013-09-24 | Sap Ag | Data entry management |
| US20110184876A1 (en) * | 2010-12-30 | 2011-07-28 | Ziprealty, Inc. | Virtual bidding platform for lead allocation in real estate applications |
| US20120290495A1 (en) * | 2011-05-09 | 2012-11-15 | Infosys Technologies Limited | System and method for establishing transshipment of a product between stocking locations |
| US20120330710A1 (en) * | 2011-06-27 | 2012-12-27 | Salesforce.Com, Inc. | Methods and systems for integrating timing and location into appointment schedules |
| CA2850275A1 (en) * | 2011-09-29 | 2013-05-16 | InterfaceIT Operations Pty. Ltd. | System, apparatus and method for customer requisition and retention via real-time information |
| US9068846B1 (en) * | 2012-01-03 | 2015-06-30 | Google Inc. | Systems, computer-implemented methods, and computer-readable media to provide building information to on-site mobile-devices |
| WO2013172959A2 (en) * | 2012-05-18 | 2013-11-21 | Regents Of The University Of Minnesota | Conveyance planning using dartboard network |
| US20140039954A1 (en) * | 2012-07-31 | 2014-02-06 | Wj Global Llc | Project management with task templification and concentration, and automated provider identification and scheduling |
| JP5961848B2 (en) * | 2012-11-27 | 2016-08-02 | 株式会社日立製作所 | Plan management system and plan management method |
| US20140180749A1 (en) * | 2012-12-21 | 2014-06-26 | Paul Woodward | Scheduling management environment for cordinating allocation of external resources to a plurality of competing company activities |
| US8694305B1 (en) * | 2013-03-15 | 2014-04-08 | Ask Ziggy, Inc. | Natural language processing (NLP) portal for third party applications |
| US9076321B2 (en) * | 2013-03-15 | 2015-07-07 | Tyco Fire & Security Gmbh | Real time control chart generation and monitoring of safety systems |
| US20140316594A1 (en) * | 2013-04-17 | 2014-10-23 | Green Edge Technologies, Inc. | Systems, devices, and methods for reducing safety risk and optimizing energy use |
| US9026551B2 (en) * | 2013-06-25 | 2015-05-05 | Hartford Fire Insurance Company | System and method for evaluating text to support multiple insurance applications |
| US9953332B2 (en) * | 2013-09-18 | 2018-04-24 | Simpler Postage, Inc. | Method and system for generating delivery estimates |
| US20150120364A1 (en) * | 2013-10-31 | 2015-04-30 | International Business Machines Corporation | Pop-up store logistics management system |
| US9766996B1 (en) * | 2013-11-26 | 2017-09-19 | EMC IP Holding Company LLC | Learning-based data processing job performance modeling and prediction |
| JP6298322B2 (en) * | 2014-02-27 | 2018-03-20 | 株式会社ゼンリン | Route search device, route search method and program |
| US20160063411A1 (en) * | 2014-08-29 | 2016-03-03 | Zilliant Incorporated | System and method for identifying optimal allocations of production resources to maximize overall expected profit |
| US9473250B2 (en) * | 2014-09-03 | 2016-10-18 | Mitsubishi Electric Research Laboratories, Inc. | System and method for recovering carrier phase in optical communications |
| AU2015318817A1 (en) * | 2014-09-15 | 2016-09-08 | Lumanetix Pty Ltd | Method, system and computer-readable medium for obtaining a structured query from a search string |
| US20160224732A1 (en) * | 2015-02-02 | 2016-08-04 | Practice Fusion, Inc. | Predicting related symptoms |
| US10228669B2 (en) * | 2015-05-27 | 2019-03-12 | Rolls-Royce Corporation | Machine tool monitoring |
| US10515424B2 (en) * | 2016-02-12 | 2019-12-24 | Microsoft Technology Licensing, Llc | Machine learned query generation on inverted indices |
| US10248091B2 (en) * | 2016-06-09 | 2019-04-02 | At&T Intellectual Property I, L.P. | Method and apparatus for providing equipment maintenance via a network |
| US10152694B2 (en) * | 2016-09-30 | 2018-12-11 | Sap Se | Semi-automatic object reuse across application parts |
| US10430901B2 (en) * | 2016-11-04 | 2019-10-01 | Google Llc | Graphical user interface for displaying current and future data |
| US11195119B2 (en) * | 2018-01-05 | 2021-12-07 | International Business Machines Corporation | Identifying and visualizing relationships and commonalities amongst record entities |
-
2015
- 2015-07-07 US US14/792,901 patent/US20170011312A1/en not_active Abandoned
-
2016
- 2016-06-30 WO PCT/EP2016/065315 patent/WO2017005598A1/en not_active Ceased
Patent Citations (1)
| Publication number | Priority date | Publication date | Assignee | Title |
|---|---|---|---|---|
| US20090287526A1 (en) * | 2008-05-13 | 2009-11-19 | Nithya Ramkumar | Dynamic work allocation system for transaction processing |
Also Published As
| Publication number | Publication date |
|---|---|
| US20170011312A1 (en) | 2017-01-12 |
Similar Documents
| Publication | Publication Date | Title |
|---|---|---|
| WO2017005598A1 (en) | Predicting work orders for scheduling service tasks on intrusion and fire monitoring | |
| US10524027B2 (en) | Sensor based system and method for premises safety and operational profiling based on drift analysis | |
| US20220076347A1 (en) | Systems and methods for detecting a drift state | |
| US11068994B2 (en) | Sensor based system and method for augmenting insurance claim filing | |
| US20200293946A1 (en) | Machine learning based incident classification and resolution | |
| US10354332B2 (en) | Sensor based system and method for drift analysis to predict equipment failure | |
| US20210217097A1 (en) | Sensor based system and method for augmenting underwriting of insurance policies | |
| US10380521B2 (en) | Predicting service for intrusion and alarm systems based on signal activity patterns | |
| US20230376026A1 (en) | Automated real-time detection, prediction and prevention of rare failures in industrial system with unlabeled sensor data | |
| US11436911B2 (en) | Sensor based system and method for premises safety and operational profiling based on drift analysis | |
| US10425702B2 (en) | Sensor packs that are configured based on business application | |
| US10359771B2 (en) | Prediction of false alarms in sensor-based security systems | |
| EP3023852A1 (en) | Method for intrusion detection in industrial automation and control system | |
| CN118071159B (en) | Intelligent park safety emergency management system and method based on GPT | |
| US10331943B2 (en) | Automated scenario recognition and reporting using neural networks | |
| US8794513B2 (en) | Self-service device servicing utilizing a hardware database | |
| CN117764562A (en) | Intelligent management method and system for access control equipment based on Internet of Things | |
| US20250016048A1 (en) | Method and system for modifying state of device using detected anomalous behavior | |
| US8635337B2 (en) | System and method of troubleshooting | |
| US11012457B1 (en) | Building security analysis system with site-independent signature generation for predictive security analysis | |
| KR102807923B1 (en) | Method for supporting patrol in transportation platform set up multiple CCTV cameras and system thereof | |
| US11880795B1 (en) | System and method of managing workflow for observed events | |
| CN113852591B (en) | Abnormal camera access identification and alarm method based on improved interquartile difference method | |
| US20250028619A1 (en) | Machine learning systems and methods to corroborate and forecast user experience issues on web or mobile applications utilizing user verbatim, machine logs and user interface interaction analytics | |
| CN114201367B (en) | Logistics information processing method and device, storage medium and electronic equipment |
Legal Events
| Date | Code | Title | Description |
|---|---|---|---|
| 121 | Ep: the epo has been informed by wipo that ep was designated in this application |
Ref document number: 16733568 Country of ref document: EP Kind code of ref document: A1 |
|
| NENP | Non-entry into the national phase |
Ref country code: DE |
|
| 122 | Ep: pct application non-entry in european phase |
Ref document number: 16733568 Country of ref document: EP Kind code of ref document: A1 |
