Public Member Functions | |
def | __init__ |
def | append |
def | bootstrap_samples |
def | entropy_discrete |
def | num_attributes |
def | num_examples |
def | split_continuous |
def | unique_values |
Public Attributes | |
inputs | |
outputs |
Definition at line 34 of file random_forest.py.
def laser_interface.random_forest.Dataset.__init__ | ( | self, | |
inputs, | |||
outputs | |||
) |
inputs coded as numpy array, column vectors outputs also as numpy array, column vectors
Reimplemented in laser_interface.random_forest.LinearDimReduceDataset.
Definition at line 35 of file random_forest.py.
def laser_interface.random_forest.Dataset.append | ( | self, | |
another_dataset | |||
) |
Definition at line 105 of file random_forest.py.
def laser_interface.random_forest.Dataset.bootstrap_samples | ( | self, | |
number_samples, | |||
points_per_sample | |||
) |
Definition at line 87 of file random_forest.py.
Definition at line 95 of file random_forest.py.
Definition at line 47 of file random_forest.py.
Definition at line 44 of file random_forest.py.
def laser_interface.random_forest.Dataset.split_continuous | ( | self, | |
attribute, | |||
split_point | |||
) |
Definition at line 50 of file random_forest.py.
def laser_interface.random_forest.Dataset.unique_values | ( | self, | |
attribute_number, | |||
set = 'input' |
|||
) |
Definition at line 74 of file random_forest.py.
Reimplemented in laser_interface.random_forest.LinearDimReduceDataset.
Definition at line 38 of file random_forest.py.
Definition at line 38 of file random_forest.py.