Class HCategorizer
java.lang.Object
org.tweetyproject.arg.deductive.categorizer.HCategorizer
- All Implemented Interfaces:
Categorizer
This class implements the h-categorizer from
Philippe Besnard and Anthony Hunter. A logic-based theory of deductive arguments. In Artificial Intelligence, 128(1-2):203-235, 2001.
Philippe Besnard and Anthony Hunter. A logic-based theory of deductive arguments. In Artificial Intelligence, 128(1-2):203-235, 2001.
- Author:
- Matthias Thimm
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
categorize
(ArgumentTree argumentTree) This method categorizes the given argument tree.
-
Constructor Details
-
HCategorizer
public HCategorizer()
-
-
Method Details
-
categorize
Description copied from interface:Categorizer
This method categorizes the given argument tree. In general, the semantics of this function is that a higher value of this categorization means a higher belief in the claim of the root argument of the argument tree.- Specified by:
categorize
in interfaceCategorizer
- Parameters:
argumentTree
- some argument tree.- Returns:
- the categorization of the argument tree.
-