Fuzzy sets for Ada 5.2 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Fuzzy sets for Ada 5.2 (Default branch)
# 1  
Old 03-30-2008
Fuzzy sets for Ada 5.2 (Default branch)

Image Fuzzy sets for Ada is a library providing implementations of confidence factors with the operations not, and, or, xor, +, and *, classical fuzzy sets with the set-theoretic operations and the operations of the possibility theory, intuitionistic fuzzy sets with the operations on them, fuzzy logic based on the intuitionistic fuzzy sets and the possibility theory; fuzzy numbers, both integer and floating-point with conventional arithmetical operations, and linguistic variables and sets of linguistic variables with operations on them. String-oriented I/O is supported. A rich set of GTK+ GUI widgets is provided. License: GNAT Modified GPL (GMGPL) Changes:
All I/O packages have been switched to UTF-8 encoding. The rules of matching identifiers were enhanced to support ignorable code points such as hyphens.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
set cdscp confidence(1m)												  set cdscp confidence(1m)

NAME
set cdscp confidence - Sets the confidence level of clerk calls issued as a result of CDS control program commands SYNOPSIS
cdscp set cdscp confidence = value ARGUMENTS
One of the following confidence levels: low, medium, or high. A low confidence level means the clerk obtains information from caches or the most convenient server. A medium level means the clerk obtains information directly from a server. A high level means the clerk obtains information only at master replicas. The initial value is medium. DESCRIPTION
The set cdscp confidence command sets the confidence level of clerk calls issued as a result of CDS control program commands. You must use this command within the CDS control program. Exiting from the CDS control program removes the confidence level setting. You must reset the confidence level each time you enter the CDS control program. NOTE
This command may be replaced in future releases by the dcecp command, and may no longer be supported at that time. EXAMPLE
The following command sets the confidence level of clerk calls to high. $ cdscp cdscp> set cdscp confidence = high RELATED INFORMATION
Command: show cdscp confidence(1m) set cdscp confidence(1m)