public class CutSet extends DerivedSet
c, param
Constructor and Description |
---|
CutSet(FuzzySet param,
double limit,
boolean continuous,
java.lang.String label,
double[] universe)
Call the constructor of DerivedSet.
|
Modifier and Type | Method and Description |
---|---|
double |
evaluate(double d)
Evaluate a number in the fuzzy set.
|
double |
evaluate(FuzzySet f)
Evaluate a fuzzy set in this fuzzy set.
|
java.lang.String |
getNLTypeName()
String identifying the object.
|
dump, getLimit, getParameters, getSet
getDescription, getExtensionName, getLabel, getUniverse, isContinuous, recursivelyEqual, setDescription, setLabel
public CutSet(FuzzySet param, double limit, boolean continuous, java.lang.String label, double[] universe)
public double evaluate(double d)
public double evaluate(FuzzySet f)
public java.lang.String getNLTypeName()
getNLTypeName
in interface org.nlogo.api.ExtensionObject
getNLTypeName
in class FuzzySet