Package weka.associations.tertius
Class Predicate
java.lang.Object
weka.associations.tertius.Predicate
- All Implemented Interfaces:
Serializable
,RevisionHandler
- Version:
- $Revision: 1.5 $
- Author:
- Peter A. Flach, Nicolas Lachiche
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addLiteral
(Literal lit) int
getIndex()
getLiteral
(int index) Returns the revision string.int
boolean
isClass()
int
toString()
-
Constructor Details
-
Predicate
-
-
Method Details
-
addLiteral
-
getLiteral
-
getIndex
public int getIndex() -
indexOf
-
numLiterals
public int numLiterals() -
isClass
public boolean isClass() -
toString
-
description
-
getRevision
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-