hedges-2.txt

来自「NASA 开发使用的一个专家系统」· 文本 代码 · 共 46 行

TXT
46
字号
;***********************************************************************;HEDGES.BAT;;   File containing definitions of fuzzy modifiers ("hedges") for the;   WEATHER.CLP expert system.;;   requires FuzzyCLIPS version 6.0.4 or later;;   Copyright (c) 1997 by the authors:;   Walter Maner, Ph.D.;   Department of Computer Science, Bowling Green State University;   Bowling Green, Ohio;   email:  maner@cs.bgsu.edu;;   Sean Joyce, M.S.;   Department of Computer Science, Heidelberg College;   Tiffin, Ohio;   email:  sjoyce@mail.heidelberg.edu;***********************************************************************;***********************************************************************;Note:  This is a file containing user-defined, fuzzy "hedges" for the   ;       "WEATHER.CLP" fuzzy logic expert system.  This file must be ;       loaded with the;                (batch "HEDGES.BAT");       command prior to loading the "WEATHER.CLP" code file.;***********************************************************************;**********;Definition of a square function (X^2 = X * X).;**********(deffunction square-function (?x)  (** ?x 2))  ;**********;Definition of the "rapidly" hedge.;**********(add-fuzzy-modifier rapidly square-function)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?