Package net.sf.tweety.machinelearning
Interface Category
-
- All Known Implementing Classes:
BooleanCategory
,DoubleCategory
public interface Category
A category within the space of observations.- Author:
- Matthias Thimm
-
-
Method Detail
-
hashCode
int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
equals
boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
asDouble
double asDouble()
Returns a double representation of this category.- Returns:
- a double representation of this category.
-
-