提交 2c47789b 编写于 作者: C Calvin Miao 提交者: Kecheng Xu

Removed unnecessary function (#186)

上级 423ef575
......@@ -46,6 +46,10 @@ class Evaluator {
*/
virtual ~Evaluator() = default;
/**
* @brief Evaluate an obstacle
* @param Obstacle pointer
*/
virtual void Evaluate(Obstacle* obstacle) = 0;
protected:
......
......@@ -56,12 +56,6 @@ class MLPEvaluator : public Evaluator {
void ExtractFeatureValues(Obstacle* obstacle_ptr,
LaneSequence* lane_sequence_ptr);
/**
* @brief Predict the probability
* @param Obstacle pointer
*/
void Predict(Obstacle* obstacle_ptr);
/**
* @brief Clear obstacle feature map
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册