Inheritance diagram for kddml.Core.QueryElement.Condition.AndCondition:
Public Member Functions | |
AndCondition (Condition[] conditions) | |
boolean | evalCond (weka.core.Instance instance, weka.core.Instance instance2) throws XMLSpecialElementException |
void | checkConditionValidity () throws XMLSpecialElementException |
Title: KDDML
Description: Knowledge Discovery in Database Environment
Copyright: Copyright (c) 2003-2005
Company: Universita' di Pisa - Dipartimento di Informatica
|
Constructor.
|
|
Evaluates this condition on input istance. Here, instance stand both for a relational tupla and a preprocessing tupla. In the first case, the field preprocessing_instance is null.
|
|
Checks the compatibility of this base condition. Throws an exception if terms type are illegal.
Implements kddml.Core.QueryElement.Condition.ConditionChecker. |