首页 > 最新文献

Information Sciences - Applications最新文献

英文 中文
A visual debugger for pure Prolog 一个纯Prolog的可视化调试器
Pub Date : 1995-03-01 DOI: 10.1016/1069-0115(94)00048-7
Dan E. Tamir, Ravi Ananthakrishnan, Abraham Kandel

This work involves the design and coding of an interpreter for pure Prolog and building a visual debugger for it. Most of the available Prolog interpreters contain some tracing facilities. They do not incorporate, however, a comprehensive visual debugger. The interpreter performs the operations of parsing, unification, resolution, and search in a state-space representation of the Prolog program. The visual debugger incorporates the graphical visualization and the manipulation of the SLD resolution tree. The user visualizes the execution of a pure Prolog program and interacts with the program inside a windowing environment. The program execution may be viewed without interruption or the execution can be stopped at any moment in time. At this point the “snapshot” can be scrutinized with the help of break-points and data displays. This software aims itself to those who wish to observe the actual process of predicate unification, substitution, resolution and goal matching in a Prolog program and to visually interact with the interpreter using a highly friendly and pleasing user interface. An advanced feature, referred to as debugging on the tree, provides the user with the ability to insert break-points directly on the SLD tree, to choose the path of execution, and change the search mode. The resultant search algorithm can be a mixture of depth-first and breadth-first search, avoiding infinite search paths.

