WOW                  package:RWeka                  R Documentation

_W_e_k_a _O_p_t_i_o_n _W_i_z_a_r_d

_D_e_s_c_r_i_p_t_i_o_n:

     Give on-line information about available control options for Weka
     learners or filters and their R interfaces.

_U_s_a_g_e:

     WOW(x)

_A_r_g_u_m_e_n_t_s:

       x: a character string giving either the fully qualified name of
          a Weka learner or filter class in JNI notation, or the name
          of an available R interface, or an object obtained from
          applying these interfaces to build an associator, classifier,
          clusterer, or filter.

_D_e_t_a_i_l_s:

     See 'list_Weka_interfaces' for the available interface functions.

_R_e_f_e_r_e_n_c_e_s:

     K. Hornik, C. Buchta, and A. Zeileis (2009). Open-source machine
     learning: R meets Weka. _Computational Statistics_, *24*/2,
     225-232,

_E_x_a_m_p_l_e_s:

     ## The name of an "existing" (registered) interface.
     WOW("J48")
     ## The name of some Weka class (not necessarily in the interface
     ## registry):
     WOW("weka/classifiers/bayes/NaiveBayes")

