
Public Member Functions | |
| def | __init__ |
| def | reduce |
| def | reduce_input |
| def | set_projection_vectors |
Public Attributes | |
| inputs | |
| projection_basis | |
Definition at line 109 of file random_forest.py.
| def laser_interface.random_forest.LinearDimReduceDataset.__init__ | ( | self, | |
| inputs, | |||
| outputs | |||
| ) |
inputs coded as numpy array, column vectors
outputs also as numpy array, column vectors
Reimplemented from laser_interface.random_forest.Dataset.
Definition at line 110 of file random_forest.py.
| def laser_interface.random_forest.LinearDimReduceDataset.reduce | ( | self, | |
| data_points | |||
| ) |
Definition at line 120 of file random_forest.py.
reduce dimensionality of this dataset
Definition at line 123 of file random_forest.py.
projection vectors are assumed to be columnwise
Definition at line 113 of file random_forest.py.
Reimplemented from laser_interface.random_forest.Dataset.
Definition at line 125 of file random_forest.py.
Definition at line 115 of file random_forest.py.