Modifier and Type | Method and Description |
---|---|
Schema |
TransformProcess.getFinalSchema()
Get the Schema of the output data, after executing the process
|
Schema |
ColumnOp.getInputSchema()
Getter for input schema
|
Schema |
DataAction.getSchema() |
Schema |
TransformProcess.getSchemaAfterStep(int step)
Return the schema after executing all steps up to and including the specified step.
|
Schema |
ColumnOp.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
ColumnOp.setInputSchema(Schema inputSchema)
Set the input schema.
|
Schema |
ColumnOp.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Constructor and Description |
---|
Builder(Schema initialSchema) |
TransformProcess(Schema initialSchema,
List<DataAction> actionList) |
Constructor and Description |
---|
SequenceDataAnalysis(Schema schema,
List<ColumnAnalysis> columnAnalysis,
SequenceLengthAnalysis sequenceAnalysis) |
Modifier and Type | Method and Description |
---|---|
Schema |
Condition.getInputSchema()
Getter for the input schema
|
Schema |
BooleanCondition.getInputSchema() |
Schema |
BooleanCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
Condition.setInputSchema(Schema schema)
Setter for the input schema
|
void |
BooleanCondition.setInputSchema(Schema schema) |
Schema |
BooleanCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnCondition.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseColumnCondition.getInputSchema() |
Schema |
ColumnCondition.getInputSchema() |
Schema |
BaseColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
ColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
BaseColumnCondition.setInputSchema(Schema schema) |
void |
ColumnCondition.setInputSchema(Schema schema) |
Schema |
BaseColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
ColumnCondition.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
SequenceLengthCondition.getInputSchema() |
Schema |
SequenceLengthCondition.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceLengthCondition.setInputSchema(Schema schema) |
Schema |
SequenceLengthCondition.transform(Schema inputSchema) |
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnFilter.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
ConditionFilter.getInputSchema() |
Schema |
Filter.getInputSchema() |
Schema |
InvalidNumColumns.getInputSchema() |
Schema |
FilterInvalidValues.getInputSchema() |
Schema |
ConditionFilter.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
InvalidNumColumns.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
FilterInvalidValues.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
ConditionFilter.setInputSchema(Schema schema) |
void |
BaseColumnFilter.setInputSchema(Schema schema) |
void |
Filter.setInputSchema(Schema schema) |
void |
InvalidNumColumns.setInputSchema(Schema schema) |
void |
FilterInvalidValues.setInputSchema(Schema schema) |
Schema |
ConditionFilter.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
InvalidNumColumns.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Schema |
FilterInvalidValues.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
Join.getOutputSchema() |
Modifier and Type | Method and Description |
---|---|
Join.Builder |
Join.Builder.setSchemas(Schema left,
Schema right) |
Modifier and Type | Method and Description |
---|---|
Schema |
NDArrayDistanceTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
protected ColumnMetaData |
NDArrayColumnsMathOpTransform.derivedColumnMetaData(String newColumnName,
Schema inputSchema) |
void |
NDArrayDistanceTransform.setInputSchema(Schema inputSchema) |
Schema |
NDArrayDistanceTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
CalculateSortedRank.getInputSchema() |
Schema |
CalculateSortedRank.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
CalculateSortedRank.setInputSchema(Schema schema) |
Schema |
CalculateSortedRank.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
Reducer.getInputSchema() |
Schema |
IAssociativeReducer.getInputSchema() |
Schema |
Reducer.transform(Schema schema)
Get the output schema, given the input schema
|
Schema |
IAssociativeReducer.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
void |
Reducer.setInputSchema(Schema schema) |
void |
IAssociativeReducer.setInputSchema(Schema schema) |
Schema |
Reducer.transform(Schema schema)
Get the output schema, given the input schema
|
Schema |
IAssociativeReducer.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
Schema |
GeographicMidpointReduction.getInputSchema() |
Schema |
GeographicMidpointReduction.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
GeographicMidpointReduction.setInputSchema(Schema inputSchema) |
Schema |
GeographicMidpointReduction.transform(Schema inputSchema) |
Modifier and Type | Class and Description |
---|---|
class |
SequenceSchema
A SequenceSchema is a
Schema for sequential data. |
Modifier and Type | Method and Description |
---|---|
Schema |
Schema.Builder.build()
Create the Schema
|
Schema |
InferredSchema.build() |
static Schema |
Schema.fromJson(String json)
Create a schema from a given json string
|
static Schema |
Schema.fromYaml(String yaml)
Create a schema from the given
yaml string
|
static Schema |
Schema.infer(List<Writable> record)
Infers a schema based on the record.
|
static Schema |
Schema.inferMultiple(List<List<Writable>> record)
Infers a schema based on the record.
|
Schema |
Schema.newSchema(List<ColumnMetaData> columnMetaData)
Create a new schema based on the new metadata
|
Modifier and Type | Method and Description |
---|---|
List<ColumnMetaData> |
Schema.differences(Schema schema)
Compute the difference in
ColumnMetaData
between this schema and the passed in schema. |
boolean |
Schema.sameTypes(Schema schema)
Returns true if the given schema
has the same types at each index
|
Modifier and Type | Method and Description |
---|---|
Schema |
ReduceSequenceTransform.getInputSchema() |
Schema |
SequenceSplit.getInputSchema()
Getter for the input schema
|
Schema |
ReduceSequenceTransform.transform(Schema inputSchema) |
Schema |
ConvertFromSequence.transform(SequenceSchema schema) |
Modifier and Type | Method and Description |
---|---|
void |
ConvertToSequence.setInputSchema(Schema schema) |
void |
ReduceSequenceTransform.setInputSchema(Schema inputSchema) |
void |
SequenceSplit.setInputSchema(Schema inputSchema)
Sets the input schema for this split
|
void |
SequenceComparator.setSchema(Schema sequenceSchema) |
SequenceSchema |
ConvertToSequence.transform(Schema schema) |
Schema |
ReduceSequenceTransform.transform(Schema inputSchema) |
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseColumnComparator.schema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseColumnComparator.getInputSchema()
Getter for input schema
|
Schema |
BaseColumnComparator.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
void |
BaseColumnComparator.setInputSchema(Schema inputSchema)
Set the input schema.
|
void |
BaseColumnComparator.setSchema(Schema sequenceSchema) |
void |
NumericalColumnComparator.setSchema(Schema sequenceSchema) |
Schema |
BaseColumnComparator.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseSequenceExpansionTransform.inputSchema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseSequenceExpansionTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseSequenceExpansionTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
SplitMaxLengthSequence.getInputSchema() |
Schema |
SequenceSplitTimeSeparation.getInputSchema() |
Modifier and Type | Method and Description |
---|---|
void |
SplitMaxLengthSequence.setInputSchema(Schema inputSchema) |
void |
SequenceSplitTimeSeparation.setInputSchema(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
SequenceTrimTransform.getInputSchema() |
Schema |
SequenceTrimTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceTrimTransform.setInputSchema(Schema inputSchema) |
Schema |
SequenceTrimTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
TimeWindowFunction.getInputSchema() |
Schema |
ReduceSequenceByWindowTransform.getInputSchema() |
Schema |
OverlappingTimeWindowFunction.getInputSchema() |
Schema |
WindowFunction.getInputSchema() |
Schema |
TimeWindowFunction.transform(Schema inputSchema) |
Schema |
ReduceSequenceByWindowTransform.transform(Schema inputSchema) |
Schema |
OverlappingTimeWindowFunction.transform(Schema inputSchema) |
Schema |
WindowFunction.transform(Schema inputSchema)
Get the output schema, given the input schema.
|
Modifier and Type | Method and Description |
---|---|
void |
TimeWindowFunction.setInputSchema(Schema schema) |
void |
ReduceSequenceByWindowTransform.setInputSchema(Schema inputSchema) |
void |
OverlappingTimeWindowFunction.setInputSchema(Schema schema) |
void |
WindowFunction.setInputSchema(Schema schema) |
Schema |
TimeWindowFunction.transform(Schema inputSchema) |
Schema |
ReduceSequenceByWindowTransform.transform(Schema inputSchema) |
Schema |
OverlappingTimeWindowFunction.transform(Schema inputSchema) |
Schema |
WindowFunction.transform(Schema inputSchema)
Get the output schema, given the input schema.
|
Modifier and Type | Method and Description |
---|---|
Schema |
StringReducer.getInputSchema() |
Schema |
IStringReducer.getInputSchema() |
Schema |
StringReducer.transform(Schema schema)
Get the output schema, given the input schema
|
Schema |
IStringReducer.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
void |
StringReducer.setInputSchema(Schema schema) |
void |
IStringReducer.setInputSchema(Schema schema) |
Schema |
StringReducer.transform(Schema schema)
Get the output schema, given the input schema
|
Schema |
IStringReducer.transform(Schema schema) |
Modifier and Type | Field and Description |
---|---|
protected Schema |
BaseTransform.inputSchema |
Modifier and Type | Method and Description |
---|---|
Schema |
BaseTransform.getInputSchema() |
Schema |
BaseColumnsMathOpTransform.getInputSchema() |
Schema |
BaseColumnTransform.transform(Schema schema) |
Schema |
BaseColumnsMathOpTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
protected abstract ColumnMetaData |
BaseColumnsMathOpTransform.derivedColumnMetaData(String newColumnName,
Schema inputSchema) |
void |
BaseColumnTransform.setInputSchema(Schema inputSchema) |
void |
BaseTransform.setInputSchema(Schema inputSchema) |
void |
BaseColumnsMathOpTransform.setInputSchema(Schema inputSchema) |
Schema |
BaseColumnTransform.transform(Schema schema) |
Schema |
BaseColumnsMathOpTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
CategoricalToOneHotTransform.transform(Schema schema) |
Schema |
PivotTransform.transform(Schema inputSchema) |
Schema |
CategoricalToIntegerTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
void |
CategoricalToOneHotTransform.setInputSchema(Schema inputSchema) |
void |
CategoricalToIntegerTransform.setInputSchema(Schema inputSchema) |
Schema |
CategoricalToOneHotTransform.transform(Schema schema) |
Schema |
PivotTransform.transform(Schema inputSchema) |
Schema |
CategoricalToIntegerTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
Schema |
DuplicateColumnsTransform.getInputSchema() |
Schema |
AddConstantColumnTransform.getInputSchema() |
Schema |
ReorderColumnsTransform.getInputSchema() |
Schema |
RenameColumnsTransform.getInputSchema() |
Schema |
DuplicateColumnsTransform.transform(Schema inputSchema) |
Schema |
RemoveAllColumnsExceptForTransform.transform(Schema schema) |
Schema |
AddConstantColumnTransform.transform(Schema inputSchema) |
Schema |
RemoveColumnsTransform.transform(Schema schema) |
Schema |
ReorderColumnsTransform.transform(Schema inputSchema) |
Schema |
RenameColumnsTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
DuplicateColumnsTransform.setInputSchema(Schema inputSchema) |
void |
RemoveAllColumnsExceptForTransform.setInputSchema(Schema schema) |
void |
AddConstantColumnTransform.setInputSchema(Schema inputSchema) |
void |
RemoveColumnsTransform.setInputSchema(Schema schema) |
void |
ReorderColumnsTransform.setInputSchema(Schema inputSchema) |
void |
RenameColumnsTransform.setInputSchema(Schema inputSchema) |
Schema |
DuplicateColumnsTransform.transform(Schema inputSchema) |
Schema |
RemoveAllColumnsExceptForTransform.transform(Schema schema) |
Schema |
AddConstantColumnTransform.transform(Schema inputSchema) |
Schema |
RemoveColumnsTransform.transform(Schema schema) |
Schema |
ReorderColumnsTransform.transform(Schema inputSchema) |
Schema |
RenameColumnsTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
ConditionalReplaceValueTransformWithDefault.getInputSchema() |
Schema |
ConditionalReplaceValueTransform.getInputSchema() |
Schema |
ConditionalCopyValueTransform.getInputSchema() |
Schema |
ConditionalReplaceValueTransformWithDefault.transform(Schema inputSchema) |
Schema |
ConditionalReplaceValueTransform.transform(Schema inputSchema) |
Schema |
ConditionalCopyValueTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
ConditionalReplaceValueTransformWithDefault.setInputSchema(Schema inputSchema) |
void |
ConditionalReplaceValueTransform.setInputSchema(Schema inputSchema) |
void |
ConditionalCopyValueTransform.setInputSchema(Schema inputSchema) |
Schema |
ConditionalReplaceValueTransformWithDefault.transform(Schema inputSchema) |
Schema |
ConditionalReplaceValueTransform.transform(Schema inputSchema) |
Schema |
ConditionalCopyValueTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
protected ColumnMetaData |
DoubleColumnsMathOpTransform.derivedColumnMetaData(String newColumnName,
Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
protected ColumnMetaData |
FloatColumnsMathOpTransform.derivedColumnMetaData(String newColumnName,
Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
IntegerToOneHotTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
protected ColumnMetaData |
IntegerColumnsMathOpTransform.derivedColumnMetaData(String newColumnName,
Schema inputSchema) |
void |
IntegerToOneHotTransform.setInputSchema(Schema inputSchema) |
Schema |
IntegerToOneHotTransform.transform(Schema schema) |
Modifier and Type | Method and Description |
---|---|
protected ColumnMetaData |
LongColumnsMathOpTransform.derivedColumnMetaData(String newColumnName,
Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
ParseDoubleTransform.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
ParseDoubleTransform.transform(Schema inputSchema)
Get the output schema for this transformation, given an input schema
|
Modifier and Type | Method and Description |
---|---|
Schema |
SequenceDifferenceTransform.getInputSchema() |
Schema |
SequenceMovingWindowReduceTransform.getInputSchema() |
Schema |
SequenceOffsetTransform.transform(Schema inputSchema) |
Schema |
SequenceDifferenceTransform.transform(Schema inputSchema) |
Schema |
SequenceMovingWindowReduceTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
SequenceOffsetTransform.setInputSchema(Schema inputSchema) |
void |
SequenceDifferenceTransform.setInputSchema(Schema inputSchema) |
void |
SequenceMovingWindowReduceTransform.setInputSchema(Schema inputSchema) |
Schema |
SequenceOffsetTransform.transform(Schema inputSchema) |
Schema |
SequenceDifferenceTransform.transform(Schema inputSchema) |
Schema |
SequenceMovingWindowReduceTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
ConcatenateStringColumns.getInputSchema() |
Schema |
StringListToCountsNDArrayTransform.transform(Schema inputSchema) |
Schema |
StringListToCategoricalSetTransform.transform(Schema inputSchema) |
Schema |
ConcatenateStringColumns.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
StringListToCountsNDArrayTransform.setInputSchema(Schema inputSchema) |
void |
StringListToCategoricalSetTransform.setInputSchema(Schema inputSchema) |
void |
ConcatenateStringColumns.setInputSchema(Schema inputSchema) |
Schema |
StringListToCountsNDArrayTransform.transform(Schema inputSchema) |
Schema |
StringListToCategoricalSetTransform.transform(Schema inputSchema) |
Schema |
ConcatenateStringColumns.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
Schema |
DeriveColumnsFromTimeTransform.getInputSchema() |
Schema |
DeriveColumnsFromTimeTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
void |
DeriveColumnsFromTimeTransform.setInputSchema(Schema inputSchema) |
Schema |
DeriveColumnsFromTimeTransform.transform(Schema inputSchema) |
Modifier and Type | Method and Description |
---|---|
static void |
HtmlSequencePlotting.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 String |
HtmlSequencePlotting.createHtmlSequencePlots(String title,
Schema schema,
List<List<Writable>> sequence)
Create a HTML file with plots for the given sequence.
|
Modifier and Type | Method and Description |
---|---|
static List<Writable> |
RecordConverter.toRecord(Schema schema,
List<Object> source)
Convert a collection into a `List
|
Copyright © 2018. All rights reserved.