public class IT2_COSInferenceData
extends java.lang.Object
implements java.lang.Comparable
Constructor and Description |
---|
IT2_COSInferenceData(Tuple f,
double c)
Creates a new instance of ConsequentData
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(java.lang.Object o) |
Tuple |
getFStrength() |
double |
getSelectedCentroidEndpoint() |
java.lang.String |
toString() |
public IT2_COSInferenceData(Tuple f, double c)
f
- The firing strengthc
- The value of the centroidpublic Tuple getFStrength()
public double getSelectedCentroidEndpoint()
public int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
public java.lang.String toString()
toString
in class java.lang.Object