rule "Eval Tree Node RPart_Model - 53 - Default Child Undo Jump"
salience 5
no-loop
when
$node : TreeNode( context == "RPart_Model", $id : id == "53", $def
:
defaultChld != "null" && != null )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"53",
visitMode == "DEFAULT_CHILD", downward == false, $conf : confidence,
( ( mAGE_GRD == true ) ) || ( (
mAC_COT_DAY == true ) ) )
then
System.out.println( "UNKNOWN found at 53 !!!!, UNDOING JUMP penalty " +
$def );
modify ( $tok ) {
setConfidence( $conf / 1.0 );
}
end
rule "Eval Tree Node RPart_Model - 107 - Down"
salience $children.size() - $children.indexOf( $child )
when
$node : TreeNode( context == "RPart_Model", $id : id == "107",
$children
: children, children.size > 0 )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"107", $trail : trail,
( ( mCOV_CD_RE == false && vCOV_CD_RE in (
"group2", "group3" ) ) || ( ( mAC_TYP_RE == true ) && ( (
mAC_TYP_RE ==
false && vAC_TYP_RE in ( "Normal" ) ) || ( ( mAGE_GRD == true )
&& ( (
mAGE_GRD == false && vAGE_GRD in ( "기타" ) ) ) ) ) ) ) || ( 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 107, going down to " + $child );
modify ( $tok ) {
getTrail().add( $child ),
setDownward( true ),
setCurrent( $child );
}
end
rule "Eval Tree Node RPart_Model - 107 - True"
salience 3
no-loop
when
$node : TreeNode( context == "RPart_Model", $id : id == "107",
$out :
outcome,
children.size == 0, $conf : confidence, $tot :
recordCount )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"107", $baseConf : confidence,
$res : results, results.keySet not contains
"107",
visitMode != "AGGREGATE_NODES",
( mCOV_CD_RE == false && vCOV_CD_RE in (
"group2", "group3" ) ) || ( ( mAC_TYP_RE == true ) && ( (
mAC_TYP_RE ==
false && vAC_TYP_RE in ( "Normal" ) ) || ( ( mAGE_GRD == true )
&& ( (
mAGE_GRD == false && vAGE_GRD in ( "기타" ) ) ) ) ) )
)
then
System.out.println( "TRUE Solution found at 107 !!!! " );
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 - 107 - Unknown Weighted"
salience 3
when
$node : TreeNode( context == "RPart_Model", $id : id == "107",
$out :
outcome )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"107",
visitMode == "WEIGHTED_CONFIDENCE" || ==
"LAST_PREDICTION" || == "NULL_PREDICTION",
results.keySet not contains "107",
( ( mCOV_CD_RE == true ) ) || ( ( mAGE_GRD
== true ) ) || ( ( mAC_TYP_RE == true ) ) )
then
System.out.println( "UNKNOWN found at 107, collecting for later
evaluation !!!! " );
modify ( $tok ) { getResults().put( "107", $out ); }
end
rule "Eval Tree Node RPart_Model - 107 - Default Child"
salience 3
when
$node : TreeNode( context == "RPart_Model", $id : id == "107",
$def :
defaultChld != "null" && != null )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"107", visitMode == "DEFAULT_CHILD", downward == true,
results.keySet not contains "107", $conf :
confidence,
( ( mCOV_CD_RE == true ) ) || ( ( mAGE_GRD
== true ) ) || ( ( mAC_TYP_RE == true ) ) )
then
System.out.println( "UNKNOWN found at 107 !!!!, JUMPING TO Default Child
" + $def );
modify ( $tok ) {
setConfidence( $conf * 1.0 ),
setCurrent( $def );
}
end
rule "Eval Tree Node RPart_Model - 107 - Default Child Undo Jump"
salience 5
no-loop
when
$node : TreeNode( context == "RPart_Model", $id : id == "107",
$def :
defaultChld != "null" && != null )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"107", visitMode == "DEFAULT_CHILD", downward == false, $conf :
confidence,
( ( mCOV_CD_RE == true ) ) || ( ( mAGE_GRD
== true ) ) || ( ( mAC_TYP_RE == true ) ) )
then
System.out.println( "UNKNOWN found at 107 !!!!, UNDOING JUMP penalty " +
$def );
modify ( $tok ) {
setConfidence( $conf / 1.0 );
}
end
rule "Eval Tree Node RPart_Model - 215 - Down"
salience $children.size() - $children.indexOf( $child )
when
$node : TreeNode( context == "RPart_Model", $id : id == "215",
$children
: children, children.size > 0 )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"215", $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 215, going down to " + $child );
modify ( $tok ) {
getTrail().add( $child ),
setDownward( true ),
setCurrent( $child );
}
end
rule "Eval Tree Node RPart_Model - 215 - True"
salience 3
no-loop
when
$node : TreeNode( context == "RPart_Model", $id : id == "215",
$out :
outcome,
children.size == 0, $conf : confidence, $tot :
recordCount )
$tok : RPart_ModelTreeToken( context == "RPart_Model", current ==
"215", $baseConf : confidence,
$res : results, results.keySet not contains
"215",
visitMode != "AGGREGATE_NODES",
( mAC_COT_DAY == false && vAC_COT_DAY <
559.5 )
)
then
System.out.println( "TRUE Solution found at 215 !!!! " );
modify( $tok ) {
setConfidence( $baseConf * ( $conf.containsKey( $out ) ? (Double)
$conf.get( $out ) : 1.0 ) ),
setTotalCount( $tot ),
setOutcome( $out ),
setCurrent( "null" );
}
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.