rule "Eval Tree Node RPart_Model - 215 - Unknown Weighted"
salience 3
when
$node : TreeNode( context == "RPart_Model", $id : id == "215",
$out :
outcome )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"215",
visitMode == "WEIGHTED_CONFIDENCE" || ==
"LAST_PREDICTION" || == "NULL_PREDICTION",
results.keySet not contains "215",
( mAC_COT_DAY == true ) )
then
System.out.println( "UNKNOWN found at 215, collecting for later
evaluation !!!! " );
modify ( $tok ) { getResults().put( "215", $out ); }
end
rule "Eval Tree Node RPart_Model - 215 - Default Child"
salience 3
when
$node : TreeNode( context == "RPart_Model", $id : id == "215",
$def :
defaultChld != "null" && != null )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"215", visitMode == "DEFAULT_CHILD", downward == true,
results.keySet not contains "215", $conf :
confidence,
( mAC_COT_DAY == true ) )
then
System.out.println( "UNKNOWN found at 215 !!!!, JUMPING TO Default Child
" + $def );
modify ( $tok ) {
setConfidence( $conf * 1.0 ),
setCurrent( $def );
}
end
rule "Eval Tree Node RPart_Model - 215 - Default Child Undo Jump"
salience 5
no-loop
when
$node : TreeNode( context == "RPart_Model", $id : id == "215",
$def :
defaultChld != "null" && != null )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"215", visitMode == "DEFAULT_CHILD", downward == false, $conf :
confidence,
( mAC_COT_DAY == true ) )
then
System.out.println( "UNKNOWN found at 215 !!!!, UNDOING JUMP penalty " +
$def );
modify ( $tok ) {
setConfidence( $conf / 1.0 );
}
end
rule "Eval Tree Node RPart_Model - 214 - Down"
salience $children.size() - $children.indexOf( $child )
when
$node : TreeNode( context == "RPart_Model", $id : id == "214",
$children
: children, children.size > 0 )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"214", $trail : trail,
( ( mAC_COT_DAY == false && vAC_COT_DAY >=
559.5 ) ) || ( visitMode == "AGGREGATE_NODES" && ( ( mAC_COT_DAY == true
)
) ) )
$child : String( this not memberOf $trail ) from $children
then
System.out.println( "Visiting node 214, going down to " + $child );
modify ( $tok ) {
getTrail().add( $child ),
setDownward( true ),
setCurrent( $child );
}
end
rule "Eval Tree Node RPart_Model - 214 - True"
salience 3
no-loop
when
$node : TreeNode( context == "RPart_Model", $id : id == "214",
$out :
outcome,
children.size == 0, $conf : confidence, $tot :
recordCount )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"214", $baseConf : confidence,
$res : results, results.keySet not contains
"214",
visitMode != "AGGREGATE_NODES",
( mAC_COT_DAY == false && vAC_COT_DAY >=
559.5 )
)
then
System.out.println( "TRUE Solution found at 214 !!!! " );
modify( $tok ) {
setConfidence( $baseConf * ( $conf.containsKey( $out ) ? (Double)
$conf.get( $out ) : 1.0 ) ),
setTotalCount( $tot ),
setOutcome( $out ),
setCurrent( "null" );
}
end
rule "Eval Tree Node RPart_Model - 214 - Unknown Weighted"
salience 3
when
$node : TreeNode( context == "RPart_Model", $id : id == "214",
$out :
outcome )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"214",
visitMode == "WEIGHTED_CONFIDENCE" || ==
"LAST_PREDICTION" || == "NULL_PREDICTION",
results.keySet not contains "214",
( mAC_COT_DAY == true ) )
then
System.out.println( "UNKNOWN found at 214, collecting for later
evaluation !!!! " );
modify ( $tok ) { getResults().put( "214", $out ); }
end
rule "Eval Tree Node RPart_Model - 214 - Default Child"
salience 3
when
$node : TreeNode( context == "RPart_Model", $id : id == "214",
$def :
defaultChld != "null" && != null )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"214", visitMode == "DEFAULT_CHILD", downward == true,
results.keySet not contains "214", $conf :
confidence,
( mAC_COT_DAY == true ) )
then
System.out.println( "UNKNOWN found at 214 !!!!, JUMPING TO Default Child
" + $def );
modify ( $tok ) {
setConfidence( $conf * 1.0 ),
setCurrent( $def );
}
end
rule "Eval Tree Node RPart_Model - 214 - Default Child Undo Jump"
salience 5
no-loop
when
$node : TreeNode( context == "RPart_Model", $id : id == "214",
$def :
defaultChld != "null" && != null )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"214", visitMode == "DEFAULT_CHILD", downward == false, $conf :
confidence,
( mAC_COT_DAY == true ) )
then
System.out.println( "UNKNOWN found at 214 !!!!, UNDOING JUMP penalty " +
$def );
modify ( $tok ) {
setConfidence( $conf / 1.0 );
}
end
rule "Eval Tree Node RPart_Model - 106 - Down"
salience $children.size() - $children.indexOf( $child )
when
$node : TreeNode( context == "RPart_Model", $id : id == "106",
$children
: children, children.size > 0 )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"106", $trail : trail,
( ( mCOV_CD_RE == false && vCOV_CD_RE in (
"group1" ) ) || ( ( mAC_TYP_RE == true ) && ( ( mAC_TYP_RE == false
&&
vAC_TYP_RE in ( "A" ) ) || ( ( mAGE_GRD == true ) && ( ( mAGE_GRD ==
false
&& vAGE_GRD in ( "10대", "20대", "70대이상" ) ) ) ) ) ) )
|| ( visitMode ==
"AGGREGATE_NODES" && ( ( ( mCOV_CD_RE == true ) ) || ( ( mAGE_GRD ==
true
) ) || ( ( mAC_TYP_RE == true ) ) ) ) )
$child : String( this not memberOf $trail ) from $children
then
System.out.println( "Visiting node 106, going down to " + $child );
modify ( $tok ) {
getTrail().add( $child ),
setDownward( true ),
setCurrent( $child );
}
end
--
View this message in context:
http://drools.46999.n3.nabble.com/PMML-Exception-excuting-consequence-for...
Sent from the Drools: User forum mailing list archive at
Nabble.com.