首页 > 最新文献

International Journal of Web Services Research最新文献

英文 中文
A Predictive and Evolutionary Approach for Cost-Effective and Deadline-Constrained Workflow Scheduling Over Distributed IaaS Clouds 分布式IaaS云上具有成本效益和期限约束的工作流调度的预测和进化方法
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-07-01 DOI: 10.4018/IJWSR.2019070105
Jiangchuan Chen, Jiajia Jiang, Dan Luo
Clouds provide highly elastic resource provisioning styles through which scientific workflows are allowed to acquire desired resources ahead of the execution and build required software environment on virtual machines (VMs). However, various challenges for cloud workflow, especially its optimal scheduling, are yet to be addressed. Traditional approaches mainly consider VMs to be with non-fluctuating, time-invariant, stochastic, or bounded performance. This work describes workflows to be deployed and executed over distributed infrastructure-as-a-service clouds with time-varying performance of VMs and is aimed at reducing the execution cost of workflow while meeting deadline constraints. For this purpose, the authors employ time-series-based prediction approaches to capture dynamic performance fluctuations, feed an evolutionary algorithm with predicted performance information, and generate schedules at real-time. A case study based on multiple randomly-generated workflow templates and third-party commercial clouds shows that their proposed approach outperforms traditional ones.
云提供了高度弹性的资源供应方式,通过这种方式,科学工作流可以在执行之前获取所需的资源,并在虚拟机上构建所需的软件环境。然而,云工作流面临的各种挑战,特别是其最佳调度,尚未得到解决。传统方法主要认为虚拟机具有非波动、时不变、随机或有界性能。这项工作描述了在分布式基础设施即服务云上部署和执行的工作流,这些云具有随时间变化的vm性能,旨在降低工作流的执行成本,同时满足截止日期的限制。为此,作者采用基于时间序列的预测方法来捕捉动态性能波动,为进化算法提供预测的性能信息,并实时生成调度。基于多个随机生成的工作流模板和第三方商业云的案例研究表明,他们提出的方法优于传统方法。
{"title":"A Predictive and Evolutionary Approach for Cost-Effective and Deadline-Constrained Workflow Scheduling Over Distributed IaaS Clouds","authors":"Jiangchuan Chen, Jiajia Jiang, Dan Luo","doi":"10.4018/IJWSR.2019070105","DOIUrl":"https://doi.org/10.4018/IJWSR.2019070105","url":null,"abstract":"Clouds provide highly elastic resource provisioning styles through which scientific workflows are allowed to acquire desired resources ahead of the execution and build required software environment on virtual machines (VMs). However, various challenges for cloud workflow, especially its optimal scheduling, are yet to be addressed. Traditional approaches mainly consider VMs to be with non-fluctuating, time-invariant, stochastic, or bounded performance. This work describes workflows to be deployed and executed over distributed infrastructure-as-a-service clouds with time-varying performance of VMs and is aimed at reducing the execution cost of workflow while meeting deadline constraints. For this purpose, the authors employ time-series-based prediction approaches to capture dynamic performance fluctuations, feed an evolutionary algorithm with predicted performance information, and generate schedules at real-time. A case study based on multiple randomly-generated workflow templates and third-party commercial clouds shows that their proposed approach outperforms traditional ones.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"7 1","pages":"78-94"},"PeriodicalIF":1.1,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82556992","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Anomaly Detection Algorithm Based on Subspace Local Density Estimation 基于子空间局部密度估计的异常检测算法
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-07-01 DOI: 10.4018/IJWSR.2019070103
Chunkai Zhang, Ao Yin
In this article, the authors propose a novel anomaly detection algorithm based on subspace local density estimation. The key insight of the proposed algorithm is to build multiple trident trees, which can implement the process of building subspace and local density estimation. Each trident tree (T-tree) is constructed recursively by splitting the data outside of 3 sigma into the left or right subtree and splitting the remaining data into the middle subtree. Each node in trident tree records the number of instances that falls on this node, so each trident tree can be used as a local density estimator. The density of each instance is the average of all trident tree evaluation instance densities, and it can be used as the anomaly score of instances. Since each trident tree is constructed according to 3 sigma principle, it can obtain good anomaly detection results without a large tree height. Theoretical analysis and experimental results show that the proposed algorithm is effective and efficient.
本文提出了一种基于子空间局部密度估计的异常检测算法。该算法的核心思想是构建多棵三叉树,从而实现子空间的构建和局部密度估计。每个三叉戟树(t树)是通过将3 sigma以外的数据划分为左子树或右子树,并将其余数据划分为中间子树来递归构建的。trident树中的每个节点记录落在该节点上的实例数量,因此每个trident树都可以用作局部密度估计器。每个实例的密度是所有三叉戟树评价实例密度的平均值,可以作为实例的异常分数。由于每棵三叉戟树都是按照3 σ原理构造的,所以在树高不太大的情况下,可以获得很好的异常检测结果。理论分析和实验结果表明,该算法是有效的。
{"title":"Anomaly Detection Algorithm Based on Subspace Local Density Estimation","authors":"Chunkai Zhang, Ao Yin","doi":"10.4018/IJWSR.2019070103","DOIUrl":"https://doi.org/10.4018/IJWSR.2019070103","url":null,"abstract":"In this article, the authors propose a novel anomaly detection algorithm based on subspace local density estimation. The key insight of the proposed algorithm is to build multiple trident trees, which can implement the process of building subspace and local density estimation. Each trident tree (T-tree) is constructed recursively by splitting the data outside of 3 sigma into the left or right subtree and splitting the remaining data into the middle subtree. Each node in trident tree records the number of instances that falls on this node, so each trident tree can be used as a local density estimator. The density of each instance is the average of all trident tree evaluation instance densities, and it can be used as the anomaly score of instances. Since each trident tree is constructed according to 3 sigma principle, it can obtain good anomaly detection results without a large tree height. Theoretical analysis and experimental results show that the proposed algorithm is effective and efficient.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"2 1","pages":"44-58"},"PeriodicalIF":1.1,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83408124","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Business Process Driven Trust-Based Task Scheduling 业务流程驱动的基于信任的任务调度
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-07-01 DOI: 10.4018/IJWSR.2019070101
Jian Shu, H. Jain, Changyong Liang
The demand for agile and flexible business application systems has sparked interest in using cloud computing technology to respond quickly and effectively to a dynamic business environment. The authors classify the appropriate cloud services as a multi-objectives task scheduling problem in a hybrid cloud service system. In this article, the authors propose a business process (BP) driven task scheduling system that supports multiple clouds, including private ones. A trust-based non-dominated sorting genetic algorithm (NSGA2) is developed to solve the multi-objective task scheduling problem. By sorting populations into different hierarchies based on the ordering of Pareto dominance, they identify a Pareto-optimal multi-dimensional frontier that permits managers to reconcile conflicting objectives when scheduling tasks on cloud resources. The authors illustrate the usability and effectiveness of their approach by applying it to a case study conducting simulated experiments.
对敏捷和灵活的业务应用程序系统的需求激发了人们对使用云计算技术快速有效地响应动态业务环境的兴趣。作者将适当的云服务归类为混合云服务系统中的多目标任务调度问题。在本文中,作者提出了一个业务流程(BP)驱动的任务调度系统,该系统支持多云,包括私有云。针对多目标任务调度问题,提出了一种基于信任的非支配排序遗传算法(NSGA2)。通过根据帕累托优势排序将群体划分为不同的层次,他们确定了一个帕累托最优的多维边界,允许管理人员在调度云资源上的任务时协调冲突的目标。作者通过将其应用于进行模拟实验的案例研究来说明其方法的可用性和有效性。
{"title":"Business Process Driven Trust-Based Task Scheduling","authors":"Jian Shu, H. Jain, Changyong Liang","doi":"10.4018/IJWSR.2019070101","DOIUrl":"https://doi.org/10.4018/IJWSR.2019070101","url":null,"abstract":"The demand for agile and flexible business application systems has sparked interest in using cloud computing technology to respond quickly and effectively to a dynamic business environment. The authors classify the appropriate cloud services as a multi-objectives task scheduling problem in a hybrid cloud service system. In this article, the authors propose a business process (BP) driven task scheduling system that supports multiple clouds, including private ones. A trust-based non-dominated sorting genetic algorithm (NSGA2) is developed to solve the multi-objective task scheduling problem. By sorting populations into different hierarchies based on the ordering of Pareto dominance, they identify a Pareto-optimal multi-dimensional frontier that permits managers to reconcile conflicting objectives when scheduling tasks on cloud resources. The authors illustrate the usability and effectiveness of their approach by applying it to a case study conducting simulated experiments.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"186 6 1","pages":"1-28"},"PeriodicalIF":1.1,"publicationDate":"2019-07-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"81085759","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
A Qualitative Approach to Understand Consumer Groups and Decision-Making Process in Online Group Buying: An Exploratory Study 网络团购消费者群体与决策过程的定性分析:探索性研究
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-04-01 DOI: 10.4018/IJWSR.2019040102
Lin Xiao, Chuanmin Mi
This exploratory study used a qualitative approach to segment consumers in an online group buying context based on benefits pursued. 58 participants who have online group buying experience were interviewed. A cluster analysis was conducted on the interview data. The authors found three sub-groups of consumers: economic shoppers, balanced shoppers, and destination shoppers. A hierarchical decision-making process model was developed for different sub-groups of consumers. The results showed that these three sub-groups of consumers are different in terms of their decision-making process. This study overcomes the shortcomings of traditional segmentation studies by proposing a new segmentation method.
本探索性研究采用定性方法,根据所追求的利益对在线团购背景下的消费者进行细分。对58名有网络团购经历的参与者进行了采访。对访谈数据进行聚类分析。作者发现了消费者的三个子群体:经济购物者、平衡购物者和目的地购物者。针对不同的消费者子群体,建立了分层决策过程模型。结果表明,这三个消费者子群体在决策过程中存在差异。本研究提出了一种新的分割方法,克服了传统分割研究的不足。
{"title":"A Qualitative Approach to Understand Consumer Groups and Decision-Making Process in Online Group Buying: An Exploratory Study","authors":"Lin Xiao, Chuanmin Mi","doi":"10.4018/IJWSR.2019040102","DOIUrl":"https://doi.org/10.4018/IJWSR.2019040102","url":null,"abstract":"This exploratory study used a qualitative approach to segment consumers in an online group buying context based on benefits pursued. 58 participants who have online group buying experience were interviewed. A cluster analysis was conducted on the interview data. The authors found three sub-groups of consumers: economic shoppers, balanced shoppers, and destination shoppers. A hierarchical decision-making process model was developed for different sub-groups of consumers. The results showed that these three sub-groups of consumers are different in terms of their decision-making process. This study overcomes the shortcomings of traditional segmentation studies by proposing a new segmentation method.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"37 1","pages":"24-46"},"PeriodicalIF":1.1,"publicationDate":"2019-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73815396","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Novel Multi-Layer Classification Ensemble Approach for Location Prediction of Social Users 一种新的社会用户位置预测的多层分类集成方法
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-04-01 DOI: 10.4018/IJWSR.2019040103
Ahsan Hussain, B. N. Keshavamurthy, Seema V. Wazarkar
Information-disclosure by social-users has increased enormously. Using this information for accurate location-prediction is challenging. Thus, a novel Multi-Layer Ensemble Classification scheme is proposed. It works on un-weighted/weighted majority voting, using novel weight-assignment function. Base learners are selected based on their individual performances for training the model. Main motive is to develop an efficient approach for check-ins-based location-classification of social-users. The proposed model is implemented on Foursquare datasets where a classification accuracy of 94% is achieved, which is higher than other state-of-the-art techniques. Apart from tracking locations of social-users, proposed framework can be useful for detecting malicious users present in various expert and intelligent-system.
社交网站用户披露的信息大幅增加。利用这些信息进行准确的位置预测是一项挑战。为此,提出了一种新的多层集成分类方案。它使用新颖的权重分配函数来处理非加权/加权多数投票。基础学习者是根据他们的个人表现来选择训练模型的。主要动机是开发一种基于签到的社交用户位置分类的有效方法。提出的模型在Foursquare数据集上实现,其分类准确率达到94%,高于其他最先进的技术。除了跟踪社交用户的位置外,所提出的框架还可用于检测各种专家和智能系统中的恶意用户。
{"title":"A Novel Multi-Layer Classification Ensemble Approach for Location Prediction of Social Users","authors":"Ahsan Hussain, B. N. Keshavamurthy, Seema V. Wazarkar","doi":"10.4018/IJWSR.2019040103","DOIUrl":"https://doi.org/10.4018/IJWSR.2019040103","url":null,"abstract":"Information-disclosure by social-users has increased enormously. Using this information for accurate location-prediction is challenging. Thus, a novel Multi-Layer Ensemble Classification scheme is proposed. It works on un-weighted/weighted majority voting, using novel weight-assignment function. Base learners are selected based on their individual performances for training the model. Main motive is to develop an efficient approach for check-ins-based location-classification of social-users. The proposed model is implemented on Foursquare datasets where a classification accuracy of 94% is achieved, which is higher than other state-of-the-art techniques. Apart from tracking locations of social-users, proposed framework can be useful for detecting malicious users present in various expert and intelligent-system.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"1 1","pages":"47-64"},"PeriodicalIF":1.1,"publicationDate":"2019-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78733497","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Method for Aggregating Ranked Services for Personal Preference Based Selection 基于个人偏好选择的排序服务聚合方法
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-04-01 DOI: 10.4018/IJWSR.2019040101
K. K. Fletcher
Typically, users' service requests, which are similar with varying preferences on non-functional attributes, may result in ranked lists of services that partially meet their needs due to conflicting non-functional attributes. The resultant multiple ranked lists of services that partially satisfies the user's request makes it challenging for the user to choose an optimal service, based on his/her preference. This work proposes a method that aggregates multiple ranked lists of services into a single aggregated ranked list, where top ranked services are selected for the user. Two algorithms are proposed; 1) Rank Aggregation for Complete Lists (RACoL), that aggregates complete ranked lists and 2) Rank Aggregation for Incomplete Lists (RAIL) to aggregate incomplete ranked lists. Examples using real-world airline services to evaluate both algorithms show that the results from both proposed algorithms closely represent the sets of ranked lists better than using alternative approaches. Experiments were also carried out to validate their performance.
通常,用户的服务请求是相似的,但在非功能属性上有不同的偏好,这可能会导致由于冲突的非功能属性而部分满足其需求的服务排序列表。由此产生的多个服务排序列表部分满足了用户的请求,这使得用户很难根据自己的偏好选择最优服务。这项工作提出了一种方法,该方法将多个服务排名列表聚合为单个聚合排名列表,其中为用户选择排名最高的服务。提出了两种算法;1) RACoL (Rank Aggregation for Complete Lists),用于聚合完整的排名表;2)RAIL (Rank Aggregation for Incomplete Lists)用于聚合不完整的排名表。使用现实世界的航空服务来评估这两种算法的示例表明,两种算法的结果都比使用替代方法更接近地表示排名列表集。实验也验证了它们的性能。
{"title":"A Method for Aggregating Ranked Services for Personal Preference Based Selection","authors":"K. K. Fletcher","doi":"10.4018/IJWSR.2019040101","DOIUrl":"https://doi.org/10.4018/IJWSR.2019040101","url":null,"abstract":"Typically, users' service requests, which are similar with varying preferences on non-functional attributes, may result in ranked lists of services that partially meet their needs due to conflicting non-functional attributes. The resultant multiple ranked lists of services that partially satisfies the user's request makes it challenging for the user to choose an optimal service, based on his/her preference. This work proposes a method that aggregates multiple ranked lists of services into a single aggregated ranked list, where top ranked services are selected for the user. Two algorithms are proposed; 1) Rank Aggregation for Complete Lists (RACoL), that aggregates complete ranked lists and 2) Rank Aggregation for Incomplete Lists (RAIL) to aggregate incomplete ranked lists. Examples using real-world airline services to evaluate both algorithms show that the results from both proposed algorithms closely represent the sets of ranked lists better than using alternative approaches. Experiments were also carried out to validate their performance.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"20 1","pages":"1-23"},"PeriodicalIF":1.1,"publicationDate":"2019-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"82403307","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Parameter Tuning for S-ABCPK: An Improved Service Composition Algorithm Considering Priori Knowledge S-ABCPK参数调优:一种考虑先验知识的改进服务组合算法
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-04-01 DOI: 10.4018/IJWSR.2019040105
Ruilin Liu, Zhongjie Wang, Xiaofei Xu
QoS-aware service composition problem has been drawn great attention in recent years. As an NP-hard problem, high time complexity is inevitable if global optimization algorithms (such as integer programming) are adopted. Researchers applied various evolutionary algorithms to decrease the time complexity by looking for a near-optimum solution. However, each evolutionary algorithm has two or more parameters, the values of which are to be assigned by algorithm designers and likely have impacts on the optimization results (primarily time complexity and optimality). The authors' experiments show that there are some dependencies between the features of a service composition problem, the values of an evolutionary algorithm's parameters, and the optimization results. In this article, the authors propose an improved algorithm called Service-Oriented Artificial Bee Colony algorithm considering Priori Knowledge (S-ABCPK) to solve service composition problem and focus on the S-ABCPK's parameter turning issue. The objective is to identify the potential dependency for designers of a service composition algorithm easily setting up the values of S-ABCPK parameters to obtain a preferable composition solution without many times of tedious attempts. Eight features of the service composition problem and the priori knowledge, five S-ABCPK parameters and two metrics of the final solution are identified. Based on a large volume of experiment data, S-ABCPK parameter tuning for a given service composition problem is conducted using C4.5 algorithm and the dependency between problem features and S-ABCPK parameters are established using the neural network method. An experiment on a validation dataset shows the feasibility of the approach.
基于qos的服务组合问题近年来受到了广泛的关注。作为NP-hard问题,如果采用全局优化算法(如整数规划),则不可避免地会有较高的时间复杂度。研究人员应用各种进化算法,通过寻找接近最优的解决方案来降低时间复杂度。然而,每一种进化算法都有两个或两个以上的参数,这些参数的值是由算法设计者分配的,并且可能对优化结果产生影响(主要是时间复杂度和最优性)。实验表明,服务组合问题的特征、演化算法的参数值与优化结果之间存在一定的依赖关系。本文提出了一种考虑先验知识的面向服务人工蜂群算法(S-ABCPK)来解决服务组合问题,并重点研究了S-ABCPK的参数转换问题。目标是为服务组合算法的设计人员识别潜在的依赖关系,从而轻松地设置S-ABCPK参数的值,从而无需多次繁琐的尝试即可获得优选的组合解决方案。确定了服务组合问题的8个特征和先验知识、5个S-ABCPK参数和最终解决方案的2个度量。在大量实验数据的基础上,利用C4.5算法对给定的服务组合问题进行S-ABCPK参数调优,并利用神经网络方法建立问题特征与S-ABCPK参数之间的依赖关系。在验证数据集上的实验验证了该方法的可行性。
{"title":"Parameter Tuning for S-ABCPK: An Improved Service Composition Algorithm Considering Priori Knowledge","authors":"Ruilin Liu, Zhongjie Wang, Xiaofei Xu","doi":"10.4018/IJWSR.2019040105","DOIUrl":"https://doi.org/10.4018/IJWSR.2019040105","url":null,"abstract":"QoS-aware service composition problem has been drawn great attention in recent years. As an NP-hard problem, high time complexity is inevitable if global optimization algorithms (such as integer programming) are adopted. Researchers applied various evolutionary algorithms to decrease the time complexity by looking for a near-optimum solution. However, each evolutionary algorithm has two or more parameters, the values of which are to be assigned by algorithm designers and likely have impacts on the optimization results (primarily time complexity and optimality). The authors' experiments show that there are some dependencies between the features of a service composition problem, the values of an evolutionary algorithm's parameters, and the optimization results. In this article, the authors propose an improved algorithm called Service-Oriented Artificial Bee Colony algorithm considering Priori Knowledge (S-ABCPK) to solve service composition problem and focus on the S-ABCPK's parameter turning issue. The objective is to identify the potential dependency for designers of a service composition algorithm easily setting up the values of S-ABCPK parameters to obtain a preferable composition solution without many times of tedious attempts. Eight features of the service composition problem and the priori knowledge, five S-ABCPK parameters and two metrics of the final solution are identified. Based on a large volume of experiment data, S-ABCPK parameter tuning for a given service composition problem is conducted using C4.5 algorithm and the dependency between problem features and S-ABCPK parameters are established using the neural network method. An experiment on a validation dataset shows the feasibility of the approach.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"65 4","pages":"88-109"},"PeriodicalIF":1.1,"publicationDate":"2019-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"72599129","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
An E-negotiation Agent for an E-tourism Platform 电子旅游平台的电子谈判代理
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-04-01 DOI: 10.4018/IJWSR.2019040104
F. M. Bouyakoub, Abdelkader Belkhir, Amina Belkacemnacer, Sara Harfouche
The article presents an electronic negotiation agent, integrated within a multiagent system for an electronic tourism platform. The e-negotiation process is based on a winner-winner approach, using a bargaining protocol. However, with the proliferation of services, the task of searching for relevant services becomes more and more difficult. Thus, the authors also propose a search agent to find tourism services corresponding to the client request and profile. The discovery process uses a quantitative similarity measure.
本文提出了一种集成在电子旅游平台多代理系统中的电子谈判代理。电子谈判过程基于赢家-赢家的方法,使用讨价还价协议。然而,随着服务的激增,搜索相关服务的任务变得越来越困难。因此,作者还提出了一个搜索代理来查找与客户要求和配置相对应的旅游服务。发现过程使用定量相似性度量。
{"title":"An E-negotiation Agent for an E-tourism Platform","authors":"F. M. Bouyakoub, Abdelkader Belkhir, Amina Belkacemnacer, Sara Harfouche","doi":"10.4018/IJWSR.2019040104","DOIUrl":"https://doi.org/10.4018/IJWSR.2019040104","url":null,"abstract":"The article presents an electronic negotiation agent, integrated within a multiagent system for an electronic tourism platform. The e-negotiation process is based on a winner-winner approach, using a bargaining protocol. However, with the proliferation of services, the task of searching for relevant services becomes more and more difficult. Thus, the authors also propose a search agent to find tourism services corresponding to the client request and profile. The discovery process uses a quantitative similarity measure.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"56 1","pages":"65-87"},"PeriodicalIF":1.1,"publicationDate":"2019-04-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73401156","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Big Data and Predictive Analysis Is Key to Superior Supply Chain Performance 大数据和预测分析是卓越供应链绩效的关键
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-01-01 DOI: 10.4018/978-1-5225-7501-6.ch078
Surajit Bag
The study considers samples from the South African engineering companies who are strategic suppliers to mining and minerals industry and further explores the uncertainties persisting in the supply chain network. Further investigation was done to understand the role of big data and predictive analysis (BDPA) in managing the supply uncertainties. The paper finally uses partial least square regression analysis to study the relationship among buyer-supplier relationship, big data and predictive analysis and supply chain performance. The analysis supported the second and third hypothesis. Therefore, it is established that firstly, there is a positive relationship between big data, predictive analysis and supply chain performance and secondly, there is a positive relationship between and big data, predictive analysis and buyer-supplier relationship. The study is a unique contribution to the current literature by shedding light on the practical problems persisting in the South African context.
本研究以南非工程公司为样本,这些公司是矿业和矿产行业的战略供应商,并进一步探讨了供应链网络中持续存在的不确定性。为了进一步了解大数据和预测分析(BDPA)在管理供应不确定性方面的作用,我们进行了进一步的调查。最后利用偏最小二乘回归分析研究了供需关系、大数据和预测分析与供应链绩效之间的关系。分析结果支持第二和第三个假设。因此,首先,大数据、预测分析与供应链绩效之间存在正相关关系;其次,大数据、预测分析与买方-供应商关系之间存在正相关关系。这项研究是对当前文献的独特贡献,它揭示了南非背景下持续存在的实际问题。
{"title":"Big Data and Predictive Analysis Is Key to Superior Supply Chain Performance","authors":"Surajit Bag","doi":"10.4018/978-1-5225-7501-6.ch078","DOIUrl":"https://doi.org/10.4018/978-1-5225-7501-6.ch078","url":null,"abstract":"The study considers samples from the South African engineering companies who are strategic suppliers to mining and minerals industry and further explores the uncertainties persisting in the supply chain network. Further investigation was done to understand the role of big data and predictive analysis (BDPA) in managing the supply uncertainties. The paper finally uses partial least square regression analysis to study the relationship among buyer-supplier relationship, big data and predictive analysis and supply chain performance. The analysis supported the second and third hypothesis. Therefore, it is established that firstly, there is a positive relationship between big data, predictive analysis and supply chain performance and secondly, there is a positive relationship between and big data, predictive analysis and buyer-supplier relationship. The study is a unique contribution to the current literature by shedding light on the practical problems persisting in the South African context.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"149 ","pages":""},"PeriodicalIF":1.1,"publicationDate":"2019-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"73105639","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
A Synergetic Model for Implementing Big Data in Organizations 组织实施大数据的协同模型
IF 1.1 4区 计算机科学 Q4 COMPUTER SCIENCE, INFORMATION SYSTEMS Pub Date : 2019-01-01 DOI: 10.4018/978-1-5225-7501-6.ch027
Mohanad Halaweh, Ahmed El Massry
The term BIG DATA has been increasingly used recently. Big data refers to the massive amount of data that are processed and analyzed using sophisticated technology to gain relevant insights that will help top executives with the decision-making process. This study is an attempt to investigate the big data implementation in organizations. The literature review reveals an initial model of indicators that might affect big data implementation. This model was examined and extended by primary data collected from key people (CEO and managers) from ten organizations. The extended model of indicators, which is the result from this research, includes the factors that would affect the success or failure of big data implementation in organizations. The research findings showed the following factors: top management support, organizational change, IT infrastructure, skilled professional, contents (i.e. data), data strategy, data privacy and security.
“大数据”这个词最近被越来越多地使用。大数据指的是使用复杂技术对大量数据进行处理和分析,以获得有助于高层管理人员决策过程的相关见解。本研究试图调查大数据在组织中的实施情况。文献综述揭示了一个可能影响大数据实施的指标的初始模型。该模型通过从十个组织的关键人员(CEO和经理)收集的原始数据进行了检验和扩展。本研究的扩展指标模型包含了影响组织实施大数据成功或失败的因素。研究结果显示以下因素:高层管理支持、组织变革、IT基础设施、熟练的专业人员、内容(即数据)、数据策略、数据隐私和安全。
{"title":"A Synergetic Model for Implementing Big Data in Organizations","authors":"Mohanad Halaweh, Ahmed El Massry","doi":"10.4018/978-1-5225-7501-6.ch027","DOIUrl":"https://doi.org/10.4018/978-1-5225-7501-6.ch027","url":null,"abstract":"The term BIG DATA has been increasingly used recently. Big data refers to the massive amount of data that are processed and analyzed using sophisticated technology to gain relevant insights that will help top executives with the decision-making process. This study is an attempt to investigate the big data implementation in organizations. The literature review reveals an initial model of indicators that might affect big data implementation. This model was examined and extended by primary data collected from key people (CEO and managers) from ten organizations. The extended model of indicators, which is the result from this research, includes the factors that would affect the success or failure of big data implementation in organizations. The research findings showed the following factors: top management support, organizational change, IT infrastructure, skilled professional, contents (i.e. data), data strategy, data privacy and security.","PeriodicalId":54936,"journal":{"name":"International Journal of Web Services Research","volume":"24 1","pages":""},"PeriodicalIF":1.1,"publicationDate":"2019-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"83721952","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":4,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
期刊
International Journal of Web Services Research
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1