Interface VariableIDInfo
- All Superinterfaces:
- Cloneable,- Serializable,- VariableInfo
- All Known Implementing Classes:
- CategoricalIDInfo,- RealIDInfo
Adds an id number to a 
VariableInfo.- 
Method SummaryMethods inherited from interface org.tribuo.VariableInfocopy, getCount, getName, makeIDInfo, rename, uniformSample
- 
Method Details- 
getIDint getID()The id number associated with this variable.Ids are non-negative integers. - Returns:
- The id number.
 
 
-