Package | Description |
---|---|
com.pervasive.datarush.analytics.arm |
Provides common classes for Association Rule Mining (ARM).
|
com.pervasive.datarush.analytics.arm.fpgrowth |
Provides the operator to perform the FP-growth ARM algorithm.
|
com.pervasive.datarush.analytics.cleansing |
Provides operators related to data cleansing.
|
com.pervasive.datarush.analytics.cluster |
Provides base PMML for clustering models.
|
com.pervasive.datarush.analytics.cluster.kmeans |
Provides the KMeans algorithm.
|
com.pervasive.datarush.analytics.decisiontree.learner |
Provides the PMML learner operator and associated classes.
|
com.pervasive.datarush.analytics.decisiontree.predictor |
Provides the decision tree predictor operator and associated classes.
|
com.pervasive.datarush.analytics.decisiontree.pruner |
Provides the decision tree pruner operator and associated classes.
|
com.pervasive.datarush.analytics.knn |
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
|
com.pervasive.datarush.analytics.naivebayes.learner |
Provides an implementation of the Naive Bayes learner.
|
com.pervasive.datarush.analytics.naivebayes.predictor |
Provides an implementation of a Naive Bayes predictor.
|
com.pervasive.datarush.analytics.r | |
com.pervasive.datarush.analytics.regression |
Provides utility, PMML and other classes for shared use by regression related entities.
|
com.pervasive.datarush.analytics.stats |
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
|
com.pervasive.datarush.analytics.svm.learner |
Provides an implementation of an SVM learner.
|
com.pervasive.datarush.analytics.text |
Provides various unstructured text processing operators.
|
com.pervasive.datarush.analytics.util |
Provides some (internal) utility classes for Analytics.
|
com.pervasive.datarush.analytics.viz |
Provides operators for classifier performance visualization.
|
com.pervasive.datarush.hbase | |
com.pervasive.datarush.matching |
Provides operators for performing discovering duplicates or links between
records.
|
com.pervasive.datarush.matching.cluster |
Provides operators for clustering the results of duplicate or
linkage discovery.
|
com.pervasive.datarush.operators |
Provides classes and interfaces for developing dataflow operators.
|
com.pervasive.datarush.operators.assertion |
Provides operators for making assertions on flows and files.
|
com.pervasive.datarush.operators.group |
Provides data aggregation components.
|
com.pervasive.datarush.operators.io |
Provides base file I/O components including encoders and decoders.
|
com.pervasive.datarush.operators.io.jdbc |
Provides operators for reading from JDBC sources and writing to JDBC targets.
|
com.pervasive.datarush.operators.io.paraccel | |
com.pervasive.datarush.operators.io.staging |
Provides operators for reading and writing DataRush staging datasets.
|
com.pervasive.datarush.operators.io.textfile |
Provides operators for reading and writing text data.
|
com.pervasive.datarush.operators.io.vectorwise | |
com.pervasive.datarush.operators.io.vectorwise.dl | |
com.pervasive.datarush.operators.join |
Provides operators for joining together two data sets into a single one.
|
com.pervasive.datarush.operators.model |
Provides operators for handling models.
|
com.pervasive.datarush.operators.record |
Provides operators for manipulating record structure.
|
com.pervasive.datarush.operators.scripting |
Provides the
RunScript
operator for running user-defined scripts on the rows of an input record flow. |
com.pervasive.datarush.operators.select |
Provides operators for selecting a subset of the data set.
|
com.pervasive.datarush.operators.sink |
Provides the
LogRows operator
for writing debugging information about a flow to the logging API. |
com.pervasive.datarush.operators.sort |
Provides operators for sorting and manipulating sorted
flows.
|
com.pervasive.datarush.operators.source |
Provides operators for generating data tokens in various ways.
|
com.pervasive.datarush.operators.string |
Provides operators for operating on string values in records.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
FrequentItems.getInput()
Get the input port of this operator.
|
PMMLPort |
ConvertARMModel.getInput()
Get the input port that will receive the PMML model.
|
RecordPort |
FrequentItems.getOutput()
Get the output port of this operator.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
FPGrowth.getInput()
Get the input port that should contain transactions.
|
RecordPort |
FPGrowth.getItemSets()
Get the output port containing the frequent item sets.
|
PMMLPort |
FPGrowth.getModel()
Get the output port containing the generated PMML-based association model.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
ReplaceMissingValues.getInput()
Gets the record port providing the input data to the operation.
|
PMMLPort |
ReplaceMissingValues.getModel()
Returns a port that will output a
PMMLSummaryStatisticsModel . |
RecordPort |
ReplaceMissingValues.getOutput()
Gets the record port providing the output from the operation.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
ClusterPredictor.getOutput()
Returns a record port consisting of the input plus
the assigned cluster IDs.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
KMeans.getInput()
Returns the input port.
|
PMMLPort |
KMeans.getModel()
Returns the model port.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
DecisionTreeLearner.getInput()
Returns the input port for the training data that is used to build the model.
|
PMMLPort |
DecisionTreeLearner.getModel()
Returns the output port that will output the model that is built from the
training data.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
DecisionTreePredictor.getOutput()
Returns a record port consisting of the original input plus predicted values.
|
Modifier and Type | Method and Description |
---|---|
PMMLPort |
DecisionTreePruner.getInput()
Returns the input port.
|
PMMLPort |
DecisionTreePruner.getOutput()
Returns the output port.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
KNNClassifier.getOutput()
Gets the record port providing the output from the operation.
|
RecordPort |
KNNClassifier.getQuery()
Gets the record port providing the query data to the operations.
|
RecordPort |
KNNClassifier.getTraining()
Gets the record port providing the training data to the operations.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
NaiveBayesLearner.getInput()
The input data.
|
PMMLPort |
NaiveBayesLearner.getModel()
Returns the output PMML model port.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
NaiveBayesPredictor.getOutput()
Returns a record port consisting of the input plus predicted values appended.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
RunRScript.getInput() |
RecordPort |
RunRScript.getOutput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
SumOfSquares.getInput()
Get the input port for this operator.
|
RecordPort |
LinearRegressionLearner.getInput()
Get the input port of this operator.
|
SimpleModelPort<org.apache.commons.math.linear.Array2DRowRealMatrix> |
SumOfSquares.getOutput()
Get the output model port of this operator.
|
PMMLPort |
LinearRegressionLearner.getOutput()
Get the output port of this operator.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
DataQualityAnalyzer.getClean()
Returns a port that will output the "clean" rows.
|
RecordPort |
DataQualityAnalyzer.getDirty()
Returns a port that will output the "dirty" rows.
|
RecordPort |
SummaryStatistics.getInput()
Returns an input port for the input dataset.
|
RecordPort |
Rank.getInput() |
RecordPort |
NormalizeValues.getInput() |
RecordPort |
DistinctValues.getInput() |
RecordPort |
DataQualityAnalyzer.getInput()
Returns a port for the input dataset to be tested.
|
PMMLPort |
DataQualityAnalyzer.getModel()
Returns a port that will output a
PMMLSummaryStatisticsModel . |
PMMLPort |
NormalizeValues.getModelInput()
Get the optional input port used to read the PMML model
containing field statistics needed by normalization methods.
|
PMMLPort |
SummaryStatistics.getOutput()
Returns an output port that will produce a
PMMLSummaryStatisticsModel . |
RecordPort |
Rank.getOutput() |
RecordPort |
NormalizeValues.getOutput() |
RecordPort |
DistinctValues.getOutput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
SVMLearner.getInput()
The input data.
|
PMMLPort |
SVMLearner.getModel()
Returns a dataflow variable that will contain the PMML model.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
DictionaryFilter.getDictionaryInput()
Get the optional dictionary input port of this operator.
|
RecordPort |
TextTokenizer.getInput()
Get the input port of this operator.
|
RecordPort |
TextStemmer.getInput()
Get the input port of this operator.
|
RecordPort |
TextFrequencyFilter.getInput()
Get the input port of this operator.
|
RecordPort |
GenerateBagOfWords.getInput()
Get the input port of this operator.
|
RecordPort |
FilterText.getInput()
Get the input port of this operator.
|
RecordPort |
ExpandTextTokens.getInput()
Get the input port of this operator.
|
RecordPort |
ExpandTextFrequency.getInput()
Get the input port of this operator.
|
RecordPort |
DictionaryFilter.getInput()
Get the input port of this operator.
|
RecordPort |
CountTokens.getInput()
Get the input port of this operator.
|
RecordPort |
ConvertTextCase.getInput()
Get the input port of this operator.
|
RecordPort |
CalculateWordFrequency.getInput()
Get the input port of this operator.
|
RecordPort |
CalculateNGramFrequency.getInput()
Get the input port of this operator.
|
RecordPort |
TextTokenizer.getOutput()
Get the output port of this operator.
|
RecordPort |
TextStemmer.getOutput()
Get the output port of this operator.
|
RecordPort |
TextFrequencyFilter.getOutput()
Get the output port of this operator.
|
RecordPort |
GenerateBagOfWords.getOutput()
Get the output port of this operator.
|
RecordPort |
FilterText.getOutput()
Get the output port of this operator.
|
RecordPort |
ExpandTextTokens.getOutput()
Get the output port of this operator.
|
RecordPort |
ExpandTextFrequency.getOutput()
Get the output port of this operator.
|
RecordPort |
DictionaryFilter.getOutput()
Get the output port of this operator.
|
RecordPort |
CountTokens.getOutput()
Get the output port of this operator.
|
RecordPort |
ConvertTextCase.getOutput()
Get the output port of this operator.
|
RecordPort |
CalculateWordFrequency.getOutput()
Get the output port of this operator.
|
RecordPort |
CalculateNGramFrequency.getOutput()
Get the output port of this operator.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
AbstractPredictor.getInput()
The input data.
|
PMMLPort |
AbstractPredictor.getModel()
The input for supplying the PMML model
|
RecordPort |
AbstractPredictor.getOutput()
The original data with prediction appended
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
DrawDiagnosticsChart.getOutput()
Returns the output port.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
WriteHBase.getInput() |
RecordPort |
DeleteHBase.getInput() |
RecordPort |
ReadHBase.getOutput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
DiscoverDuplicates.getInput()
Gets the record port providing input to the operation.
|
RecordPort |
DiscoverLinks.getLeft()
Gets the record port providing the left-hand input to the operation.
|
RecordPort |
DiscoverLinks.getRight()
Gets the record port providing the right-hand input to the operation.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
ClusterLinks.getInput()
Gets the record port providing the input to the clustering operation.
|
RecordPort |
ClusterDuplicates.getInput()
Gets the record port providing the input to the clustering operation.
|
RecordPort |
ClusterLinks.getOutput()
Gets the record port providing the results of the clustering operation.
|
RecordPort |
ClusterDuplicates.getOutput()
Gets the record port providing the results of the clustering operation.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
AbstractRecordCompositeOperator.getInput() |
RecordPort |
AbstractExecutableRecordPipeline.getInput()
Gets the record port providing the input data to the operation.
|
RecordPort |
AbstractDeferredRecordOperator.getInput() |
RecordPort |
AbstractRecordCompositeOperator.getOutput() |
RecordPort |
AbstractExecutableRecordPipeline.getOutput()
Gets the record port providing the output from the operation.
|
RecordPort |
AbstractDeferredRecordOperator.getOutput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
AssertEqualTypes.getActualInput()
Get the actual value input port.
|
RecordPort |
AssertEqualHash.getActualInput()
Get the actual data input port.
|
RecordPort |
AssertEqual.getActualInput()
Get the actual input data port.
|
RecordPort |
AssertEqualTypes.getExpectedInput()
Get the optional expected value input port.
|
RecordPort |
AssertEqualHash.getExpectedInput()
Get the expected data input port.
|
RecordPort |
AssertEqual.getExpectedInput()
Get the expected input data port.
|
RecordPort |
AssertSorted.getInput()
Get the input data port.
|
RecordPort |
AssertRowCount.getInput() |
RecordPort |
AssertPredicate.getInput()
Get the input port of this operator.
|
RecordPort |
AssertMetadata.getInput()
Get the input data port to assert the metadata on.
|
RecordPort |
AssertSorted.getOutput()
Output port containing the input data verified to be sorted correctly.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
RemoveDuplicates.getInput()
Returns the data to be de-duplicated
|
RecordPort |
Group.getInput() |
RecordPort |
RemoveDuplicates.getOutput()
Returns the de-duplicated data
|
RecordPort |
Group.getOutput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
WriteSink.getInput()
Gets the record port providing the records to write to the target sink.
|
RecordPort |
AbstractWriter.getInput()
Gets the record port providing the records to write to the target sink.
|
RecordPort |
ReadSource.getOutput()
Gets the record port providing the records read from the data source.
|
RecordPort |
AbstractReader.getOutput()
Gets the record port providing the records read from the data source.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
ReadFromJDBC.getInput()
Get the optional input port that contains parameter values to apply to
a parameterized data query.
|
RecordPort |
AbstractWriteToJDBC.getInput()
Returns the input port.
|
RecordPort |
UpdateInJDBC.getOutput()
Get the output port containing the statuses received from the database.
|
RecordPort |
ReadFromJDBC.getOutput()
Get the output port containing the data retrieved from the source database.
|
RecordPort |
DeleteFromJDBC.getOutput()
Get the output port containing the statues received from the database.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
MatrixOperatorBase.getInput() |
Modifier and Type | Method and Description |
---|---|
P |
ForceStaging.getInput()
Gets the port for the data to be staged.
|
P |
ForceStaging.getOutput()
Gets the port for the staged data.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
ParseTextFields.getInput() |
RecordPort |
ParseTextFields.getOutput() |
RecordPort |
ParseTextFields.getRejects()
Gets the port providing records which failed parsing.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
LoadVectorwise.getInput() |
RecordPort |
LoadVectorOnHadoop.getInput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
LoadVectorOnHadoopDirect.getInputPort() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
UnionAll.getLeft()
Returns the left input port.
|
RecordPort |
AbstractRelationalJoin.getLeft()
Returns the left input port.
|
RecordPort |
CrossJoin.getLeftInput()
Returns the left input port
|
RecordPort |
UnionAll.getOutput()
Returns the output port.
|
RecordPort |
CrossJoin.getOutput()
Returns the input port
|
RecordPort |
AbstractRelationalJoin.getOutput()
Returns the output port.
|
RecordPort |
FilterExistingRows.getRejects()
Returns the port providing the data from the left
which failed to match any record on the right.
|
RecordPort |
UnionAll.getRight()
Returns the right input port.
|
RecordPort |
AbstractRelationalJoin.getRight()
Returns the right input port.
|
RecordPort |
CrossJoin.getRightInput()
Returns the right input port
|
Modifier and Type | Method and Description |
---|---|
AbstractModelPort<T> |
GetModel.getInput()
The input port
|
AbstractModelPort<T> |
PutModel.getOutput()
Returns the output port which will transmit the model during graph execution
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
SelectFields.getInput() |
RecordPort |
RowsToColumns.getInput() |
RecordPort |
RetainFields.getInput() |
RecordPort |
RemoveFields.getInput() |
RecordPort |
RemapFields.getInput() |
RecordPort |
DeriveFields.getInput() |
RecordPort |
MergeFields.getLeftInput()
Gets the record port providing the "left" input for the merge.
|
RecordPort |
SelectFields.getOutput() |
RecordPort |
RowsToColumns.getOutput() |
RecordPort |
RetainFields.getOutput() |
RecordPort |
RemoveFields.getOutput() |
RecordPort |
RemapFields.getOutput() |
RecordPort |
MergeFields.getOutput()
Gets the record port providing the resulting merged records.
|
RecordPort |
DeriveFields.getOutput() |
RecordPort |
MergeFields.getRightInput()
Gets the record port providing the "right" input for the merge.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
RunScript.getInput()
Get the input port to the run script operator.
|
RecordPort |
RunScript.getOutput()
Get the output port of the run script operator.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
SampleRandomRows.getInput() |
RecordPort |
LimitRows.getInput() |
RecordPort |
FilterRows.getInput() |
RecordPort |
SampleRandomRows.getOutput() |
RecordPort |
LimitRows.getOutput() |
RecordPort |
FilterRows.getOutput() |
RecordPort |
FilterRows.getRejects()
Gets the port providing records which failed the predicate test.
|
Modifier and Type | Method and Description |
---|---|
RecordPort |
LogRows.getInput() |
RecordPort |
CollectRecords.getInput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
Sort.getInput() |
RecordPort |
Sort.getOutput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
GenerateRepeatingCycle.getInput()
The flow of data to be repeated cyclically.
|
RecordPort |
GenerateRepeatingCycle.getOutput()
Gets the flow of generated values.
|
RecordPort |
GenerateRandom.getOutput() |
RecordPort |
GenerateConstant.getOutput() |
RecordPort |
GenerateArithmeticSequence.getOutput()
Returns the output port whose values are equal to the sequence of
values.
|
RecordPort |
EmitRecords.getOutput() |
Modifier and Type | Method and Description |
---|---|
RecordPort |
SplitField.getInput() |
RecordPort |
SplitField.getOutput() |
Copyright © 2016 Actian Corporation. All rights reserved.