这项工作包括为纯Prolog设计和编写解释器,并为其构建一个可视化调试器。大多数可用的Prolog解释器都包含一些跟踪工具。但是,它们不包含一个全面的可视化调试器。解释器在Prolog程序的状态空间表示中执行解析、统一、解析和搜索操作。可视化调试器结合了图形可视化和SLD解析树的操作。用户将纯Prolog程序的执行可视化,并在窗口环境中与程序交互。可以不间断地查看程序执行,也可以随时停止执行。此时,可以借助断点和数据显示来仔细检查“快照”。该软件的目标是那些希望在Prolog程序中观察谓词统一,替换,解析和目标匹配的实际过程,并使用高度友好和令人愉悦的用户界面直观地与解释器交互的人。一个高级特性(称为树上调试)为用户提供了直接在SLD树上插入断点、选择执行路径和更改搜索模式的能力。由此产生的搜索算法可以是深度优先和宽度优先搜索的混合,避免了无限的搜索路径。
{"title":"A visual debugger for pure Prolog","authors":"Dan E. Tamir,&nbsp;Ravi Ananthakrishnan,&nbsp;Abraham Kandel","doi":"10.1016/1069-0115(94)00048-7","DOIUrl":"10.1016/1069-0115(94)00048-7","url":null,"abstract":"<div><p>This work involves the design and coding of an interpreter for pure Prolog and building a visual debugger for it. Most of the available Prolog interpreters contain some tracing facilities. They do not incorporate, however, a comprehensive visual debugger. The interpreter performs the operations of parsing, unification, resolution, and search in a state-space representation of the Prolog program. The visual debugger incorporates the graphical visualization and the manipulation of the SLD resolution tree. The user visualizes the execution of a pure Prolog program and interacts with the program inside a windowing environment. The program execution may be viewed without interruption or the execution can be stopped at any moment in time. At this point the “snapshot” can be scrutinized with the help of break-points and data displays. This software aims itself to those who wish to observe the actual process of predicate unification, substitution, resolution and goal matching in a Prolog program and to visually interact with the interpreter using a highly friendly and pleasing user interface. An advanced feature, referred to as debugging on the tree, provides the user with the ability to insert break-points directly on the SLD tree, to choose the path of execution, and change the search mode. The resultant search algorithm can be a mixture of depth-first and breadth-first search, avoiding infinite search paths.</p></div>","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"3 2","pages":"Pages 127-147"},"PeriodicalIF":0.0,"publicationDate":"1995-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/1069-0115(94)00048-7","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86630752","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 9
Highly available and reliable communication protocols for heterogeneous systems 用于异构系统的高可用和可靠的通信协议
Pub Date : 1995-01-01 DOI: 10.1016/1069-0115(95)82002-7
Omran Bukhres, Eva Kühn

Existing and legacy software systems are the product of lengthy and individual development histories. Interoperability among such systems offers the support of global applications on these systems. However, interoperability among these heterogeneous systems is hampered by the absence of a reliable communication environment that supports the development of global applications.

In this paper, we show how a generic communication framework can serve as a testbed for the specification, verification, and execution of distributed communication protocols. The development of distributed, global concurrency protocols is much simpler than using traditional tools, like RPC (remote procedure call), because our framework provides a high-level communication mechanism that frees the protocol designer from thinking in a message-based style. We present several protocols that are consistent with realistic assumptions about local database systems, and proofs of their correctness and consistency preservation. We also show that the execution of these protocols is fault-tolerant. The distribution of systems can be chosen according to application requirements, without adaptation of protocols. Fault tolerance can be fine-tuned within the framework itself, so that verified protocols do not need modifications in this case either.

Besides protocols for traditional transaction processing, we present communication protocols for advanced transaction models that relax one or more of the ACID properties of transactions. These advanced transaction models enable local autonomy and thus are much better suited for heterogeneous environments.

现有的和遗留的软件系统是漫长而独立的开发历史的产物。这些系统之间的互操作性为这些系统上的全局应用程序提供了支持。然而,由于缺乏支持全局应用程序开发的可靠通信环境,这些异构系统之间的互操作性受到了阻碍。在本文中,我们展示了通用通信框架如何作为分布式通信协议的规范、验证和执行的测试平台。分布式全局并发协议的开发要比使用RPC(远程过程调用)等传统工具简单得多,因为我们的框架提供了一种高级的通信机制,使协议设计者不必以基于消息的方式进行思考。我们提出了几个与本地数据库系统的现实假设相一致的协议,并证明了它们的正确性和一致性。我们还展示了这些协议的执行是容错的。系统的分布可以根据应用需求选择,而不需要适配协议。容错性可以在框架本身内进行微调,因此在这种情况下,经过验证的协议也不需要修改。除了用于传统事务处理的协议外,我们还提出了用于高级事务模型的通信协议,这些协议放宽了事务的一个或多个ACID属性。这些高级事务模型支持本地自治,因此更适合异构环境。
{"title":"Highly available and reliable communication protocols for heterogeneous systems","authors":"Omran Bukhres,&nbsp;Eva Kühn","doi":"10.1016/1069-0115(95)82002-7","DOIUrl":"https://doi.org/10.1016/1069-0115(95)82002-7","url":null,"abstract":"<div><p>Existing and legacy software systems are the product of lengthy and individual development histories. Interoperability among such systems offers the support of global applications on these systems. However, interoperability among these heterogeneous systems is hampered by the absence of a reliable communication environment that supports the development of global applications.</p><p>In this paper, we show how a generic communication framework can serve as a testbed for the specification, verification, and execution of distributed communication protocols. The development of distributed, global concurrency protocols is much simpler than using traditional tools, like RPC (remote procedure call), because our framework provides a high-level communication mechanism that frees the protocol designer from thinking in a message-based style. We present several protocols that are consistent with realistic assumptions about local database systems, and proofs of their correctness and consistency preservation. We also show that the execution of these protocols is fault-tolerant. The distribution of systems can be chosen according to application requirements, without adaptation of protocols. Fault tolerance can be fine-tuned within the framework itself, so that verified protocols do not need modifications in this case either.</p><p>Besides protocols for traditional transaction processing, we present communication protocols for advanced transaction models that relax one or more of the ACID properties of transactions. These advanced transaction models enable local autonomy and thus are much better suited for heterogeneous environments.</p></div>","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"3 1","pages":"Pages 1-40"},"PeriodicalIF":0.0,"publicationDate":"1995-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/1069-0115(95)82002-7","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"92062959","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A fuzzy expert system approach for real-time monitoring of endemic diseases 地方病实时监测的模糊专家系统方法
Pub Date : 1995-01-01 DOI: 10.1016/0020-0255(94)00009-Z
Apurba Banerjee, A. Majumder, A. Basu
{"title":"A fuzzy expert system approach for real-time monitoring of endemic diseases","authors":"Apurba Banerjee, A. Majumder, A. Basu","doi":"10.1016/0020-0255(94)00009-Z","DOIUrl":"https://doi.org/10.1016/0020-0255(94)00009-Z","url":null,"abstract":"","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"34 1","pages":"41-53"},"PeriodicalIF":0.0,"publicationDate":"1995-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"88051161","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 4
A fuzzy expert system approach for real-time monitoring of endemic diseases 地方病实时监测的模糊专家系统方法
Pub Date : 1995-01-01 DOI: 10.1016/1069-0115(95)82003-5
Apurba Banerjee, Arun Kumar Majumder, Anupam Basu

In this paper, an architecture of LEPDIAG—a knowledge based system for on-line diagnosis and for monitoring prognosis of leprosy—is presented. The important features of LEPDIAG that have been detailed are a multiple expert environment, a homeostatic expert containing the model of immune reaction, a performance evaluator that can compare the observed signs and symptoms with those predicted by homeostatic expert, and a prognostic expert which optimizes the management schedule for the patients. The entire system is built around a fuzzy expert system building tool FRUIT to deal with the imprecise knowledge.

本文提出了一种基于知识的在线诊断和监测麻风预后的系统体系结构。已经详细介绍的LEPDIAG的重要特征是一个多专家环境,一个包含免疫反应模型的稳态专家,一个可以将观察到的体征和症状与稳态专家预测的症状进行比较的性能评估者,以及一个为患者优化管理计划的预后专家。整个系统围绕模糊专家系统构建工具FRUIT来处理不精确的知识。
{"title":"A fuzzy expert system approach for real-time monitoring of endemic diseases","authors":"Apurba Banerjee,&nbsp;Arun Kumar Majumder,&nbsp;Anupam Basu","doi":"10.1016/1069-0115(95)82003-5","DOIUrl":"https://doi.org/10.1016/1069-0115(95)82003-5","url":null,"abstract":"<div><p>In this paper, an architecture of LEPDIAG—a knowledge based system for on-line diagnosis and for monitoring prognosis of leprosy—is presented. The important features of LEPDIAG that have been detailed are a multiple expert environment, a homeostatic expert containing the model of immune reaction, a performance evaluator that can compare the observed signs and symptoms with those predicted by homeostatic expert, and a prognostic expert which optimizes the management schedule for the patients. The entire system is built around a fuzzy expert system building tool FRUIT to deal with the imprecise knowledge.</p></div>","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"3 1","pages":"Pages 41-53"},"PeriodicalIF":0.0,"publicationDate":"1995-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/1069-0115(95)82003-5","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"92121534","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Rate distortion theory and the volatility of asset prices 利率扭曲理论与资产价格波动
Pub Date : 1995-01-01 DOI: 10.1016/0020-0255(94)00040-I
W. D. O'Neill
{"title":"Rate distortion theory and the volatility of asset prices","authors":"W. D. O'Neill","doi":"10.1016/0020-0255(94)00040-I","DOIUrl":"https://doi.org/10.1016/0020-0255(94)00040-I","url":null,"abstract":"","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"33 1","pages":"55-74"},"PeriodicalIF":0.0,"publicationDate":"1995-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"76227038","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 3
Highly available and reliable communication protocols for heterogeneous systems 用于异构系统的高可用和可靠的通信协议
Pub Date : 1995-01-01 DOI: 10.1016/0020-0255(94)00005-V
O. Bukhres, E. Kühn
{"title":"Highly available and reliable communication protocols for heterogeneous systems","authors":"O. Bukhres, E. Kühn","doi":"10.1016/0020-0255(94)00005-V","DOIUrl":"https://doi.org/10.1016/0020-0255(94)00005-V","url":null,"abstract":"","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"5 1","pages":"1-40"},"PeriodicalIF":0.0,"publicationDate":"1995-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"78746973","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 6
Rate distortion theory and the volatility of asset prices 利率扭曲理论与资产价格波动
Pub Date : 1995-01-01 DOI: 10.1016/1069-0115(95)82004-3
William D. O'Neill

A market with many traders clears at a single price. The intuition that such a market can be modeled as a multiple access channel with many source inputs and a single output is confirmed and supported by single stock trading data. If all stocks in an exchange with a price index are so traded, then the Capital Asset Pricing Model (CAPM) of the index should find the index a prediction of future returns to holding a portfolio of the indexed stocks. This inference is shown to be true by applying Shannon's rate distortion theorem to the CAPM, and thereby ending the decade-old controversy that the CAPM cannot explain stock and bond price volatility. Data from the NYSE are found to be compatible with the CAPM rate distortion function. In contrast to communication system channels, market channels cannot operate at channel capacity, but rather at a mutual information rate demanded by trader profit taking. This rate compared to the trader information source rate distortion function determines the minimum price distortion that can be expected of markets.

有许多交易者的市场以单一价格出清。直观地认为,这样的市场可以被建模为具有多个源输入和单个输出的多通道,这得到了单个股票交易数据的证实和支持。如果一个价格指数交易所的所有股票都是这样交易的,那么该指数的资本资产定价模型(CAPM)应该发现该指数是持有指数股票投资组合的未来回报的预测。通过将香农的利率扭曲定理应用于CAPM,证明了这一推论是正确的,从而结束了长达十年之久的关于CAPM不能解释股票和债券价格波动的争议。从纽约证券交易所的数据被发现是兼容的CAPM利率扭曲函数。与通信系统渠道相比,市场渠道不能以渠道容量运行,而是以交易者获利了结所需的相互信息速率运行。这个汇率与交易者信息源的汇率扭曲函数相比较,决定了市场可以预期的最小价格扭曲。
{"title":"Rate distortion theory and the volatility of asset prices","authors":"William D. O'Neill","doi":"10.1016/1069-0115(95)82004-3","DOIUrl":"https://doi.org/10.1016/1069-0115(95)82004-3","url":null,"abstract":"<div><p>A market with many traders clears at a single price. The intuition that such a market can be modeled as a multiple access channel with many source inputs and a single output is confirmed and supported by single stock trading data. If all stocks in an exchange with a price index are so traded, then the Capital Asset Pricing Model (CAPM) of the index should find the index a prediction of future returns to holding a portfolio of the indexed stocks. This inference is shown to be true by applying Shannon's rate distortion theorem to the CAPM, and thereby ending the decade-old controversy that the CAPM cannot explain stock and bond price volatility. Data from the NYSE are found to be compatible with the CAPM rate distortion function. In contrast to communication system channels, market channels cannot operate at channel capacity, but rather at a mutual information rate demanded by trader profit taking. This rate compared to the trader information source rate distortion function determines the minimum price distortion that can be expected of markets.</p></div>","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"3 1","pages":"Pages 55-74"},"PeriodicalIF":0.0,"publicationDate":"1995-01-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/1069-0115(95)82004-3","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"91983747","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A fuzzy model for unsupervised character classification 一种用于无监督字符分类的模糊模型
Pub Date : 1994-11-01 DOI: 10.1016/1069-0115(94)90034-5
Shy-Shyan Chen, Frank Y. Shih, Peter A. Ng

This paper presents a fuzzy logic approach to efficiently perform unsupervised character classification for improvement in robustness, correctness, and speed of a character recognition system. The characters are first split into seven typographical categories. The classification scheme uses pattern matching to classify the characters in each category into a set of fuzzy prototypes based on a nonlinear weighted similarity function. The fuzzy unsupervised character classification, which is natural in the representation of prototypes for character matching, is developed and a weighted fuzzy similarity measure is explored. The characteristics of the fuzzy model are discussed and used in speeding up the classification process. After classification, the character recognition which is simply applied on a smaller set of the fuzzy prototypes, becomes much easier and less time-consuming.

为了提高字符识别系统的鲁棒性、正确性和速度,提出了一种基于模糊逻辑的无监督字符分类方法。这些字符首先被分成七个排版类别。该分类方案采用模式匹配的方法,基于非线性加权相似度函数,将每一类中的字符划分为一组模糊原型。提出了模糊无监督字符分类方法,并探索了加权模糊相似度度量方法。讨论了模糊模型的特点,并将其用于加速分类过程。分类后的字符识别,只需在较小的模糊原型集合上进行识别,就可以大大简化识别过程,节省识别时间。
{"title":"A fuzzy model for unsupervised character classification","authors":"Shy-Shyan Chen,&nbsp;Frank Y. Shih,&nbsp;Peter A. Ng","doi":"10.1016/1069-0115(94)90034-5","DOIUrl":"10.1016/1069-0115(94)90034-5","url":null,"abstract":"<div><p>This paper presents a fuzzy logic approach to efficiently perform unsupervised character classification for improvement in robustness, correctness, and speed of a character recognition system. The characters are first split into seven typographical categories. The classification scheme uses pattern matching to classify the characters in each category into a set of fuzzy prototypes based on a nonlinear weighted similarity function. The fuzzy unsupervised character classification, which is natural in the representation of prototypes for character matching, is developed and a weighted fuzzy similarity measure is explored. The characteristics of the fuzzy model are discussed and used in speeding up the classification process. After classification, the character recognition which is simply applied on a smaller set of the fuzzy prototypes, becomes much easier and less time-consuming.</p></div>","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"2 3","pages":"Pages 143-165"},"PeriodicalIF":0.0,"publicationDate":"1994-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/1069-0115(94)90034-5","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"86278371","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 5
An extended fuzzy linguistic approach to generalize boolean information retrieval 一种扩展模糊语言方法推广布尔信息检索
Pub Date : 1994-11-01 DOI: 10.1016/1069-0115(94)90032-9
Donald H. Kraft, Gloria Bordogna, Gabriella Pasi

The generalization of Boolean information retrieval systems is still of interest to scholars. In spite of the fact that commercial systems use Boolean retrieval mechanisms, such systems still have some limitations. One of the main problems is that such systems lack the ability to deal well with imprecision and subjectivity. Previous efforts have led to the introduction of numeric weights to improve both document representations (term weights) and query languages (query weights). However, the use of weights requires a clear knowledge of the semantics of the query in order to translate a fuzzy concept into a precise numeric value. Moreover, it is difficult to model the matching of queries to documents in a way that will preserve the semantics of user queries.

A linguistic extension has been generated, starting from an existing Boolean weighted retrieval model and formalized within fuzzy set theory, in which numeric query weights are replaced by linguistic descriptors that specify the degree of importance of the terms.

In the past, query weights were seen as measures of the importance of a specific term in representing the query or as a threshold to aid in matching a specific document to the query. The linguistic extension was originally modeled to view the query weights as a description of the ideal document, so that deviations would be rejected whether a given document had term weights that were too high or too low. This paper looks at an extension to the linguistic model that is not symmetric in that documents with a term weight below the query weight are treated differently than documents with a term weight above the query weight.

布尔信息检索系统的泛化一直是学者们感兴趣的问题。尽管商业系统使用布尔检索机制,但这种系统仍然存在一些局限性。其中一个主要问题是,这种系统缺乏处理不精确性和主观性的能力。以前的努力已经导致引入数字权重来改进文档表示(术语权重)和查询语言(查询权重)。但是,使用权重需要清楚地了解查询的语义,以便将模糊概念转换为精确的数值。此外,很难以保留用户查询语义的方式对查询与文档的匹配进行建模。从现有的布尔加权检索模型开始,生成了一种语言扩展,并在模糊集理论中形式化,其中数字查询权重被指定术语重要程度的语言描述符取代。在过去,查询权重被看作是衡量特定词在表示查询中的重要性,或者是帮助将特定文档与查询匹配的阈值。语言扩展最初被建模为将查询权重视为对理想文档的描述,因此无论给定文档的术语权重过高还是过低,都会拒绝偏差。本文研究了语言模型的一个非对称扩展,即术语权重低于查询权重的文档与术语权重高于查询权重的文档的处理方式不同。
{"title":"An extended fuzzy linguistic approach to generalize boolean information retrieval","authors":"Donald H. Kraft,&nbsp;Gloria Bordogna,&nbsp;Gabriella Pasi","doi":"10.1016/1069-0115(94)90032-9","DOIUrl":"10.1016/1069-0115(94)90032-9","url":null,"abstract":"<div><p>The generalization of Boolean information retrieval systems is still of interest to scholars. In spite of the fact that commercial systems use Boolean retrieval mechanisms, such systems still have some limitations. One of the main problems is that such systems lack the ability to deal well with imprecision and subjectivity. Previous efforts have led to the introduction of numeric weights to improve both document representations (term weights) and query languages (query weights). However, the use of weights requires a clear knowledge of the semantics of the query in order to translate a fuzzy concept into a precise numeric value. Moreover, it is difficult to model the matching of queries to documents in a way that will preserve the semantics of user queries.</p><p>A linguistic extension has been generated, starting from an existing Boolean weighted retrieval model and formalized within fuzzy set theory, in which numeric query weights are replaced by linguistic descriptors that specify the degree of importance of the terms.</p><p>In the past, query weights were seen as measures of the importance of a specific term in representing the query or as a threshold to aid in matching a specific document to the query. The linguistic extension was originally modeled to view the query weights as a description of the ideal document, so that deviations would be rejected whether a given document had term weights that were too high or too low. This paper looks at an extension to the linguistic model that is not symmetric in that documents with a term weight below the query weight are treated differently than documents with a term weight above the query weight.</p></div>","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"2 3","pages":"Pages 119-134"},"PeriodicalIF":0.0,"publicationDate":"1994-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/1069-0115(94)90032-9","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"89449595","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 97
An optimization of the fuzzy control algorithm 一种优化的模糊控制算法
Pub Date : 1994-11-01 DOI: 10.1016/1069-0115(94)90033-7
Eric Bolinger

Much effort has been put into the optimization of fuzzy controllers. This is usually done by implementing the fuzzy inference engine in hardware. This paper presents an optimized fuzzy controller using a software-only approach. Increased speed is achieved by placing constraints on certain parts of the design. The effect of these constraints are discussed. The result is analogous to the fast Fourier transform (FFT). Although the FFT is a restricted form of the general transform, it is optimized for speed over generality. The same relationship holds true for the optimized fuzzy controller. The purpose of this work is to optimize the fuzzy control algorithm to achieve hardware-like performance in software. This can be done by keeping only those features that are necessary and sufficient to achieve the same results. Everything else can be eliminated.

对模糊控制器的优化问题进行了大量的研究。这通常是通过在硬件中实现模糊推理引擎来实现的。本文提出了一种纯软件优化模糊控制器。提高速度是通过对设计的某些部分施加限制来实现的。讨论了这些约束条件的影响。其结果类似于快速傅里叶变换(FFT)。虽然FFT是一般变换的一种受限形式,但它是为速度而不是通用性而优化的。同样的关系也适用于优化后的模糊控制器。本工作的目的是优化模糊控制算法,使其在软件上实现类似硬件的性能。这可以通过只保留那些必要的和足以实现相同结果的特性来实现。其他的都可以消除。
{"title":"An optimization of the fuzzy control algorithm","authors":"Eric Bolinger","doi":"10.1016/1069-0115(94)90033-7","DOIUrl":"10.1016/1069-0115(94)90033-7","url":null,"abstract":"<div><p>Much effort has been put into the optimization of fuzzy controllers. This is usually done by implementing the fuzzy inference engine in hardware. This paper presents an optimized fuzzy controller using a software-only approach. Increased speed is achieved by placing constraints on certain parts of the design. The effect of these constraints are discussed. The result is analogous to the fast Fourier transform (FFT). Although the FFT is a restricted form of the general transform, it is optimized for speed over generality. The same relationship holds true for the optimized fuzzy controller. The purpose of this work is to optimize the fuzzy control algorithm to achieve hardware-like performance in software. This can be done by keeping only those features that are necessary and sufficient to achieve the same results. Everything else can be eliminated.</p></div>","PeriodicalId":100668,"journal":{"name":"Information Sciences - Applications","volume":"2 3","pages":"Pages 135-142"},"PeriodicalIF":0.0,"publicationDate":"1994-11-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/1069-0115(94)90033-7","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"87174016","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
期刊
Information Sciences - Applications
全部 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