Uses of Interface
org.datavec.api.writable.Writable
-
-
Uses of Writable in org.datavec.api.conf
Classes in org.datavec.api.conf that implement Writable Modifier and Type Class Description classConfiguration -
Uses of Writable in org.datavec.api.formats.input
Subinterfaces of Writable in org.datavec.api.formats.input Modifier and Type Interface Description interfaceInputFormatClasses in org.datavec.api.formats.input that implement Writable Modifier and Type Class Description classBaseInputFormat -
Uses of Writable in org.datavec.api.formats.input.impl
Classes in org.datavec.api.formats.input.impl that implement Writable Modifier and Type Class Description classCSVInputFormatclassLibSvmInputFormatLib svm input formatclassLineInputFormatclassListStringInputFormatclassMatlabInputFormatMatlab input formatclassSVMLightInputFormatSVMLight input format -
Uses of Writable in org.datavec.api.io
Subinterfaces of Writable in org.datavec.api.io Modifier and Type Interface Description interfaceWritableComparable<T>Methods in org.datavec.api.io with type parameters of type Writable Modifier and Type Method Description static <T extends Writable>
TWritableUtils. clone(T orig, Configuration conf)Make a copy of a writable object using serialization to a buffer.Methods in org.datavec.api.io that return Writable Modifier and Type Method Description WritableWritableConverter. convert(Writable writable)Convert a writable to another kind of writableMethods in org.datavec.api.io with parameters of type Writable Modifier and Type Method Description WritableWritableConverter. convert(Writable writable)Convert a writable to another kind of writablestatic byte[]WritableUtils. toByteArray(Writable... writables)Convert writables to a byte array -
Uses of Writable in org.datavec.api.io.converters
Methods in org.datavec.api.io.converters that return Writable Modifier and Type Method Description WritableDoubleWritableConverter. convert(Writable writable)WritableFloatWritableConverter. convert(Writable writable)WritableLabelWriterConverter. convert(Writable writable)WritableSelfWritableConverter. convert(Writable writable)Methods in org.datavec.api.io.converters with parameters of type Writable Modifier and Type Method Description WritableDoubleWritableConverter. convert(Writable writable)WritableFloatWritableConverter. convert(Writable writable)WritableLabelWriterConverter. convert(Writable writable)WritableSelfWritableConverter. convert(Writable writable) -
Uses of Writable in org.datavec.api.io.labels
Methods in org.datavec.api.io.labels that return Writable Modifier and Type Method Description WritableParentPathLabelGenerator. getLabelForPath(String path)WritableParentPathLabelGenerator. getLabelForPath(URI uri)WritablePathLabelGenerator. getLabelForPath(String path)WritablePathLabelGenerator. getLabelForPath(URI uri)WritablePatternPathLabelGenerator. getLabelForPath(String path)WritablePatternPathLabelGenerator. getLabelForPath(URI uri)Methods in org.datavec.api.io.labels that return types with arguments of type Writable Modifier and Type Method Description List<Writable>PathMultiLabelGenerator. getLabels(String uriPath) -
Uses of Writable in org.datavec.api.records
Methods in org.datavec.api.records that return types with arguments of type Writable Modifier and Type Method Description List<Writable>Record. getRecord()Get the record values, as aList<Writable>List<List<Writable>>SequenceRecord. getSequenceRecord()Get the sequence record valuesList<Writable>SequenceRecord. getTimeStep(int timeStep)Get a single time step.Method parameters in org.datavec.api.records with type arguments of type Writable Modifier and Type Method Description voidRecord. setRecord(List<Writable> record)Get the record values for this RecordvoidSequenceRecord. setSequenceRecord(List<List<Writable>> sequenceRecord)Set the sequence record values -
Uses of Writable in org.datavec.api.records.impl
Methods in org.datavec.api.records.impl that return types with arguments of type Writable Modifier and Type Method Description List<Writable>SequenceRecord. getTimeStep(int timeStep) -
Uses of Writable in org.datavec.api.records.reader
Methods in org.datavec.api.records.reader that return types with arguments of type Writable Modifier and Type Method Description List<List<Writable>>BaseRecordReader. next(int num)List<Writable>RecordReader. next()Get the next recordList<List<Writable>>RecordReader. next(int num)This method will be used, if batchesSupported() returns true.List<Writable>RecordReader. record(URI uri, DataInputStream dataInputStream)Load the record from the given DataInputStream UnlikeRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStreamList<List<Writable>>SequenceRecordReader. sequenceRecord()Returns a sequence record.List<List<Writable>>SequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)Load a sequence record from the given DataInputStream UnlikeRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStream -
Uses of Writable in org.datavec.api.records.reader.impl
Methods in org.datavec.api.records.reader.impl that return types with arguments of type Writable Modifier and Type Method Description List<Writable>ComposableRecordReader. next()List<Writable>ConcatenatingRecordReader. next()List<Writable>FileRecordReader. next()List<List<Writable>>FileRecordReader. next(int num)List<Writable>LineRecordReader. next()List<Writable>ComposableRecordReader. record(URI uri, DataInputStream dataInputStream)List<Writable>ConcatenatingRecordReader. record(URI uri, DataInputStream dataInputStream)List<Writable>FileRecordReader. record(URI uri, DataInputStream dataInputStream)List<Writable>LineRecordReader. record(URI uri, DataInputStream dataInputStream) -
Uses of Writable in org.datavec.api.records.reader.impl.collection
Methods in org.datavec.api.records.reader.impl.collection that return types with arguments of type Writable Modifier and Type Method Description List<Writable>CollectionRecordReader. next()List<Writable>CollectionSequenceRecordReader. next()List<Writable>ListStringRecordReader. next()Get the next recordList<Writable>CollectionRecordReader. record(URI uri, DataInputStream dataInputStream)List<Writable>CollectionSequenceRecordReader. record(URI uri, DataInputStream dataInputStream)List<Writable>ListStringRecordReader. record(URI uri, DataInputStream dataInputStream)Load the record from the given DataInputStream UnlikeListStringRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStreamList<List<Writable>>CollectionSequenceRecordReader. sequenceRecord()List<List<Writable>>CollectionSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)Constructor parameters in org.datavec.api.records.reader.impl.collection with type arguments of type Writable Constructor Description CollectionRecordReader(Collection<? extends Collection<Writable>> records)CollectionSequenceRecordReader(Collection<? extends Collection<? extends Collection<Writable>>> records) -
Uses of Writable in org.datavec.api.records.reader.impl.csv
Methods in org.datavec.api.records.reader.impl.csv that return types with arguments of type Writable Modifier and Type Method Description List<Writable>CSVRecordReader. next()List<List<Writable>>CSVRecordReader. next(int num)protected List<Writable>CSVRecordReader. parseLine(String line)protected List<Writable>CSVRegexRecordReader. parseLine(String line)List<Writable>CSVRecordReader. record(URI uri, DataInputStream dataInputStream)List<List<Writable>>CSVLineSequenceRecordReader. sequenceRecord()List<List<Writable>>CSVLineSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)List<List<Writable>>CSVMultiSequenceRecordReader. sequenceRecord()List<List<Writable>>CSVMultiSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)List<List<Writable>>CSVNLinesSequenceRecordReader. sequenceRecord()List<List<Writable>>CSVNLinesSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)List<List<Writable>>CSVSequenceRecordReader. sequenceRecord()List<List<Writable>>CSVSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)List<List<Writable>>CSVVariableSlidingWindowRecordReader. sequenceRecord()List<List<Writable>>CSVVariableSlidingWindowRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)Constructors in org.datavec.api.records.reader.impl.csv with parameters of type Writable Constructor Description CSVMultiSequenceRecordReader(int skipNumLines, char elementDelimiter, char quote, String sequenceSeparatorRegex, CSVMultiSequenceRecordReader.Mode mode, Writable padValue)Create a sequence reader using the default value for skip lines (0), the default delimiter (',') and the default quote character ('"')CSVMultiSequenceRecordReader(String sequenceSeparatorRegex, CSVMultiSequenceRecordReader.Mode mode, Writable padValue)Create a sequence reader using the default value for skip lines (0), the default delimiter (',') and the default quote character ('"') -
Uses of Writable in org.datavec.api.records.reader.impl.filebatch
Methods in org.datavec.api.records.reader.impl.filebatch that return types with arguments of type Writable Modifier and Type Method Description List<Writable>FileBatchRecordReader. next()List<List<Writable>>FileBatchRecordReader. next(int num)List<Writable>FileBatchSequenceRecordReader. next()List<List<Writable>>FileBatchSequenceRecordReader. next(int num)List<Writable>FileBatchRecordReader. record(URI uri, DataInputStream dataInputStream)List<Writable>FileBatchSequenceRecordReader. record(URI uri, DataInputStream dataInputStream)List<List<Writable>>FileBatchSequenceRecordReader. sequenceRecord()List<List<Writable>>FileBatchSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream) -
Uses of Writable in org.datavec.api.records.reader.impl.inmemory
Methods in org.datavec.api.records.reader.impl.inmemory that return types with arguments of type Writable Modifier and Type Method Description List<Writable>InMemoryRecordReader. next()Get the next recordList<List<Writable>>InMemoryRecordReader. next(int num)List<Writable>InMemorySequenceRecordReader. next()Get the next recordList<List<Writable>>InMemorySequenceRecordReader. next(int num)List<Writable>InMemoryRecordReader. record(URI uri, DataInputStream dataInputStream)Load the record from the given DataInputStream UnlikeInMemoryRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStreamList<Writable>InMemorySequenceRecordReader. record(URI uri, DataInputStream dataInputStream)Load the record from the given DataInputStream UnlikeInMemorySequenceRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStreamList<List<Writable>>InMemorySequenceRecordReader. sequenceRecord()Returns a sequence record.List<List<Writable>>InMemorySequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)Load a sequence record from the given DataInputStream UnlikeInMemorySequenceRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStreamConstructor parameters in org.datavec.api.records.reader.impl.inmemory with type arguments of type Writable Constructor Description InMemoryRecordReader(List<List<Writable>> records)InMemorySequenceRecordReader(List<List<List<Writable>>> records) -
Uses of Writable in org.datavec.api.records.reader.impl.jackson
Fields in org.datavec.api.records.reader.impl.jackson declared as Writable Modifier and Type Field Description static WritableFieldSelection. DEFAULT_MISSING_VALUEMethods in org.datavec.api.records.reader.impl.jackson that return types with arguments of type Writable Modifier and Type Method Description List<Writable>FieldSelection. getValueIfMissing()List<Writable>JacksonLineRecordReader. next()List<Writable>JacksonRecordReader. next()protected List<Writable>JacksonLineRecordReader. parseLine(String line)static List<Writable>JacksonReaderUtils. parseRecord(String line, FieldSelection selection, org.nd4j.shade.jackson.databind.ObjectMapper mapper)List<Writable>JacksonRecordReader. record(URI uri, DataInputStream dataInputStream)List<List<Writable>>JacksonLineSequenceRecordReader. sequenceRecord()List<List<Writable>>JacksonLineSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)Methods in org.datavec.api.records.reader.impl.jackson with parameters of type Writable Modifier and Type Method Description FieldSelection.BuilderFieldSelection.Builder. addField(Writable valueIfMissing, String... fieldPath) -
Uses of Writable in org.datavec.api.records.reader.impl.misc
Fields in org.datavec.api.records.reader.impl.misc declared as Writable Modifier and Type Field Description static WritableSVMLightRecordReader. LABEL_ONEstatic WritableSVMLightRecordReader. LABEL_ZEROstatic WritableSVMLightRecordReader. ONEprotected WritableSVMLightRecordReader. recordLookaheadstatic WritableSVMLightRecordReader. ZEROMethods in org.datavec.api.records.reader.impl.misc that return Writable Modifier and Type Method Description protected WritableSVMLightRecordReader. getNextRecord()Helper function to help detect lines that are commented out.Methods in org.datavec.api.records.reader.impl.misc that return types with arguments of type Writable Modifier and Type Method Description List<Writable>MatlabRecordReader. next()List<Writable>SVMLightRecordReader. next()Return next record as list of Writables.List<Writable>MatlabRecordReader. record(URI uri, DataInputStream dataInputStream)List<Writable>SVMLightRecordReader. record(URI uri, DataInputStream dataInputStream) -
Uses of Writable in org.datavec.api.records.reader.impl.regex
Methods in org.datavec.api.records.reader.impl.regex that return types with arguments of type Writable Modifier and Type Method Description List<Writable>RegexLineRecordReader. next()List<Writable>RegexLineRecordReader. record(URI uri, DataInputStream dataInputStream)List<List<Writable>>RegexSequenceRecordReader. sequenceRecord()List<List<Writable>>RegexSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream) -
Uses of Writable in org.datavec.api.records.reader.impl.transform
Methods in org.datavec.api.records.reader.impl.transform that return types with arguments of type Writable Modifier and Type Method Description List<Writable>TransformProcessRecordReader. next()Get the next recordList<List<Writable>>TransformProcessRecordReader. next(int num)List<Writable>TransformProcessSequenceRecordReader. next()Get the next recordList<List<Writable>>TransformProcessSequenceRecordReader. next(int num)List<Writable>TransformProcessRecordReader. record(URI uri, DataInputStream dataInputStream)Load the record from the given DataInputStream UnlikeTransformProcessRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStreamList<Writable>TransformProcessSequenceRecordReader. record(URI uri, DataInputStream dataInputStream)Load the record from the given DataInputStream UnlikeTransformProcessSequenceRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStreamList<List<Writable>>TransformProcessSequenceRecordReader. sequenceRecord()Returns a sequence record.List<List<Writable>>TransformProcessSequenceRecordReader. sequenceRecord(URI uri, DataInputStream dataInputStream)Load a sequence record from the given DataInputStream UnlikeTransformProcessSequenceRecordReader.next()the internal state of the RecordReader is not modified Implementations of this method should not close the DataInputStream -
Uses of Writable in org.datavec.api.records.writer
Method parameters in org.datavec.api.records.writer with type arguments of type Writable Modifier and Type Method Description PartitionMetaDataRecordWriter. write(List<Writable> record)Write a recordPartitionMetaDataSequenceRecordWriter. write(List<List<Writable>> sequence)Write a recordPartitionMetaDataRecordWriter. writeBatch(List<List<Writable>> batch)Write a batch of records -
Uses of Writable in org.datavec.api.records.writer.impl
Method parameters in org.datavec.api.records.writer.impl with type arguments of type Writable Modifier and Type Method Description PartitionMetaDataLineRecordWriter. write(List<Writable> record)PartitionMetaDataLineRecordWriter. writeBatch(List<List<Writable>> batch) -
Uses of Writable in org.datavec.api.records.writer.impl.csv
Method parameters in org.datavec.api.records.writer.impl.csv with type arguments of type Writable Modifier and Type Method Description PartitionMetaDataCSVRecordWriter. write(List<Writable> record)PartitionMetaDataCSVRecordWriter. writeBatch(List<List<Writable>> batch) -
Uses of Writable in org.datavec.api.records.writer.impl.misc
Method parameters in org.datavec.api.records.writer.impl.misc with type arguments of type Writable Modifier and Type Method Description PartitionMetaDataMatlabRecordWriter. write(List<Writable> record)PartitionMetaDataSVMLightRecordWriter. write(List<Writable> record)Write next record.PartitionMetaDataMatlabRecordWriter. writeBatch(List<List<Writable>> batch)PartitionMetaDataSVMLightRecordWriter. writeBatch(List<List<Writable>> batch) -
Uses of Writable in org.datavec.api.timeseries.util
Method parameters in org.datavec.api.timeseries.util with type arguments of type Writable Modifier and Type Method Description static Pair<INDArray,INDArray>TimeSeriesWritableUtils. convertWritablesSequence(List<List<List<Writable>>> timeSeriesRecord)Convert the writables to a sequence (3d) data set, and also return the mask array (if necessary)static Pair<INDArray,INDArray>TimeSeriesWritableUtils. convertWritablesSequence(List<List<List<Writable>>> list, TimeSeriesWritableUtils.RecordDetails details)Convert the writables to a sequence (3d) data set, and also return the mask array (if necessary)static TimeSeriesWritableUtils.RecordDetailsTimeSeriesWritableUtils. getDetails(List<List<List<Writable>>> record)Get theTimeSeriesWritableUtils.RecordDetailsdetailing the length of the time series -
Uses of Writable in org.datavec.api.transform
Methods in org.datavec.api.transform that return types with arguments of type Writable Modifier and Type Method Description List<Writable>TransformProcess. execute(List<Writable> input)Execute the full sequence of transformations for a single example.List<List<Writable>>TransformProcess. executeSequence(List<List<Writable>> inputSequence)Execute the full sequence of transformations for a single time series (sequence).List<List<Writable>>TransformProcess. executeSequenceToSequence(List<List<Writable>> input)List<Writable>TransformProcess. executeSequenceToSingle(List<List<Writable>> inputSequence)Execute a TransformProcess that starts with a sequence record, and converts it to a single (non-sequence) recordList<List<Writable>>TransformProcess. executeToSequence(List<Writable> inputExample)Execute a TransformProcess that starts with a single (non-sequence) record, and converts it to a sequence record.List<List<List<Writable>>>TransformProcess. executeToSequenceBatch(List<List<Writable>> inputExample)Execute a TransformProcess that starts with a single (non-sequence) record, and converts it to a sequence record.List<Writable>Transform. map(List<Writable> writables)Transform a writable in to another writableList<List<Writable>>Transform. mapSequence(List<List<Writable>> sequence)Transform a sequenceList<Writable>TransformProcess. transformRawStringsToInput(String... values)Based on the input schema, map raw string values to the appropriate writableList<Writable>TransformProcess. transformRawStringsToInputList(List<String> values)Based on the input schema, map raw string values to the appropriate writableList<List<Writable>>TransformProcess. transformRawStringsToInputSequence(List<List<String>> sequence)Transforms a sequence of strings in to a sequence of writables (very similar toTransformProcess.transformRawStringsToInput(String...)for sequencesMethods in org.datavec.api.transform with parameters of type Writable Modifier and Type Method Description TransformProcess.BuilderTransformProcess.Builder. addConstantColumn(String newColumnName, ColumnType newColumnType, Writable fixedValue)Add a new column, where all values in the column are identical and as specified.TransformProcess.BuilderTransformProcess.Builder. conditionalReplaceValueTransform(String column, Writable newValue, Condition condition)Replace the values in a specified column with a specified new value, if some condition holds.TransformProcess.BuilderTransformProcess.Builder. conditionalReplaceValueTransformWithDefault(String column, Writable yesVal, Writable noVal, Condition condition)Replace the values in a specified column with a specified "yes" value, if some condition holds.Method parameters in org.datavec.api.transform with type arguments of type Writable Modifier and Type Method Description List<Writable>TransformProcess. execute(List<Writable> input)Execute the full sequence of transformations for a single example.List<List<Writable>>TransformProcess. executeSequence(List<List<Writable>> inputSequence)Execute the full sequence of transformations for a single time series (sequence).List<List<Writable>>TransformProcess. executeSequenceToSequence(List<List<Writable>> input)List<Writable>TransformProcess. executeSequenceToSingle(List<List<Writable>> inputSequence)Execute a TransformProcess that starts with a sequence record, and converts it to a single (non-sequence) recordList<List<Writable>>TransformProcess. executeToSequence(List<Writable> inputExample)Execute a TransformProcess that starts with a single (non-sequence) record, and converts it to a sequence record.List<List<List<Writable>>>TransformProcess. executeToSequenceBatch(List<List<Writable>> inputExample)Execute a TransformProcess that starts with a single (non-sequence) record, and converts it to a sequence record.List<Writable>Transform. map(List<Writable> writables)Transform a writable in to another writableList<List<Writable>>Transform. mapSequence(List<List<Writable>> sequence)Transform a sequenceTransformProcess.BuilderTransformProcess.Builder. trimOrPadSequenceToLength(int length, @NonNull List<Writable> pad)Trim or pad the sequence to the specified length (number of sequence steps).
Sequences longer than the specified maximum will be trimmed to exactly the maximum. -
Uses of Writable in org.datavec.api.transform.analysis
Methods in org.datavec.api.transform.analysis with parameters of type Writable Modifier and Type Method Description TAnalysisCounter. add(Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.counter
Methods in org.datavec.api.transform.analysis.counter with parameters of type Writable Modifier and Type Method Description BytesAnalysisCounterBytesAnalysisCounter. add(Writable writable)CategoricalAnalysisCounterCategoricalAnalysisCounter. add(Writable writable)DoubleAnalysisCounterDoubleAnalysisCounter. add(Writable writable)IntegerAnalysisCounterIntegerAnalysisCounter. add(Writable writable)LongAnalysisCounterLongAnalysisCounter. add(Writable writable)NDArrayAnalysisCounterNDArrayAnalysisCounter. add(Writable writable)StringAnalysisCounterStringAnalysisCounter. add(Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.histogram
Methods in org.datavec.api.transform.analysis.histogram with parameters of type Writable Modifier and Type Method Description HistogramCounterCategoricalHistogramCounter. add(Writable w)HistogramCounterDoubleHistogramCounter. add(Writable w)HistogramCounterHistogramCounter. add(Writable w)HistogramCounterNDArrayHistogramCounter. add(Writable w)HistogramCounterStringHistogramCounter. add(Writable w) -
Uses of Writable in org.datavec.api.transform.analysis.quality
Methods in org.datavec.api.transform.analysis.quality with parameters of type Writable Modifier and Type Method Description TQualityAnalysisState. add(Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.quality.bytes
Methods in org.datavec.api.transform.analysis.quality.bytes with parameters of type Writable Modifier and Type Method Description BytesQualityAnalysisStateBytesQualityAnalysisState. add(Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.quality.categorical
Methods in org.datavec.api.transform.analysis.quality.categorical with parameters of type Writable Modifier and Type Method Description CategoricalQualityAnalysisStateCategoricalQualityAnalysisState. add(Writable writable)CategoricalQualityCategoricalQualityAddFunction. apply(CategoricalQuality v1, Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.quality.integer
Methods in org.datavec.api.transform.analysis.quality.integer with parameters of type Writable Modifier and Type Method Description IntegerQualityAnalysisStateIntegerQualityAnalysisState. add(Writable writable)IntegerQualityIntegerQualityAddFunction. apply(IntegerQuality v1, Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.quality.longq
Methods in org.datavec.api.transform.analysis.quality.longq with parameters of type Writable Modifier and Type Method Description LongQualityAnalysisStateLongQualityAnalysisState. add(Writable writable)LongQualityLongQualityAddFunction. apply(LongQuality v1, Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.quality.real
Methods in org.datavec.api.transform.analysis.quality.real with parameters of type Writable Modifier and Type Method Description RealQualityAnalysisStateRealQualityAnalysisState. add(Writable writable)DoubleQualityRealQualityAddFunction. apply(DoubleQuality v1, Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.quality.string
Methods in org.datavec.api.transform.analysis.quality.string with parameters of type Writable Modifier and Type Method Description StringQualityAnalysisStateStringQualityAnalysisState. add(Writable writable)StringQualityStringQualityAddFunction. apply(StringQuality v1, Writable writable) -
Uses of Writable in org.datavec.api.transform.analysis.quality.time
Methods in org.datavec.api.transform.analysis.quality.time with parameters of type Writable Modifier and Type Method Description TimeQualityAnalysisStateTimeQualityAnalysisState. add(Writable writable)TimeQualityTimeQualityAddFunction. apply(TimeQuality v1, Writable writable) -
Uses of Writable in org.datavec.api.transform.condition
Method parameters in org.datavec.api.transform.condition with type arguments of type Writable Modifier and Type Method Description booleanBooleanCondition. condition(List<Writable> list)booleanCondition. condition(List<Writable> list)Is the condition satisfied for the current input/example?
Returns true if condition is satisfied, or false otherwise.booleanBooleanCondition. conditionSequence(List<List<Writable>> sequence)booleanCondition. conditionSequence(List<List<Writable>> sequence)Is the condition satisfied for the current input/sequence?
Returns true if condition is satisfied, or false otherwise. -
Uses of Writable in org.datavec.api.transform.condition.column
Methods in org.datavec.api.transform.condition.column with parameters of type Writable Modifier and Type Method Description booleanBooleanColumnCondition. columnCondition(Writable writable)Returns whether the given element meets the condition set by this operationbooleanCategoricalColumnCondition. columnCondition(Writable writable)booleanColumnCondition. columnCondition(Writable writable)Returns whether the given element meets the condition set by this operationbooleanDoubleColumnCondition. columnCondition(Writable writable)booleanFloatColumnCondition. columnCondition(Writable writable)booleanInfiniteColumnCondition. columnCondition(Writable writable)booleanIntegerColumnCondition. columnCondition(Writable writable)booleanInvalidValueColumnCondition. columnCondition(Writable writable)booleanLongColumnCondition. columnCondition(Writable writable)booleanNaNColumnCondition. columnCondition(Writable writable)booleanNullWritableColumnCondition. columnCondition(Writable writable)booleanStringColumnCondition. columnCondition(Writable writable)booleanTimeColumnCondition. columnCondition(Writable writable)booleanTrivialColumnCondition. columnCondition(Writable writable)Method parameters in org.datavec.api.transform.condition.column with type arguments of type Writable Modifier and Type Method Description booleanBaseColumnCondition. condition(List<Writable> list)booleanColumnCondition. condition(List<Writable> list)booleanTrivialColumnCondition. condition(List<Writable> writables)booleanBaseColumnCondition. conditionSequence(List<List<Writable>> list)booleanColumnCondition. conditionSequence(List<List<Writable>> list) -
Uses of Writable in org.datavec.api.transform.condition.sequence
Method parameters in org.datavec.api.transform.condition.sequence with type arguments of type Writable Modifier and Type Method Description booleanSequenceLengthCondition. condition(List<Writable> list)booleanSequenceLengthCondition. conditionSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.condition.string
Methods in org.datavec.api.transform.condition.string with parameters of type Writable Modifier and Type Method Description booleanStringRegexColumnCondition. columnCondition(Writable writable) -
Uses of Writable in org.datavec.api.transform.filter
Methods in org.datavec.api.transform.filter with parameters of type Writable Modifier and Type Method Description abstract booleanBaseColumnFilter. removeExample(Writable writable)Should the example or sequence be removed, based on the values from the specified column?Method parameters in org.datavec.api.transform.filter with type arguments of type Writable Modifier and Type Method Description booleanBaseColumnFilter. removeExample(List<Writable> writables)booleanConditionFilter. removeExample(List<Writable> writables)booleanFilter. removeExample(List<Writable> writables)booleanFilterInvalidValues. removeExample(List<Writable> writables)booleanInvalidNumColumns. removeExample(List<Writable> writables)booleanBaseColumnFilter. removeSequence(List<List<Writable>> sequence)booleanConditionFilter. removeSequence(List<List<Writable>> sequence)booleanFilter. removeSequence(List<List<Writable>> sequence)booleanFilterInvalidValues. removeSequence(List<List<Writable>> sequence)booleanInvalidNumColumns. removeSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.join
Methods in org.datavec.api.transform.join that return types with arguments of type Writable Modifier and Type Method Description List<Writable>Join. joinExamples(List<Writable> leftExample, List<Writable> rightExample)Join the examples.Method parameters in org.datavec.api.transform.join with type arguments of type Writable Modifier and Type Method Description List<Writable>Join. joinExamples(List<Writable> leftExample, List<Writable> rightExample)Join the examples. -
Uses of Writable in org.datavec.api.transform.metadata
Methods in org.datavec.api.transform.metadata with parameters of type Writable Modifier and Type Method Description booleanBinaryMetaData. isValid(Writable writable)booleanBooleanMetaData. isValid(Writable writable)booleanCategoricalMetaData. isValid(Writable writable)booleanColumnMetaData. isValid(Writable writable)Is the given Writable valid for this column, given the column type and any restrictions given by the ColumnMetaData object?booleanDoubleMetaData. isValid(Writable writable)booleanFloatMetaData. isValid(Writable writable)booleanIntegerMetaData. isValid(Writable writable)booleanLongMetaData. isValid(Writable writable)booleanNDArrayMetaData. isValid(Writable writable)booleanStringMetaData. isValid(Writable writable)booleanTimeMetaData. isValid(Writable writable) -
Uses of Writable in org.datavec.api.transform.ndarray
Methods in org.datavec.api.transform.ndarray that return Writable Modifier and Type Method Description protected WritableNDArrayColumnsMathOpTransform. doOp(Writable... input)Methods in org.datavec.api.transform.ndarray that return types with arguments of type Writable Modifier and Type Method Description List<Writable>NDArrayDistanceTransform. map(List<Writable> writables)List<List<Writable>>NDArrayDistanceTransform. mapSequence(List<List<Writable>> sequence)Methods in org.datavec.api.transform.ndarray with parameters of type Writable Modifier and Type Method Description protected WritableNDArrayColumnsMathOpTransform. doOp(Writable... input)NDArrayWritableNDArrayMathFunctionTransform. map(Writable w)NDArrayWritableNDArrayScalarOpTransform. map(Writable w)Method parameters in org.datavec.api.transform.ndarray with type arguments of type Writable Modifier and Type Method Description List<Writable>NDArrayDistanceTransform. map(List<Writable> writables)List<List<Writable>>NDArrayDistanceTransform. mapSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.ops
Methods in org.datavec.api.transform.ops with type parameters of type Writable Modifier and Type Method Description <W extends IAggregableReduceOp<Writable,T>>
voidAggregableCheckingOp. combine(W accu)<U extends IAggregableReduceOp<T,List<Writable>>>
voidAggregableMultiOp. combine(U accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableCount. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableCountUnique. combine(U acc)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableFirst. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableLast. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableMax. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableMean. combine(U acc)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableMin. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableProd. combine(W accu)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableRange. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableStdDev. combine(U acc)<W extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableSum. combine(W accu)<U extends IAggregableReduceOp<T,Writable>>
voidAggregatorImpls.AggregableVariance. combine(U acc)<W extends IAggregableReduceOp<Writable,T>>
voidByteWritableOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidDoubleWritableOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidFloatWritableOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidIntWritableOp. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidLongWritableOp. combine(W accu)<W extends IAggregableReduceOp<String,Writable>>
voidStringAggregatorImpls.AggregableStringAppend. combine(W accu)<W extends IAggregableReduceOp<String,Writable>>
voidStringAggregatorImpls.AggregableStringPrepend. combine(W accu)<W extends IAggregableReduceOp<Writable,T>>
voidStringWritableOp. combine(W accu)Methods in org.datavec.api.transform.ops that return Writable Modifier and Type Method Description WritableAggregatorImpls.AggregableCount. get()WritableAggregatorImpls.AggregableCountUnique. get()WritableAggregatorImpls.AggregableFirst. get()WritableAggregatorImpls.AggregableLast. get()WritableAggregatorImpls.AggregableMax. get()WritableAggregatorImpls.AggregableMean. get()WritableAggregatorImpls.AggregableMin. get()WritableAggregatorImpls.AggregablePopulationVariance. get()WritableAggregatorImpls.AggregableProd. get()WritableAggregatorImpls.AggregableRange. get()WritableAggregatorImpls.AggregableStdDev. get()WritableAggregatorImpls.AggregableSum. get()WritableAggregatorImpls.AggregableUncorrectedStdDev. get()WritableAggregatorImpls.AggregableVariance. get()WritableStringAggregatorImpls.AggregableStringAppend. get()WritableStringAggregatorImpls.AggregableStringPrepend. get()Methods in org.datavec.api.transform.ops that return types with arguments of type Writable Modifier and Type Method Description List<Writable>AggregableMultiOp. get()Methods in org.datavec.api.transform.ops with parameters of type Writable Modifier and Type Method Description voidAggregableCheckingOp. accept(Writable writable)voidByteWritableOp. accept(Writable writable)voidDoubleWritableOp. accept(Writable writable)voidFloatWritableOp. accept(Writable writable)voidIntWritableOp. accept(Writable writable)voidLongWritableOp. accept(Writable writable)voidStringWritableOp. accept(Writable writable)Method parameters in org.datavec.api.transform.ops with type arguments of type Writable Modifier and Type Method Description voidDispatchWithConditionOp. accept(List<Writable> ts)Constructor parameters in org.datavec.api.transform.ops with type arguments of type Writable Constructor Description DispatchWithConditionOp(List<IAggregableReduceOp<Writable,List<U>>> ops, List<Condition> conds) -
Uses of Writable in org.datavec.api.transform.reduce
Methods in org.datavec.api.transform.reduce that return Writable Modifier and Type Method Description WritableColumnReduction. reduceColumn(List<Writable> columnData)Reduce a single column.Methods in org.datavec.api.transform.reduce that return types with arguments of type Writable Modifier and Type Method Description IAggregableReduceOp<List<Writable>,List<Writable>>IAssociativeReducer. aggregableReducer()An aggregation that has the property that reduce(List(reduce(List(l1, l2)), l3)) = reduce(List(l1, reduce(List(l2, l3)))IAggregableReduceOp<List<Writable>,List<Writable>>IAssociativeReducer. aggregableReducer()An aggregation that has the property that reduce(List(reduce(List(l1, l2)), l3)) = reduce(List(l1, reduce(List(l2, l3)))IAggregableReduceOp<List<Writable>,List<Writable>>Reducer. aggregableReducer()IAggregableReduceOp<List<Writable>,List<Writable>>Reducer. aggregableReducer()static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceBytesColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceBytesColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceColumn(List<ReduceOp> op, ColumnType type, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceColumn(List<ReduceOp> op, ColumnType type, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceDoubleColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceDoubleColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceFloatColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceFloatColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceIntColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceIntColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceLongColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceLongColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)IAggregableReduceOp<Writable,List<Writable>>AggregableColumnReduction. reduceOp()Reduce a single column.IAggregableReduceOp<Writable,List<Writable>>AggregableColumnReduction. reduceOp()Reduce a single column.static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceStringOrCategoricalColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceStringOrCategoricalColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceTimeColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)static IAggregableReduceOp<Writable,List<Writable>>AggregableReductionUtils. reduceTimeColumn(List<ReduceOp> lop, boolean ignoreInvalid, ColumnMetaData metaData)Method parameters in org.datavec.api.transform.reduce with type arguments of type Writable Modifier and Type Method Description WritableColumnReduction. reduceColumn(List<Writable> columnData)Reduce a single column. -
Uses of Writable in org.datavec.api.transform.reduce.impl
Methods in org.datavec.api.transform.reduce.impl with type parameters of type Writable Modifier and Type Method Description <W extends IAggregableReduceOp<Writable,List<Writable>>>
voidGeographicMidpointReduction.AverageCoordinateReduceOp. combine(W accu)<W extends IAggregableReduceOp<Writable,List<Writable>>>
voidGeographicMidpointReduction.AverageCoordinateReduceOp. combine(W accu)Methods in org.datavec.api.transform.reduce.impl that return types with arguments of type Writable Modifier and Type Method Description List<Writable>GeographicMidpointReduction.AverageCoordinateReduceOp. get()IAggregableReduceOp<Writable,List<Writable>>GeographicMidpointReduction. reduceOp()IAggregableReduceOp<Writable,List<Writable>>GeographicMidpointReduction. reduceOp()Methods in org.datavec.api.transform.reduce.impl with parameters of type Writable Modifier and Type Method Description voidGeographicMidpointReduction.AverageCoordinateReduceOp. accept(Writable writable) -
Uses of Writable in org.datavec.api.transform.schema
Method parameters in org.datavec.api.transform.schema with type arguments of type Writable Modifier and Type Method Description static SchemaSchema. infer(List<Writable> record)Infers a schema based on the record.static SchemaSchema. inferMultiple(List<List<Writable>> record)Infers a schema based on the record.static SequenceSchemaSequenceSchema. inferSequence(List<List<Writable>> record)Infers a sequence schema based on the recordstatic SequenceSchemaSequenceSchema. inferSequenceMulti(List<List<List<Writable>>> record)Infers a sequence schema based on the record -
Uses of Writable in org.datavec.api.transform.schema.conversion
Methods in org.datavec.api.transform.schema.conversion with parameters of type Writable Modifier and Type Method Description doubleTypeConversion. convertDouble(Writable writable)floatTypeConversion. convertFloat(Writable writable)intTypeConversion. convertInt(Writable writable)longTypeConversion. convertLong(Writable writable)StringTypeConversion. convertString(Writable writable) -
Uses of Writable in org.datavec.api.transform.sequence
Methods in org.datavec.api.transform.sequence that return types with arguments of type Writable Modifier and Type Method Description List<Writable>ReduceSequenceTransform. map(List<Writable> writables)List<List<Writable>>ReduceSequenceTransform. mapSequence(List<List<Writable>> sequence)List<List<List<Writable>>>SequenceSplit. split(List<List<Writable>> sequence)Split a sequence in to multiple time stepsMethod parameters in org.datavec.api.transform.sequence with type arguments of type Writable Modifier and Type Method Description List<Writable>ReduceSequenceTransform. map(List<Writable> writables)List<List<Writable>>ReduceSequenceTransform. mapSequence(List<List<Writable>> sequence)List<List<List<Writable>>>SequenceSplit. split(List<List<Writable>> sequence)Split a sequence in to multiple time steps -
Uses of Writable in org.datavec.api.transform.sequence.comparator
Methods in org.datavec.api.transform.sequence.comparator with parameters of type Writable Modifier and Type Method Description protected abstract intBaseColumnComparator. compare(Writable w1, Writable w2)protected intNumericalColumnComparator. compare(Writable w1, Writable w2)protected intStringComparator. compare(Writable w1, Writable w2)Method parameters in org.datavec.api.transform.sequence.comparator with type arguments of type Writable Modifier and Type Method Description intBaseColumnComparator. compare(List<Writable> o1, List<Writable> o2) -
Uses of Writable in org.datavec.api.transform.sequence.expansion
Methods in org.datavec.api.transform.sequence.expansion that return types with arguments of type Writable Modifier and Type Method Description protected abstract List<List<Writable>>BaseSequenceExpansionTransform. expandTimeStep(List<Writable> currentStepValues)List<Writable>BaseSequenceExpansionTransform. map(List<Writable> writables)List<List<Writable>>BaseSequenceExpansionTransform. mapSequence(List<List<Writable>> sequence)Method parameters in org.datavec.api.transform.sequence.expansion with type arguments of type Writable Modifier and Type Method Description protected abstract List<List<Writable>>BaseSequenceExpansionTransform. expandTimeStep(List<Writable> currentStepValues)List<Writable>BaseSequenceExpansionTransform. map(List<Writable> writables)List<List<Writable>>BaseSequenceExpansionTransform. mapSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.sequence.merge
Methods in org.datavec.api.transform.sequence.merge that return types with arguments of type Writable Modifier and Type Method Description List<List<Writable>>SequenceMerge. mergeSequences(List<List<List<Writable>>> multipleSequences)Method parameters in org.datavec.api.transform.sequence.merge with type arguments of type Writable Modifier and Type Method Description List<List<Writable>>SequenceMerge. mergeSequences(List<List<List<Writable>>> multipleSequences) -
Uses of Writable in org.datavec.api.transform.sequence.split
Methods in org.datavec.api.transform.sequence.split that return types with arguments of type Writable Modifier and Type Method Description List<List<List<Writable>>>SequenceSplitTimeSeparation. split(List<List<Writable>> sequence)List<List<List<Writable>>>SplitMaxLengthSequence. split(List<List<Writable>> sequence)Method parameters in org.datavec.api.transform.sequence.split with type arguments of type Writable Modifier and Type Method Description List<List<List<Writable>>>SequenceSplitTimeSeparation. split(List<List<Writable>> sequence)List<List<List<Writable>>>SplitMaxLengthSequence. split(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.sequence.trim
Methods in org.datavec.api.transform.sequence.trim that return types with arguments of type Writable Modifier and Type Method Description List<Writable>SequenceTrimToLengthTransform. map(List<Writable> writables)List<Writable>SequenceTrimTransform. map(List<Writable> writables)List<List<Writable>>SequenceTrimToLengthTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>SequenceTrimTransform. mapSequence(List<List<Writable>> sequence)Method parameters in org.datavec.api.transform.sequence.trim with type arguments of type Writable Modifier and Type Method Description List<Writable>SequenceTrimToLengthTransform. map(List<Writable> writables)List<Writable>SequenceTrimTransform. map(List<Writable> writables)List<List<Writable>>SequenceTrimToLengthTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>SequenceTrimTransform. mapSequence(List<List<Writable>> sequence)Constructor parameters in org.datavec.api.transform.sequence.trim with type arguments of type Writable Constructor Description SequenceTrimToLengthTransform(int maxLength, SequenceTrimToLengthTransform.Mode mode, List<Writable> pad) -
Uses of Writable in org.datavec.api.transform.sequence.window
Methods in org.datavec.api.transform.sequence.window that return types with arguments of type Writable Modifier and Type Method Description List<List<List<Writable>>>OverlappingTimeWindowFunction. applyToSequence(List<List<Writable>> sequence)List<List<List<Writable>>>TimeWindowFunction. applyToSequence(List<List<Writable>> sequence)List<List<List<Writable>>>WindowFunction. applyToSequence(List<List<Writable>> sequence)Apply the windowing function to the given sequenceList<Writable>ReduceSequenceByWindowTransform. map(List<Writable> writables)List<List<Writable>>ReduceSequenceByWindowTransform. mapSequence(List<List<Writable>> sequence)Method parameters in org.datavec.api.transform.sequence.window with type arguments of type Writable Modifier and Type Method Description List<List<List<Writable>>>OverlappingTimeWindowFunction. applyToSequence(List<List<Writable>> sequence)List<List<List<Writable>>>TimeWindowFunction. applyToSequence(List<List<Writable>> sequence)List<List<List<Writable>>>WindowFunction. applyToSequence(List<List<Writable>> sequence)Apply the windowing function to the given sequenceList<Writable>ReduceSequenceByWindowTransform. map(List<Writable> writables)List<List<Writable>>ReduceSequenceByWindowTransform. mapSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.stringreduce
Methods in org.datavec.api.transform.stringreduce that return Writable Modifier and Type Method Description static WritableStringReducer. reduceStringOrCategoricalColumn(StringReduceOp op, List<Writable> values)Methods in org.datavec.api.transform.stringreduce that return types with arguments of type Writable Modifier and Type Method Description List<Writable>IStringReducer. reduce(List<List<Writable>> examplesList)List<Writable>StringReducer. reduce(List<List<Writable>> examplesList)Method parameters in org.datavec.api.transform.stringreduce with type arguments of type Writable Modifier and Type Method Description List<Writable>IStringReducer. reduce(List<List<Writable>> examplesList)List<Writable>StringReducer. reduce(List<List<Writable>> examplesList)static WritableStringReducer. reduceStringOrCategoricalColumn(StringReduceOp op, List<Writable> values) -
Uses of Writable in org.datavec.api.transform.transform
Methods in org.datavec.api.transform.transform that return Writable Modifier and Type Method Description protected abstract WritableBaseColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseColumnTransform. map(Writable columnWritable)Methods in org.datavec.api.transform.transform that return types with arguments of type Writable Modifier and Type Method Description List<Writable>BaseColumnsMathOpTransform. map(List<Writable> writables)List<Writable>BaseColumnTransform. map(List<Writable> writables)List<List<Writable>>BaseColumnsMathOpTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>BaseTransform. mapSequence(List<List<Writable>> sequence)Methods in org.datavec.api.transform.transform with parameters of type Writable Modifier and Type Method Description protected abstract WritableBaseColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseColumnTransform. map(Writable columnWritable)Method parameters in org.datavec.api.transform.transform with type arguments of type Writable Modifier and Type Method Description List<Writable>BaseColumnsMathOpTransform. map(List<Writable> writables)List<Writable>BaseColumnTransform. map(List<Writable> writables)List<List<Writable>>BaseColumnsMathOpTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>BaseTransform. mapSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.transform.categorical
Methods in org.datavec.api.transform.transform.categorical that return Writable Modifier and Type Method Description WritableIntegerToCategoricalTransform. map(Writable columnWritable)WritableStringToCategoricalTransform. map(Writable columnWritable)Methods in org.datavec.api.transform.transform.categorical that return types with arguments of type Writable Modifier and Type Method Description List<Writable>CategoricalToIntegerTransform. map(List<Writable> writables)List<Writable>CategoricalToOneHotTransform. map(List<Writable> writables)List<Writable>FirstDigitTransform. map(List<Writable> writables)List<Writable>PivotTransform. map(List<Writable> writables)Methods in org.datavec.api.transform.transform.categorical with parameters of type Writable Modifier and Type Method Description WritableIntegerToCategoricalTransform. map(Writable columnWritable)WritableStringToCategoricalTransform. map(Writable columnWritable)Method parameters in org.datavec.api.transform.transform.categorical with type arguments of type Writable Modifier and Type Method Description List<Writable>CategoricalToIntegerTransform. map(List<Writable> writables)List<Writable>CategoricalToOneHotTransform. map(List<Writable> writables)List<Writable>FirstDigitTransform. map(List<Writable> writables)List<Writable>PivotTransform. map(List<Writable> writables)Constructors in org.datavec.api.transform.transform.categorical with parameters of type Writable Constructor Description PivotTransform(String keyColumnName, String valueColumnName, Writable defaultValue) -
Uses of Writable in org.datavec.api.transform.transform.column
Methods in org.datavec.api.transform.transform.column that return types with arguments of type Writable Modifier and Type Method Description List<Writable>AddConstantColumnTransform. map(List<Writable> writables)List<Writable>DuplicateColumnsTransform. map(List<Writable> writables)List<Writable>RemoveAllColumnsExceptForTransform. map(List<Writable> writables)List<Writable>RemoveColumnsTransform. map(List<Writable> writables)List<Writable>RenameColumnsTransform. map(List<Writable> writables)List<Writable>ReorderColumnsTransform. map(List<Writable> writables)List<List<Writable>>AddConstantColumnTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>DuplicateColumnsTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>RenameColumnsTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>ReorderColumnsTransform. mapSequence(List<List<Writable>> sequence)Method parameters in org.datavec.api.transform.transform.column with type arguments of type Writable Modifier and Type Method Description List<Writable>AddConstantColumnTransform. map(List<Writable> writables)List<Writable>DuplicateColumnsTransform. map(List<Writable> writables)List<Writable>RemoveAllColumnsExceptForTransform. map(List<Writable> writables)List<Writable>RemoveColumnsTransform. map(List<Writable> writables)List<Writable>RenameColumnsTransform. map(List<Writable> writables)List<Writable>ReorderColumnsTransform. map(List<Writable> writables)List<List<Writable>>AddConstantColumnTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>DuplicateColumnsTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>RenameColumnsTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>ReorderColumnsTransform. mapSequence(List<List<Writable>> sequence)Constructors in org.datavec.api.transform.transform.column with parameters of type Writable Constructor Description AddConstantColumnTransform(String newColumnName, ColumnType newColumnType, Writable fixedValue) -
Uses of Writable in org.datavec.api.transform.transform.condition
Fields in org.datavec.api.transform.transform.condition declared as Writable Modifier and Type Field Description protected WritableConditionalReplaceValueTransformWithDefault. noValprotected WritableConditionalReplaceValueTransformWithDefault. yesValMethods in org.datavec.api.transform.transform.condition that return types with arguments of type Writable Modifier and Type Method Description List<Writable>ConditionalCopyValueTransform. map(List<Writable> writables)List<Writable>ConditionalReplaceValueTransform. map(List<Writable> writables)List<Writable>ConditionalReplaceValueTransformWithDefault. map(List<Writable> writables)List<List<Writable>>ConditionalCopyValueTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>ConditionalReplaceValueTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>ConditionalReplaceValueTransformWithDefault. mapSequence(List<List<Writable>> sequence)Method parameters in org.datavec.api.transform.transform.condition with type arguments of type Writable Modifier and Type Method Description List<Writable>ConditionalCopyValueTransform. map(List<Writable> writables)List<Writable>ConditionalReplaceValueTransform. map(List<Writable> writables)List<Writable>ConditionalReplaceValueTransformWithDefault. map(List<Writable> writables)List<List<Writable>>ConditionalCopyValueTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>ConditionalReplaceValueTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>ConditionalReplaceValueTransformWithDefault. mapSequence(List<List<Writable>> sequence)Constructors in org.datavec.api.transform.transform.condition with parameters of type Writable Constructor Description ConditionalReplaceValueTransform(String columnToReplace, Writable newValue, Condition condition)ConditionalReplaceValueTransformWithDefault(String columnToReplace, Writable yesVal, Writable noVal, Condition condition) -
Uses of Writable in org.datavec.api.transform.transform.doubletransform
Methods in org.datavec.api.transform.transform.doubletransform that return Writable Modifier and Type Method Description protected WritableDoubleColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseDoubleTransform. map(Writable writable)WritableDoubleMathFunctionTransform. map(Writable w)WritableDoubleMathOpTransform. map(Writable columnWritable)WritableLog2Normalizer. map(Writable writable)WritableMinMaxNormalizer. map(Writable writable)WritableStandardizeNormalizer. map(Writable writable)WritableSubtractMeanNormalizer. map(Writable writable)Methods in org.datavec.api.transform.transform.doubletransform with parameters of type Writable Modifier and Type Method Description protected WritableDoubleColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseDoubleTransform. map(Writable writable)DoubleWritableConvertToDouble. map(Writable writable)WritableDoubleMathFunctionTransform. map(Writable w)WritableDoubleMathOpTransform. map(Writable columnWritable)WritableLog2Normalizer. map(Writable writable)WritableMinMaxNormalizer. map(Writable writable)WritableStandardizeNormalizer. map(Writable writable)WritableSubtractMeanNormalizer. map(Writable writable) -
Uses of Writable in org.datavec.api.transform.transform.floattransform
Methods in org.datavec.api.transform.transform.floattransform that return Writable Modifier and Type Method Description protected WritableFloatColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseFloatTransform. map(Writable writable)WritableFloatMathFunctionTransform. map(Writable w)WritableFloatMathOpTransform. map(Writable columnWritable)Methods in org.datavec.api.transform.transform.floattransform with parameters of type Writable Modifier and Type Method Description protected WritableFloatColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseFloatTransform. map(Writable writable)FloatWritableConvertToFloat. map(Writable writable)WritableFloatMathFunctionTransform. map(Writable w)WritableFloatMathOpTransform. map(Writable columnWritable) -
Uses of Writable in org.datavec.api.transform.transform.integer
Methods in org.datavec.api.transform.transform.integer that return Writable Modifier and Type Method Description protected WritableIntegerColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseIntegerTransform. map(Writable writable)WritableIntegerMathOpTransform. map(Writable columnWritable)WritableReplaceEmptyIntegerWithValueTransform. map(Writable writable)WritableReplaceInvalidWithIntegerTransform. map(Writable writable)Methods in org.datavec.api.transform.transform.integer that return types with arguments of type Writable Modifier and Type Method Description List<Writable>IntegerToOneHotTransform. map(List<Writable> writables)Methods in org.datavec.api.transform.transform.integer with parameters of type Writable Modifier and Type Method Description protected WritableIntegerColumnsMathOpTransform. doOp(Writable... input)abstract WritableBaseIntegerTransform. map(Writable writable)IntWritableConvertToInteger. map(Writable writable)WritableIntegerMathOpTransform. map(Writable columnWritable)WritableReplaceEmptyIntegerWithValueTransform. map(Writable writable)WritableReplaceInvalidWithIntegerTransform. map(Writable writable)Method parameters in org.datavec.api.transform.transform.integer with type arguments of type Writable Modifier and Type Method Description List<Writable>IntegerToOneHotTransform. map(List<Writable> writables) -
Uses of Writable in org.datavec.api.transform.transform.longtransform
Methods in org.datavec.api.transform.transform.longtransform that return Writable Modifier and Type Method Description protected WritableLongColumnsMathOpTransform. doOp(Writable... input)WritableLongMathOpTransform. map(Writable columnWritable)Methods in org.datavec.api.transform.transform.longtransform with parameters of type Writable Modifier and Type Method Description protected WritableLongColumnsMathOpTransform. doOp(Writable... input)WritableLongMathOpTransform. map(Writable columnWritable) -
Uses of Writable in org.datavec.api.transform.transform.nlp
Methods in org.datavec.api.transform.transform.nlp that return types with arguments of type Writable Modifier and Type Method Description protected List<List<Writable>>TextToCharacterIndexTransform. expandTimeStep(List<Writable> currentStepValues)protected List<List<Writable>>TextToTermIndexSequenceTransform. expandTimeStep(List<Writable> currentStepValues)Method parameters in org.datavec.api.transform.transform.nlp with type arguments of type Writable Modifier and Type Method Description protected List<List<Writable>>TextToCharacterIndexTransform. expandTimeStep(List<Writable> currentStepValues)protected List<List<Writable>>TextToTermIndexSequenceTransform. expandTimeStep(List<Writable> currentStepValues) -
Uses of Writable in org.datavec.api.transform.transform.parse
Methods in org.datavec.api.transform.transform.parse that return types with arguments of type Writable Modifier and Type Method Description List<Writable>ParseDoubleTransform. map(List<Writable> writables)Method parameters in org.datavec.api.transform.transform.parse with type arguments of type Writable Modifier and Type Method Description List<Writable>ParseDoubleTransform. map(List<Writable> writables) -
Uses of Writable in org.datavec.api.transform.transform.sequence
Methods in org.datavec.api.transform.transform.sequence that return types with arguments of type Writable Modifier and Type Method Description List<Writable>SequenceDifferenceTransform. map(List<Writable> writables)List<Writable>SequenceMovingWindowReduceTransform. map(List<Writable> writables)List<Writable>SequenceOffsetTransform. map(List<Writable> writables)List<List<Writable>>SequenceDifferenceTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>SequenceMovingWindowReduceTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>SequenceOffsetTransform. mapSequence(List<List<Writable>> sequence)Method parameters in org.datavec.api.transform.transform.sequence with type arguments of type Writable Modifier and Type Method Description List<Writable>SequenceDifferenceTransform. map(List<Writable> writables)List<Writable>SequenceMovingWindowReduceTransform. map(List<Writable> writables)List<Writable>SequenceOffsetTransform. map(List<Writable> writables)List<List<Writable>>SequenceDifferenceTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>SequenceMovingWindowReduceTransform. mapSequence(List<List<Writable>> sequence)List<List<Writable>>SequenceOffsetTransform. mapSequence(List<List<Writable>> sequence)Constructors in org.datavec.api.transform.transform.sequence with parameters of type Writable Constructor Description SequenceDifferenceTransform(String columnName, String newColumnName, int lookback, SequenceDifferenceTransform.FirstStepMode firstStepMode, Writable specifiedValueWritable)Create a SequenceDifferenceTransform with default lookback of 1, and using FirstStepMode.Default, where the output column name is specifiedSequenceMovingWindowReduceTransform(String columnName, String newColumnName, int lookback, ReduceOp op, SequenceMovingWindowReduceTransform.EdgeCaseHandling edgeCaseHandling, Writable edgeCaseValue)SequenceOffsetTransform(List<String> columnsToOffset, int offsetAmount, SequenceOffsetTransform.OperationType operationType, SequenceOffsetTransform.EdgeHandling edgeHandling, Writable edgeCaseValue) -
Uses of Writable in org.datavec.api.transform.transform.string
Methods in org.datavec.api.transform.transform.string that return Writable Modifier and Type Method Description WritableAppendStringColumnTransform. map(Writable columnWritable)Methods in org.datavec.api.transform.transform.string that return types with arguments of type Writable Modifier and Type Method Description List<Writable>ConcatenateStringColumns. map(List<Writable> writables)List<Writable>StringListToCategoricalSetTransform. map(List<Writable> writables)List<Writable>StringListToCountsNDArrayTransform. map(List<Writable> writables)List<List<Writable>>ConcatenateStringColumns. mapSequence(List<List<Writable>> sequence)Methods in org.datavec.api.transform.transform.string with parameters of type Writable Modifier and Type Method Description WritableAppendStringColumnTransform. map(Writable columnWritable)abstract TextBaseStringTransform. map(Writable writable)Transform the writable in to a stringTextChangeCaseStringTransform. map(Writable writable)TextConvertToString. map(Writable writable)Transform the writable in to a stringTextMapAllStringsExceptListTransform. map(Writable writable)TextRemoveWhiteSpaceTransform. map(Writable writable)TextReplaceEmptyStringTransform. map(Writable writable)TextReplaceStringTransform. map(Writable writable)TextStringMapTransform. map(Writable writable)Method parameters in org.datavec.api.transform.transform.string with type arguments of type Writable Modifier and Type Method Description List<Writable>ConcatenateStringColumns. map(List<Writable> writables)List<Writable>StringListToCategoricalSetTransform. map(List<Writable> writables)List<Writable>StringListToCountsNDArrayTransform. map(List<Writable> writables)List<List<Writable>>ConcatenateStringColumns. mapSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.transform.time
Methods in org.datavec.api.transform.transform.time that return Writable Modifier and Type Method Description WritableStringToTimeTransform. map(Writable columnWritable)WritableTimeMathOpTransform. map(Writable columnWritable)Methods in org.datavec.api.transform.transform.time that return types with arguments of type Writable Modifier and Type Method Description List<Writable>DeriveColumnsFromTimeTransform. map(List<Writable> writables)List<List<Writable>>DeriveColumnsFromTimeTransform. mapSequence(List<List<Writable>> sequence)Methods in org.datavec.api.transform.transform.time with parameters of type Writable Modifier and Type Method Description WritableStringToTimeTransform. map(Writable columnWritable)WritableTimeMathOpTransform. map(Writable columnWritable)Method parameters in org.datavec.api.transform.transform.time with type arguments of type Writable Modifier and Type Method Description List<Writable>DeriveColumnsFromTimeTransform. map(List<Writable> writables)List<List<Writable>>DeriveColumnsFromTimeTransform. mapSequence(List<List<Writable>> sequence) -
Uses of Writable in org.datavec.api.transform.ui
Method parameters in org.datavec.api.transform.ui with type arguments of type Writable Modifier and Type Method Description static voidHtmlSequencePlotting. createHtmlSequencePlotFile(String title, Schema schema, List<List<Writable>> sequence, File output)Create a HTML file with plots for the given sequence and write it to a file.static StringHtmlSequencePlotting. createHtmlSequencePlots(String title, Schema schema, List<List<Writable>> sequence)Create a HTML file with plots for the given sequence. -
Uses of Writable in org.datavec.api.util
Methods in org.datavec.api.util that return types with arguments of type Writable Modifier and Type Method Description static List<Writable>RecordUtils. toRecord(double[] record)static List<Writable>RecordUtils. toRecord(float[] record) -
Uses of Writable in org.datavec.api.util.ndarray
Methods in org.datavec.api.util.ndarray that return types with arguments of type Writable Modifier and Type Method Description static List<Writable>RecordConverter. toRecord(Schema schema, List<Object> source)Convert a collection into a `List`, i.e. static List<Writable>RecordConverter. toRecord(INDArray array)Convert an ndarray to a recordstatic List<List<Writable>>RecordConverter. toRecords(INDArray matrix)Convert a set of records in to a matrixstatic List<List<Writable>>RecordConverter. toRecords(DataSet dataSet)Convert a DataSet to a matrixMethod parameters in org.datavec.api.util.ndarray with type arguments of type Writable Modifier and Type Method Description static INDArrayRecordConverter. toArray(Collection<? extends Writable> record)Convert a record to an INDArray.static INDArrayRecordConverter. toArray(DataType dataType, Collection<? extends Writable> record)Convert a record to an INDArray.static INDArrayRecordConverter. toArray(DataType dataType, Collection<Writable> record, int size)Convert a record to an ndarraystatic INDArrayRecordConverter. toMatrix(List<List<Writable>> records)Convert a set of records in to a matrix As perRecordConverter.toMatrix(DataType, List)but hardcoded to Float datatypestatic INDArrayRecordConverter. toMatrix(DataType dataType, List<List<Writable>> records)Convert a set of records in to a matrixstatic INDArrayRecordConverter. toMinibatchArray(@NonNull List<? extends Writable> l)Convert a record to an INDArray, for use in minibatch training.static INDArrayRecordConverter. toTensor(List<List<List<Writable>>> records)Convert a set of records in to a matrix -
Uses of Writable in org.datavec.api.writable
Classes in org.datavec.api.writable that implement Writable Modifier and Type Class Description classArrayWritableclassBooleanWritableclassBytesWritableclassByteWritableclassDoubleWritableWritable for Double values.classFloatWritableclassIntWritableclassLongWritableclassNDArrayWritableclassNullWritableclassTextMethods in org.datavec.api.writable that return Writable Modifier and Type Method Description static <T> WritableUnsafeWritableInjector. inject(T x)WritableWritableFactory. newWritable(short writableTypeKey)Create a new writable instance (using reflection) given the specified keyWritableWritableFactory. readWithType(DataInput dataInput)Read a Writable From the DataInput, where the Writable was previously written usingWritableFactory.writeWithType(Writable, DataOutput)Methods in org.datavec.api.writable that return types with arguments of type Writable Modifier and Type Method Description Class<? extends Writable>WritableType. getWritableClass()Return the class of the implementation corresponding to each WritableType.Methods in org.datavec.api.writable with parameters of type Writable Modifier and Type Method Description booleanByteWritable. fuzzyEquals(Writable o, double tolerance)booleanDoubleWritable. fuzzyEquals(Writable o, double tolerance)booleanFloatWritable. fuzzyEquals(Writable o, double tolerance)booleanIntWritable. fuzzyEquals(Writable o, double tolerance)booleanLongWritable. fuzzyEquals(Writable o, double tolerance)voidWritableFactory. writeWithType(Writable w, DataOutput dataOutput)A convenience method for writing a given Writable object to a DataOutput.Method parameters in org.datavec.api.writable with type arguments of type Writable Modifier and Type Method Description voidWritableFactory. registerWritableType(short writableTypeKey, @NonNull Class<? extends Writable> writableClass)Register a writable class with a specific key (as a short). -
Uses of Writable in org.datavec.api.writable.batch
Methods in org.datavec.api.writable.batch that return types with arguments of type Writable Modifier and Type Method Description List<Writable>NDArrayRecordBatch. get(int index)Iterator<List<List<Writable>>>AbstractTimeSeriesWritableRecordBatch. iterator()Iterator<List<Writable>>AbstractWritableRecordBatch. iterator()ListIterator<List<List<Writable>>>AbstractTimeSeriesWritableRecordBatch. listIterator()ListIterator<List<List<Writable>>>AbstractTimeSeriesWritableRecordBatch. listIterator(int i)ListIterator<List<Writable>>AbstractWritableRecordBatch. listIterator()ListIterator<List<Writable>>AbstractWritableRecordBatch. listIterator(int i)List<Writable>AbstractWritableRecordBatch.RecordBatchListIterator. next()List<Writable>AbstractWritableRecordBatch.RecordBatchListIterator. previous()List<List<Writable>>AbstractTimeSeriesWritableRecordBatch. remove(int i)List<Writable>AbstractWritableRecordBatch. remove(int i)List<List<Writable>>AbstractTimeSeriesWritableRecordBatch. set(int i, List<List<Writable>> writable)List<Writable>AbstractWritableRecordBatch. set(int i, List<Writable> writable)List<List<List<Writable>>>AbstractTimeSeriesWritableRecordBatch. subList(int i, int i1)List<List<Writable>>AbstractWritableRecordBatch. subList(int i, int i1)Method parameters in org.datavec.api.writable.batch with type arguments of type Writable Modifier and Type Method Description voidAbstractTimeSeriesWritableRecordBatch. add(int i, List<List<Writable>> writable)booleanAbstractTimeSeriesWritableRecordBatch. add(List<List<Writable>> writable)voidAbstractWritableRecordBatch. add(int i, List<Writable> writable)booleanAbstractWritableRecordBatch. add(List<Writable> writable)voidAbstractWritableRecordBatch.RecordBatchListIterator. add(List<Writable> writables)booleanAbstractTimeSeriesWritableRecordBatch. addAll(int i, Collection<? extends List<List<Writable>>> collection)booleanAbstractTimeSeriesWritableRecordBatch. addAll(Collection<? extends List<List<Writable>>> collection)booleanAbstractWritableRecordBatch. addAll(int i, Collection<? extends List<Writable>> collection)booleanAbstractWritableRecordBatch. addAll(Collection<? extends List<Writable>> collection)List<List<Writable>>AbstractTimeSeriesWritableRecordBatch. set(int i, List<List<Writable>> writable)voidAbstractWritableRecordBatch.RecordBatchListIterator. set(List<Writable> writables)List<Writable>AbstractWritableRecordBatch. set(int i, List<Writable> writable) -
Uses of Writable in org.datavec.api.writable.comparator
Methods in org.datavec.api.writable.comparator that return types with arguments of type Writable Modifier and Type Method Description static Comparator<Writable>Comparators. forType(WritableType type)static Comparator<Writable>Comparators. forType(WritableType type, boolean ascending)Methods in org.datavec.api.writable.comparator with parameters of type Writable Modifier and Type Method Description intDoubleWritableComparator. compare(Writable o1, Writable o2)intFloatWritableComparator. compare(Writable o1, Writable o2)intIntWritableComparator. compare(Writable o1, Writable o2)intLongWritableComparator. compare(Writable o1, Writable o2)intTextWritableComparator. compare(Writable o1, Writable o2)
-