#include <cstdlib>
#include <iostream>
#include <fstream>
#include <cstring>
#include "EST_Token.h"
#include "EST_FMatrix.h"
#include "EST_multistats.h"
#include "EST_Wagon.h"
#include "EST_math.h"
Go to the source code of this file.
Functions | |
Declare_TList_T (WVector *, WVectorP) Declare_TVector_Base_T(WVector * | |
WVectorP void | wgn_load_datadescription (EST_String fname, LISP ignores) |
void | wgn_load_dataset (WDataSet &dataset, EST_String fname) |
float | summary_results (WNode &tree, ostream *output) |
WNode * | wgn_build_tree (float &score) |
void | wgn_find_split (WQuestion &q, WVectorVector &ds, WVectorVector &y, WVectorVector &n) |
float | wgn_score_question (WQuestion &q, WVectorVector &ds) |
WNode * | wagon_stepwise (float limit) |
Variables | |
Discretes | wgn_discretes |
WDataSet | wgn_dataset |
WDataSet | wgn_test_dataset |
EST_FMatrix | wgn_DistMatrix |
EST_Track | wgn_VertexTrack |
EST_Track | wgn_VertexFeats |
EST_Track | wgn_UnitTrack |
int | wgn_min_cluster_size = 50 |
int | wgn_held_out = 0 |
int | wgn_prune = TRUE |
int | wgn_quiet = FALSE |
int | wgn_verbose = FALSE |
int | wgn_count_field = -1 |
EST_String | wgn_count_field_name = "" |
int | wgn_predictee = 0 |
EST_String | wgn_predictee_name = "" |
float | wgn_float_range_split = 10 |
float | wgn_balance = 0 |
EST_String | wgn_opt_param = "" |
EST_String | wgn_vertex_output = "mean" |
EST_String | wgn_vertex_otype = "mean" |
NULL | |
Declare_TList_T | ( | WVector * | , |
WVectorP | |||
) |
WVectorP void wgn_load_datadescription | ( | EST_String | fname, |
LISP | ignores | ||
) |
void wgn_load_dataset | ( | WDataSet & | dataset, |
EST_String | fname | ||
) |
void wgn_find_split | ( | WQuestion & | q, |
WVectorVector & | ds, | ||
WVectorVector & | y, | ||
WVectorVector & | n | ||
) |
float wgn_score_question | ( | WQuestion & | q, |
WVectorVector & | ds | ||
) |
EST_FMatrix wgn_DistMatrix |
EST_String wgn_count_field_name = "" |
EST_String wgn_predictee_name = "" |
EST_String wgn_opt_param = "" |
EST_String wgn_vertex_output = "mean" |
EST_String wgn_vertex_otype = "mean" |