Package net.sf.tweety.machinelearning
Class DoubleCategory
- java.lang.Object
-
- net.sf.tweety.machinelearning.DoubleCategory
-
-
Constructor Summary
Constructors Constructor Description DoubleCategory(double cat)
Creates a new category with the given value.
-
-
-
Method Detail
-
hashCode
public int hashCode()
-
equals
public boolean equals(java.lang.Object obj)
-
asDouble
public double asDouble()
Description copied from interface:Category
Returns a double representation of this category.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-