admin
ml cluster xy_scatter "cluster1";
mentdb
...
admin
ml cluster load "cluster1" "demo_cm_mysql" "id" "quantity" 5 3 "select * from products limit 0, 500";
mentdb
...
admin
ml cluster load_from_json "cluster1" 1 2 "[ [1.0, 2.0], [1.0, 2.2], [1.0, 2.5], [1.2, 2.0], [1.11, 0.9], [5.0, 3.0], [5.2, 3.08], [5.1, 3.0], [5.15, 2.9], [3.0, 2.0], [3.2, 2.08], [3.1, 2.0], [3.15, 1.9] ]";
mentdb
...
admin
ml cluster exist "cluster1"
mentdb
1
admin
ml cluster show
mentdb
...
admin
ml cluster nb "cluster1"
mentdb
3
admin
ml cluster nb_point "cluster1" 0
mentdb
5
admin
ml cluster points "cluster1" 0
mentdb
...
admin
ml cluster point_get "cluster1" 0 0
mentdb
...
admin
ml cluster point_delete "cluster1" 0 0;
mentdb
...
admin
ml cluster point_add "cluster1" 0 5 6;
mentdb
...
admin
ml cluster point_update "cluster1" 0 0 5 6;
mentdb
...
admin
ml cluster distance "cluster1" 1 2 4 7
mentdb
3
admin
ml cluster close "cluster1";
mentdb
1
admin
ml cluster close_all;
mentdb
1
admin
ml h_node load_from_json "hid1" true "[ [ \"A\", \"B\", 2 ], [ \"A\", \"C\", 4 ], [ \"D\", \"A\", 1 ], [ \"A\", \"D\", 3 ], [ \"E\", \"F\", 4 ], [ \"D\", \"F\", 2 ], [ \"G\", \"H\", 1 ], [ \"F\", \"H\", 5 ], [ \"F\", \"I\", 7 ], [ \"J\", \"I\", 2 ] ]";
mentdb
...
admin
ml h_node add_problem "hid1" "probId1" "A";
mentdb
1
admin
ml h_node predict "hid1" "probId1" "dijkstra|a_star|bellman_ford|breadth_first_search|depth_first_search|depth_limited_search|i_d_a_star|multi_objective_l_s|hill_climbing" "I" null
mentdb
...
admin
ml h_node exist "hid1"
mentdb
1
admin
ml h_node exist_problem "hid1" "probId1"
mentdb
1
admin
ml h_node show
mentdb
...
admin
ml h_node show_problem "hid1"
mentdb
...
admin
ml h_node close_problem "hid1" "probId1";
mentdb
1
admin
ml h_node close "hid1";
mentdb
1
admin
ml h_node close_all;
mentdb
1