Returns tags from a flowFP object.
返回从flowFP对象的标签。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The tags method is a map into a flowFP object which defines the bin number to which each event in the object has been assigned in fingerprinting process.
标签的方法是到flowFP对象定义的bin事件已在指纹识别过程中分配对象在每个图。
方法----------Methods----------
tags(object)
tags(object)
object = "flowFP" returns a list of vectors.
对象=的“flowFP”,返回一个向量的名单。
笔记----------Notes----------
This method returns a list of vectors. There is a one-to-one correspondence between vectors in the list and flowFrames in the flowSet in the flowFP.
此方法返回一个列表向量。是列表中的向量和flowFrames在flowFPflowSet中之间有一个一一对应。
For each vector in the list, there is a one-to-one correspondence between the vector elements and the events in the corresponding flowFrame. Each vector element is an integer index that indicates the bin number to which that event was assigned in the fingerprinting process.
对于列表中的每个向量,向量元素和在相应flowFrame事件之间是有一个一一对应。每个向量元素是一个整数索引,表示该事件是在指纹识别过程中分配的BIN号。