public abstract class T1MF_Prototype extends java.lang.Object implements T1MF_Interface, java.lang.Comparable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected boolean |
isLeftShoulder |
protected boolean |
isRightShoulder |
protected java.lang.String |
name |
protected Tuple |
support |
Constructor and Description |
---|
T1MF_Prototype(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
double |
getDefuzzifiedCentroid(int numberOfDiscretizations)
Returns the defuzzified value of this set computed using the centroid algorithm.
|
double |
getDefuzzifiedCOS()
Returns the Center of this Set
|
java.lang.String |
getName() |
Tuple |
getSupport() |
boolean |
isLeftShoulder() |
boolean |
isRightShoulder() |
void |
setLeftShoulder(boolean value) |
void |
setName(java.lang.String name) |
void |
setRightShoulder(boolean value) |
void |
setSupport(Tuple support) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getAlphaCut, getFS, getPeak
protected boolean isLeftShoulder
protected boolean isRightShoulder
protected java.lang.String name
protected Tuple support
public Tuple getSupport()
getSupport
in interface T1MF_Interface
public void setSupport(Tuple support)
setSupport
in interface T1MF_Interface
public java.lang.String getName()
getName
in interface T1MF_Interface
public void setName(java.lang.String name)
setName
in interface T1MF_Interface
public boolean isLeftShoulder()
isLeftShoulder
in interface T1MF_Interface
public boolean isRightShoulder()
isRightShoulder
in interface T1MF_Interface
public void setLeftShoulder(boolean value)
setLeftShoulder
in interface T1MF_Interface
public void setRightShoulder(boolean value)
setRightShoulder
in interface T1MF_Interface
public double getDefuzzifiedCentroid(int numberOfDiscretizations)
getDefuzzifiedCentroid
in interface T1MF_Interface
numberOfDiscretizations
- The number of discretizations to be employed.public double getDefuzzifiedCOS()
getDefuzzifiedCOS
in interface T1MF_Interface