#include <cruise_mlp_evaluator.h>
|
std::pair< double, double > | WorldCoordToObjCoord (std::pair< double, double > input_world_coord, std::pair< double, double > obj_world_coord, double obj_world_angle) |
|
double | WorldAngleToObjAngle (double input_world_angle, double obj_world_angle) |
|
Eigen::MatrixXf | VectorToMatrixXf (const std::vector< double > &nums, const int start_index, const int end_index) |
|
Eigen::MatrixXf | VectorToMatrixXf (const std::vector< double > &nums, const int start_index, const int end_index, const int output_num_row, const int output_num_col) |
|
ObstacleConf::EvaluatorType | evaluator_type_ |
|
◆ CruiseMLPEvaluator()
apollo::prediction::CruiseMLPEvaluator::CruiseMLPEvaluator |
( |
| ) |
|
◆ ~CruiseMLPEvaluator()
virtual apollo::prediction::CruiseMLPEvaluator::~CruiseMLPEvaluator |
( |
| ) |
|
|
virtualdefault |
◆ Clear()
void apollo::prediction::CruiseMLPEvaluator::Clear |
( |
| ) |
|
◆ Evaluate()
◆ ExtractFeatureValues()
void apollo::prediction::CruiseMLPEvaluator::ExtractFeatureValues |
( |
Obstacle * |
obstacle_ptr, |
|
|
LaneSequence * |
lane_sequence_ptr, |
|
|
std::vector< double > * |
feature_values |
|
) |
| |
Extract feature vector.
- Parameters
-
◆ GetName()
std::string apollo::prediction::CruiseMLPEvaluator::GetName |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this class was generated from the following file: