|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--shared.Globals
|
+--shared.Categorizer
|
+--id3.RDGCategorizer
|
+--id3.DTCategorizer
DTCategorizer performs the same way as a RDGCategorizer, but for the DTCategorizer the associated graph must be a tree. See "RDGCat.c" for details. Assume graph exists.
| Fields inherited from class id3.RDGCategorizer |
hasNodeLosses,
leafDistParameter,
leafDistType,
rcGraph |
| Constructor Summary | |
DTCategorizer(DecisionTree dt,
java.lang.String descr,
int numCat,
Schema sch)
Constructor. |
|
| Methods inherited from class id3.RDGCategorizer |
adjust_real_thresholds,
categorize,
display_struct,
num_leaves,
num_nodes,
num_nontrivial_leaves,
num_nontrivial_nodes,
rooted_cat_graph,
score_from_node,
score,
set_leaf_dist_params,
set_used_attr |
| Methods inherited from class shared.Categorizer |
build_distr,
clone,
description,
get_distr,
get_log_level,
get_log_options,
get_log_stream,
get_schema,
has_distr,
num_categories,
set_description,
set_distr,
set_log_level,
set_log_options,
set_log_prefixes,
set_log_stream,
set_original_distr,
supports_scoring,
total_weight |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public DTCategorizer(DecisionTree dt,
java.lang.String descr,
int numCat,
Schema sch)
dt - The DecisionTree on which this categorizer will be based.descr - A description of this categorizer.numCat - The number of categories possible.sch - The Schema of data this categorizer will be used on.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||