|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.ibm.able.data.AbleLiteral
com.ibm.able.data.AbleFuzzySet
com.ibm.able.data.AbleFuzzySetSegments
This class defines the Able data segments fuzzy set. A segments set is a surface specified by point/truth-value pairs, with the line segments interpolated between the points. At least two pairs must be given, and any values falling outside the range of points have a 0.0 truth value.
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
AbleFuzzySetSegments(AbleFuzzyVariable theParentVar,
java.lang.String theSetName,
double theAlphaCut,
int theNumberOfValues,
double[] theScalarVector,
double[] theTruthVector)
Create a new fuzzy set. |
|
| Method Summary | |
|---|---|
java.lang.String |
arlString()
Return a formal rule language string representation of this fuzzy set. |
void |
replaceSegments(double[] theTruthVector)
|
java.lang.String |
toString()
Retrieve a string describing (the contents of) the object. |
java.lang.String |
xmlString()
Return a formal XML string representation of this fuzzy set. |
| Methods inherited from class com.ibm.able.data.AbleLiteral |
|---|
bitwiseAND, bitwiseNOT, bitwiseOR, bitwiseShiftLeft, bitwiseShiftRight, bitwiseShiftRightZeroFill, bitwiseXOR, cmpEq, cmpGt, cmpGtEq, cmpIs, cmpLt, cmpLtEq, cmpNeq, compDivide, compMinus, compModulo, compMultiply, compPlus, compUnaryMinus, getDataTypeAsString, getReferents, getTemplateString, isConstant, logicalAND, logicalNOT, logicalOR |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public AbleFuzzySetSegments(AbleFuzzyVariable theParentVar,
java.lang.String theSetName,
double theAlphaCut,
int theNumberOfValues,
double[] theScalarVector,
double[] theTruthVector)
theParentVar - A reference to the fuzzy variable that contains this
fuzzy set.
theSetName - The name of this fuzzy set.
theAlphaCut - The low cut-off value for this fuzzy set.
theNumberOfValues - The number of elements in the following two arrays.
The number must not be larger than
AbleFuzzySet.MaxValues.
theScalarVector - An array of points within the domain.
theTruthVector - For each point in the above array, that point's truth
value, a number from 0.0 through 1.0.
| Method Detail |
public java.lang.String arlString()
public java.lang.String xmlString()
public void replaceSegments(double[] theTruthVector)
public java.lang.String toString()
toString in class AbleFuzzySet
|
ABLE 2.3.0 07/13/2005 14:21:00 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||