Apollo 10.0
自动驾驶开放平台
apollo::prediction::DataForLearning结构体 参考
apollo::prediction::DataForLearning 的协作图:

Public 属性

optional string category = 5
 
optional int32 id = 1
 
optional double timestamp = 2
 
repeated double features_for_learning = 3
 
repeated string string_features_for_learning = 7
 
repeated double labels = 4
 
optional int32 lane_sequence_id = 6
 

详细描述

在文件 offline_features.proto10 行定义.

类成员变量说明

◆ category

optional string apollo::prediction::DataForLearning::category = 5

在文件 offline_features.proto12 行定义.

◆ features_for_learning

repeated double apollo::prediction::DataForLearning::features_for_learning = 3

在文件 offline_features.proto17 行定义.

◆ id

optional int32 apollo::prediction::DataForLearning::id = 1

在文件 offline_features.proto14 行定义.

◆ labels

repeated double apollo::prediction::DataForLearning::labels = 4

在文件 offline_features.proto20 行定义.

◆ lane_sequence_id

optional int32 apollo::prediction::DataForLearning::lane_sequence_id = 6

在文件 offline_features.proto22 行定义.

◆ string_features_for_learning

repeated string apollo::prediction::DataForLearning::string_features_for_learning = 7

在文件 offline_features.proto18 行定义.

◆ timestamp

optional double apollo::prediction::DataForLearning::timestamp = 2

在文件 offline_features.proto15 行定义.


该结构体的文档由以下文件生成: