Package smile.data.vector
package smile.data.vector
Abstraction to store a sequence of values having the same type
in an individual column of data frame.
-
ClassDescriptionAbstract base class implementation of ValueVector interface.A boolean vector.A byte vector.A char vector.A double vector.A float vector.An integer vector.A long vector.A nullable boolean vector.A nullable byte vector.A nullable char vector.A nullable double vector.A nullable float vector.A nullable integer vector.A nullable long vector.Abstract base class implementation of ValueVector interface.A nullable short vector.NumberVector<T extends Number>A number object vector.ObjectVector<T>A generic vector.Abstract base class implementation of ValueVector interface.A short vector.A string vector.ValueVector interface is an abstraction that is used to store a sequence of values having the same type in an individual column of data frame.