create_distance_matrix | Create distance matrix |
create_dm_from_df_format_1 | Function takes as an input data frame prepared in format 1... |
create_dm_from_df_format_2 | Function takes as an input data frame prepared in format 2... |
debug_distance_matrix | Debug distance matrix |
debug_matrix_for_metric_rule1 | Function debug matrix content according to first metric rule... |
debug_matrix_for_metric_rule2 | Function debug matrix content according to second metric rule... |
debug_matrix_for_metric_rule3 | Function debug matrix content according to third metric rule... |
fix.na | Function removes all NA from distance matrix |
is_distance_matrix_ok | Check if matrix fulfills distance matrix conditions |
is_metric_rule1_fulfilled | Function checks if first metric rule is fulfilled d(x,y) = 0... |
is_metric_rule2_fulfilled | Function checks if second metric rule is fulfilled d(x,y) =... |
is_metric_rule3_fulfilled | Function checks if third metric rule is fulfilled d(x,z) <=... |
is_square_matrix | Function returns TRUE for square matrix, else FALSE is... |
make_square_matrix | Function adds columns or rows to make matrix square |
points_positions | Find point locations when distances between them are known |
repair_distance_matrix | Repair distance matrix |
repair_metric_rule1 | Function repairs dimension matrix to fulfill first metric... |
repair_metric_rule2 | Function repairs dimension matrix to fulfill second metric... |
repair_metric_rule3 | Function repairs dimension matrix to fulfill third metric... |
validate_df | Function validates data frame with distance cases... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.