Uses of Class
com.pervasive.datarush.annotations.PortDescription
-
Packages that use PortDescription 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.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.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 theRunScript
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 theLogRows
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.com.pervasive.datarush.script.operators.group -
-
Uses of PortDescription in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm with annotations of type PortDescription Modifier and Type Method Description PMMLPort
ConvertARMModel. getInput()
Get the input port that will receive the PMML model.RecordPort
FrequentItems. getInput()
Get the input port of this operator.RecordPort
FrequentItems. getOutput()
Get the output port of this operator. -
Uses of PortDescription in com.pervasive.datarush.analytics.arm.fpgrowth
Methods in com.pervasive.datarush.analytics.arm.fpgrowth with annotations of type PortDescription Modifier and Type Method 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. -
Uses of PortDescription in com.pervasive.datarush.analytics.cleansing
Methods in com.pervasive.datarush.analytics.cleansing with annotations of type PortDescription Modifier and Type Method Description RecordPort
ReplaceMissingValues. getInput()
Gets the record port providing the input data to the operation.PMMLPort
ReplaceMissingValues. getModel()
Returns a port that will output aPMMLSummaryStatisticsModel
.RecordPort
ReplaceMissingValues. getOutput()
Gets the record port providing the output from the operation. -
Uses of PortDescription in com.pervasive.datarush.analytics.cluster
Methods in com.pervasive.datarush.analytics.cluster with annotations of type PortDescription Modifier and Type Method Description RecordPort
ClusterPredictor. getOutput()
Returns a record port consisting of the input plus the assigned cluster IDs. -
Uses of PortDescription in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans with annotations of type PortDescription Modifier and Type Method Description RecordPort
KMeans. getInput()
Returns the input port.PMMLPort
KMeans. getModel()
Returns the model port. -
Uses of PortDescription in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner with annotations of type PortDescription Modifier and Type Method 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. -
Uses of PortDescription in com.pervasive.datarush.analytics.decisiontree.predictor
Methods in com.pervasive.datarush.analytics.decisiontree.predictor with annotations of type PortDescription Modifier and Type Method Description RecordPort
DecisionTreePredictor. getOutput()
Returns a record port consisting of the original input plus predicted values. -
Uses of PortDescription in com.pervasive.datarush.analytics.decisiontree.pruner
Methods in com.pervasive.datarush.analytics.decisiontree.pruner with annotations of type PortDescription Modifier and Type Method Description PMMLPort
DecisionTreePruner. getInput()
Returns the input port.PMMLPort
DecisionTreePruner. getOutput()
Returns the output port. -
Uses of PortDescription in com.pervasive.datarush.analytics.knn
Methods in com.pervasive.datarush.analytics.knn with annotations of type PortDescription Modifier and Type Method 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. -
Uses of PortDescription in com.pervasive.datarush.analytics.naivebayes.learner
Methods in com.pervasive.datarush.analytics.naivebayes.learner with annotations of type PortDescription Modifier and Type Method Description RecordPort
NaiveBayesLearner. getInput()
The input data.PMMLPort
NaiveBayesLearner. getModel()
Returns the output PMML model port. -
Uses of PortDescription in com.pervasive.datarush.analytics.naivebayes.predictor
Methods in com.pervasive.datarush.analytics.naivebayes.predictor with annotations of type PortDescription Modifier and Type Method Description RecordPort
NaiveBayesPredictor. getOutput()
Returns a record port consisting of the input plus predicted values appended. -
Uses of PortDescription in com.pervasive.datarush.analytics.r
Methods in com.pervasive.datarush.analytics.r with annotations of type PortDescription Modifier and Type Method Description RecordPort
RunRScript. getInput()
RecordPort
RunRScript. getOutput()
-
Uses of PortDescription in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with annotations of type PortDescription Modifier and Type Method Description RecordPort
LinearRegressionLearner. getInput()
Get the input port of this operator.RecordPort
SumOfSquares. getInput()
Get the input port for this operator.PMMLPort
LinearRegressionLearner. getOutput()
Get the output port of this operator.SimpleModelPort<org.apache.commons.math.linear.Array2DRowRealMatrix>
SumOfSquares. getOutput()
Get the output model port of this operator. -
Uses of PortDescription in com.pervasive.datarush.analytics.stats
Methods in com.pervasive.datarush.analytics.stats with annotations of type PortDescription Modifier and Type Method 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
DataQualityAnalyzer. getInput()
Returns a port for the input dataset to be tested.RecordPort
DistinctValues. getInput()
RecordPort
NormalizeValues. getInput()
RecordPort
Rank. getInput()
RecordPort
SummaryStatistics. getInput()
Returns an input port for the input dataset.PMMLPort
DataQualityAnalyzer. getModel()
Returns a port that will output aPMMLSummaryStatisticsModel
.PMMLPort
NormalizeValues. getModelInput()
Get the optional input port used to read the PMML model containing field statistics needed by normalization methods.RecordPort
DistinctValues. getOutput()
RecordPort
NormalizeValues. getOutput()
RecordPort
Rank. getOutput()
PMMLPort
SummaryStatistics. getOutput()
Returns an output port that will produce aPMMLSummaryStatisticsModel
.RecordPort
CountRanges. getStatsOutput()
-
Uses of PortDescription in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text with annotations of type PortDescription Modifier and Type Method Description RecordPort
DictionaryFilter. getDictionaryInput()
Get the optional dictionary input port of this operator.RecordPort
CalculateNGramFrequency. getInput()
Get the input port of this operator.RecordPort
CalculateWordFrequency. getInput()
Get the input port of this operator.RecordPort
ConvertTextCase. getInput()
Get the input port of this operator.RecordPort
CountTokens. getInput()
Get the input port of this operator.RecordPort
DictionaryFilter. getInput()
Get the input port of this operator.RecordPort
ExpandTextFrequency. getInput()
Get the input port of this operator.RecordPort
ExpandTextTokens. getInput()
Get the input port of this operator.RecordPort
FilterText. getInput()
Get the input port of this operator.RecordPort
GenerateBagOfWords. getInput()
Get the input port of this operator.RecordPort
TextFrequencyFilter. getInput()
Get the input port of this operator.RecordPort
TextStemmer. getInput()
Get the input port of this operator.RecordPort
TextTokenizer. getInput()
Get the input port of this operator.RecordPort
CalculateNGramFrequency. getOutput()
Get the output port of this operator.RecordPort
CalculateWordFrequency. getOutput()
Get the output port of this operator.RecordPort
ConvertTextCase. getOutput()
Get the output port of this operator.RecordPort
CountTokens. getOutput()
Get the output port of this operator.RecordPort
DictionaryFilter. getOutput()
Get the output port of this operator.RecordPort
ExpandTextFrequency. getOutput()
Get the output port of this operator.RecordPort
ExpandTextTokens. getOutput()
Get the output port of this operator.RecordPort
FilterText. getOutput()
Get the output port of this operator.RecordPort
GenerateBagOfWords. getOutput()
Get the output port of this operator.RecordPort
TextFrequencyFilter. getOutput()
Get the output port of this operator.RecordPort
TextStemmer. getOutput()
Get the output port of this operator.RecordPort
TextTokenizer. getOutput()
Get the output port of this operator. -
Uses of PortDescription in com.pervasive.datarush.analytics.util
Methods in com.pervasive.datarush.analytics.util with annotations of type PortDescription Modifier and Type Method Description RecordPort
AbstractPredictor. getInput()
The input data.PMMLPort
AbstractPredictor. getModel()
The input for supplying the PMML modelRecordPort
AbstractPredictor. getOutput()
The original data with prediction appended -
Uses of PortDescription in com.pervasive.datarush.analytics.viz
Methods in com.pervasive.datarush.analytics.viz with annotations of type PortDescription Modifier and Type Method Description RecordPort
DrawDiagnosticsChart. getOutput()
Returns the output port. -
Uses of PortDescription in com.pervasive.datarush.hbase
Methods in com.pervasive.datarush.hbase with annotations of type PortDescription Modifier and Type Method Description RecordPort
DeleteHBase. getInput()
RecordPort
WriteHBase. getInput()
RecordPort
ReadHBase. getOutput()
-
Uses of PortDescription in com.pervasive.datarush.matching
Methods in com.pervasive.datarush.matching with annotations of type PortDescription Modifier and Type Method 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. -
Uses of PortDescription in com.pervasive.datarush.matching.cluster
Methods in com.pervasive.datarush.matching.cluster with annotations of type PortDescription Modifier and Type Method Description RecordPort
ClusterDuplicates. getInput()
Gets the record port providing the input to the clustering operation.RecordPort
ClusterLinks. getInput()
Gets the record port providing the input to the clustering operation.RecordPort
ClusterDuplicates. getOutput()
Gets the record port providing the results of the clustering operation.RecordPort
ClusterLinks. getOutput()
Gets the record port providing the results of the clustering operation. -
Uses of PortDescription in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators with annotations of type PortDescription Modifier and Type Method Description RecordPort
AbstractDeferredRecordOperator. getInput()
RecordPort
AbstractExecutableRecordPipeline. getInput()
Gets the record port providing the input data to the operation.RecordPort
AbstractRecordCompositeOperator. getInput()
RecordPort
AbstractDeferredRecordOperator. getOutput()
RecordPort
AbstractExecutableRecordPipeline. getOutput()
Gets the record port providing the output from the operation.RecordPort
AbstractRecordCompositeOperator. getOutput()
-
Uses of PortDescription in com.pervasive.datarush.operators.assertion
Methods in com.pervasive.datarush.operators.assertion with annotations of type PortDescription Modifier and Type Method Description RecordPort
AssertEqual. getActualInput()
Get the actual input data port.RecordPort
AssertEqualHash. getActualInput()
Get the actual data input port.RecordPort
AssertEqualTypes. getActualInput()
Get the actual value input port.RecordPort
AssertEqual. getExpectedInput()
Get the expected input data port.RecordPort
AssertEqualHash. getExpectedInput()
Get the expected data input port.RecordPort
AssertEqualTypes. getExpectedInput()
Get the optional expected value input port.RecordPort
AssertMetadata. getInput()
Get the input data port to assert the metadata on.RecordPort
AssertPredicate. getInput()
Get the input port of this operator.RecordPort
AssertRowCount. getInput()
RecordPort
AssertSorted. getInput()
Get the input data port.RecordPort
AssertSorted. getOutput()
Output port containing the input data verified to be sorted correctly. -
Uses of PortDescription in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group with annotations of type PortDescription Modifier and Type Method Description RecordPort
Group. getInput()
RecordPort
RemoveDuplicates. getInput()
Returns the data to be de-duplicatedRecordPort
Group. getOutput()
RecordPort
RemoveDuplicates. getOutput()
Returns the de-duplicated data -
Uses of PortDescription in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io with annotations of type PortDescription Modifier and Type Method Description RecordPort
AbstractWriter. getInput()
Gets the record port providing the records to write to the target sink.RecordPort
WriteSink. getInput()
Gets the record port providing the records to write to the target sink.RecordPort
AbstractReader. getOutput()
Gets the record port providing the records read from the data source.RecordPort
ReadSource. getOutput()
Gets the record port providing the records read from the data source. -
Uses of PortDescription in com.pervasive.datarush.operators.io.jdbc
Methods in com.pervasive.datarush.operators.io.jdbc with annotations of type PortDescription Modifier and Type Method Description RecordPort
AbstractWriteToJDBC. getInput()
Returns the input port.RecordPort
ReadFromJDBC. getInput()
Get the optional input port that contains parameter values to apply to a parameterized data query.RecordPort
DeleteFromJDBC. getOutput()
Get the output port containing the statues received from the database.RecordPort
ReadFromJDBC. getOutput()
Get the output port containing the data retrieved from the source database.RecordPort
UpdateInJDBC. getOutput()
Get the output port containing the statuses received from the database. -
Uses of PortDescription in com.pervasive.datarush.operators.io.staging
Methods in com.pervasive.datarush.operators.io.staging with annotations of type PortDescription Modifier and Type Method Description P
ForceStaging. getInput()
Gets the port for the data to be staged.P
ForceStaging. getOutput()
Gets the port for the staged data. -
Uses of PortDescription in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with annotations of type PortDescription Modifier and Type Method Description RecordPort
ParseTextFields. getInput()
RecordPort
ParseTextFields. getOutput()
RecordPort
ParseTextFields. getRejects()
Gets the port providing records which failed parsing. -
Uses of PortDescription in com.pervasive.datarush.operators.io.vectorwise
Methods in com.pervasive.datarush.operators.io.vectorwise with annotations of type PortDescription Modifier and Type Method Description RecordPort
LoadVectorOnHadoop. getInput()
Deprecated.RecordPort
LoadActianVector. getInputPort()
RecordPort
LoadActianVector. getRejectPort()
Gets the port providing records which failed the load. -
Uses of PortDescription in com.pervasive.datarush.operators.io.vectorwise.dl
Methods in com.pervasive.datarush.operators.io.vectorwise.dl with annotations of type PortDescription Modifier and Type Method Description RecordPort
LoadVectorOnHadoopDirect. getInputPort()
Deprecated.RecordPort
LoadVectorOnHadoopDirect. getRejectPort()
Deprecated.Gets the port providing records which failed the load. -
Uses of PortDescription in com.pervasive.datarush.operators.join
Methods in com.pervasive.datarush.operators.join with annotations of type PortDescription Modifier and Type Method Description RecordPort
AbstractRelationalJoin. getLeft()
Returns the left input port.RecordPort
UnionAll. getLeft()
Returns the left input port.RecordPort
CrossJoin. getLeftInput()
Returns the left input portRecordPort
AbstractRelationalJoin. getOutput()
Returns the output port.RecordPort
CrossJoin. getOutput()
Returns the input portRecordPort
UnionAll. 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
AbstractRelationalJoin. getRight()
Returns the right input port.RecordPort
UnionAll. getRight()
Returns the right input port.RecordPort
CrossJoin. getRightInput()
Returns the right input port -
Uses of PortDescription in com.pervasive.datarush.operators.model
Methods in com.pervasive.datarush.operators.model with annotations of type PortDescription Modifier and Type Method Description AbstractModelPort<T>
GetModel. getInput()
The input portAbstractModelPort<T>
PutModel. getOutput()
Returns the output port which will transmit the model during graph execution -
Uses of PortDescription in com.pervasive.datarush.operators.record
Methods in com.pervasive.datarush.operators.record with annotations of type PortDescription Modifier and Type Method Description RecordPort
DeriveFields. getInput()
RecordPort
RemapFields. getInput()
RecordPort
RemoveFields. getInput()
RecordPort
RetainFields. getInput()
RecordPort
RowsToColumns. getInput()
RecordPort
SelectFields. getInput()
RecordPort
MergeFields. getLeftInput()
Gets the record port providing the "left" input for the merge.RecordPort
DeriveFields. getOutput()
RecordPort
MergeFields. getOutput()
Gets the record port providing the resulting merged records.RecordPort
RemapFields. getOutput()
RecordPort
RemoveFields. getOutput()
RecordPort
RetainFields. getOutput()
RecordPort
RowsToColumns. getOutput()
RecordPort
SelectFields. getOutput()
RecordPort
MergeFields. getRightInput()
Gets the record port providing the "right" input for the merge. -
Uses of PortDescription in com.pervasive.datarush.operators.scripting
Methods in com.pervasive.datarush.operators.scripting with annotations of type PortDescription Modifier and Type Method 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. -
Uses of PortDescription in com.pervasive.datarush.operators.select
Methods in com.pervasive.datarush.operators.select with annotations of type PortDescription Modifier and Type Method Description RecordPort
FilterRows. getInput()
RecordPort
LimitRows. getInput()
RecordPort
SampleRandomRows. getInput()
RecordPort
FilterRows. getOutput()
RecordPort
LimitRows. getOutput()
RecordPort
SampleRandomRows. getOutput()
RecordPort
FilterRows. getRejects()
Gets the port providing records which failed the predicate test. -
Uses of PortDescription in com.pervasive.datarush.operators.sink
Methods in com.pervasive.datarush.operators.sink with annotations of type PortDescription Modifier and Type Method Description RecordPort
CollectRecords. getInput()
RecordPort
LogRows. getInput()
-
Uses of PortDescription in com.pervasive.datarush.operators.sort
Methods in com.pervasive.datarush.operators.sort with annotations of type PortDescription Modifier and Type Method Description RecordPort
Sort. getInput()
RecordPort
Sort. getOutput()
-
Uses of PortDescription in com.pervasive.datarush.operators.source
Methods in com.pervasive.datarush.operators.source with annotations of type PortDescription Modifier and Type Method Description RecordPort
GenerateRepeatingCycle. getInput()
The flow of data to be repeated cyclically.RecordPort
EmitRecords. getOutput()
RecordPort
GenerateArithmeticSequence. getOutput()
Returns the output port whose values are equal to the sequence of values.RecordPort
GenerateConstant. getOutput()
RecordPort
GenerateRandom. getOutput()
RecordPort
GenerateRepeatingCycle. getOutput()
Gets the flow of generated values. -
Uses of PortDescription in com.pervasive.datarush.operators.string
Methods in com.pervasive.datarush.operators.string with annotations of type PortDescription Modifier and Type Method Description RecordPort
SplitField. getInput()
RecordPort
SplitField. getOutput()
-
Uses of PortDescription in com.pervasive.datarush.script.operators.group
Methods in com.pervasive.datarush.script.operators.group with annotations of type PortDescription Modifier and Type Method Description RecordPort
ProcessByGroup. getInput()
-