data collection helper
ObjectSet
01 Syntax
SMRUCC.Rsharp.Runtime.Vectorization.ObjectSet
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetObjectSet | 1 | 将任意类型的序列输入转换为统一的对象枚举序列 |
| extractDataframe | 1 | populate the row observation |
03 Members
将任意类型的序列输入转换为统一的对象枚举序列
Remarks
for a dataframe object, the row observation data will be treated as an object and populate from this function.
Parameters
| Name | Type | Description |
|---|---|---|
x | Object | - |
extractDataframe(dataframe)
populate the row observation
Parameters
| Name | Type | Description |
|---|---|---|
x | dataframe | - |