reachability              package:dprep              R Documentation

_F_u_n_c_t_i_o_n _f_o_r _c_o_m_p_u_t_i_n_g _t_h_e _r_e_a_c_h_a_b_i_l_i_t_y _f_u_n_c_t_i_o_n _i_n _t_h_e _L_O_F _a_l_g_o_r_t_i_h_m

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

     This function computes the reachability function for each instance
     of a dataset. This result is used later to compute the Local
     outlyingness factor.

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

     reachability(distdata, k)

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

distdata: the matrix of distances

       k: the given number of neighbors

_A_u_t_h_o_r(_s):

     Caroline Rodriguez

_S_e_e _A_l_s_o:

     'maxlof'

