Class AbstractVector
java.lang.Object
smile.data.vector.AbstractVector
- All Implemented Interfaces:
 Serializable, ValueVector
- Direct Known Subclasses:
 NullablePrimitiveVector, ObjectVector, PrimitiveVector
Abstract base class implementation of ValueVector interface.
- See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ValueVector
anyNull, apply, apply, doubleStream, dtype, eq, ge, get, get, get, getBoolean, getByte, getChar, getDouble, getFloat, getInt, getLong, getNullCount, getScale, getShort, getString, gt, intStream, isin, isNull, isNullable, isNullAt, le, longStream, lt, measure, name, ne, set, size, slice, slice, stream, toDoubleArray, toIntArray, toLongArray, toStringArray, toStringArray, update, withName 
- 
Constructor Details
- 
AbstractVector
Constructor.- Parameters:
 field- The struct field of the vector.
 
 - 
 - 
Method Details
- 
toString
 - 
field
Description copied from interface:ValueVectorReturns the struct field of the vector.- Specified by:
 fieldin interfaceValueVector- Returns:
 - the struct field.
 
 
 -