类 IndividualLiteral
java.lang.Object
weka.associations.tertius.Literal
weka.associations.tertius.AttributeValueLiteral
weka.associations.tertius.IndividualLiteral
- 所有已实现的接口:
Serializable
,RevisionHandler
- 版本:
- $Revision: 1.5 $
- 作者:
- Peter A. Flach, Nicolas Lachiche
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器构造器说明IndividualLiteral
(Predicate predicate, String value, int index, int sign, int missing, int type) -
方法概要
从类继承的方法 weka.associations.tertius.AttributeValueLiteral
negationSatisfies, satisfies, toString
从类继承的方法 weka.associations.tertius.Literal
getNegation, getPredicate, negative, positive, setNegation
-
字段详细资料
-
INDIVIDUAL_PROPERTY
public static int INDIVIDUAL_PROPERTY -
PART_PROPERTY
public static int PART_PROPERTY
-
-
构造器详细资料
-
IndividualLiteral
-
-
方法详细资料
-
getType
public int getType() -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 覆盖:
getRevision
在类中AttributeValueLiteral
- 返回:
- the revision
-