- timeVectorOf(BufferAllocator, String, int) - Static method in class org.datavec.arrow.ArrowConverter
-
- toArray(ArrowWritableRecordTimeSeriesBatch) - Static method in class org.datavec.arrow.ArrowConverter
-
Create an ndarray from a matrix.
- toArray(ArrowWritableRecordBatch) - Static method in class org.datavec.arrow.ArrowConverter
-
Create an ndarray from a matrix.
- toArray() - Method in class org.datavec.arrow.recordreader.ArrowWritableRecordBatch
-
- toArray(T[]) - Method in class org.datavec.arrow.recordreader.ArrowWritableRecordBatch
-
- toArray() - Method in class org.datavec.arrow.recordreader.ArrowWritableRecordTimeSeriesBatch
-
- toArray(T[]) - Method in class org.datavec.arrow.recordreader.ArrowWritableRecordTimeSeriesBatch
-
- toArrayList() - Method in class org.datavec.arrow.recordreader.ArrowWritableRecordBatch
-
- toArrayList() - Method in class org.datavec.arrow.recordreader.ArrowWritableRecordTimeSeriesBatch
-
- toArrowColumns(BufferAllocator, Schema, List<List<Writable>>) - Static method in class org.datavec.arrow.ArrowConverter
-
Given a buffer allocator and datavec schema,
convert the passed in batch of records
to a set of arrow columns
- toArrowColumnsString(BufferAllocator, Schema, List<List<String>>) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert a set of input strings to arrow columns
- toArrowColumnsStringSingle(BufferAllocator, Schema, List<String>) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert a set of input strings to arrow columns
- toArrowColumnsStringTimeSeries(BufferAllocator, Schema, List<List<List<String>>>) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert a set of input strings to arrow columns
for a time series.
- toArrowColumnsTimeSeries(BufferAllocator, Schema, List<List<List<Writable>>>) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert a set of input strings to arrow columns
for a time series.
- toArrowColumnsTimeSeriesHelper(BufferAllocator, Schema, List<List<List<T>>>) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert a set of input strings to arrow columns
for a time series.
- toArrowSchema(Schema) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert a data vec
Schema
to an arrow
Schema
- toArrowWritables(List<FieldVector>, Schema) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert the input field vectors (the input data) and
the given schema to a proper list of writables.
- toArrowWritablesSingle(List<FieldVector>, Schema) - Static method in class org.datavec.arrow.ArrowConverter
-
Return a singular record based on the converted
writables result.
- toArrowWritablesTimeSeries(List<FieldVector>, Schema, int) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert the input field vectors (the input data) and
the given schema to a proper list of writables.
- toDatavecSchema(Schema) - Static method in class org.datavec.arrow.ArrowConverter
-
Convert an
Schema
to a datavec
Schema