Go to the source code of this file.
Classes | |
class | node_scripts.random_forest_server.RandomForestServer |
Namespaces | |
node_scripts.random_forest_server | |
Variables | |
node_scripts.random_forest_server.class_file = rospy.get_param('~random_forest_train_class_file') | |
list | node_scripts.random_forest_server.data_x = [] |
list | node_scripts.random_forest_server.data_y = [] |
node_scripts.random_forest_server.float_strings = l.split(","); | |
node_scripts.random_forest_server.node = RandomForestServer.initWithFileModel(train_file) | |
node_scripts.random_forest_server.train_file = rospy.get_param('~random_forest_train_file') | |