Uses of Annotation Interface
com.pervasive.datarush.annotations.PortDescription
Packages that use PortDescription
Package
Description
Provides common classes for Association Rule Mining (ARM).
Provides the operator to perform the FP-growth ARM algorithm.
Provides operators related to data cleansing.
Provides base PMML for clustering models.
Provides the KMeans algorithm.
Provides the PMML learner operator and associated classes.
Provides the decision tree predictor operator and associated classes.
Provides the decision tree pruner operator and associated classes.
Provides an implementation of the KNN algorithm using DataRush's sparse data API.
Provides an implementation of the Naive Bayes learner.
Provides an implementation of a Naive Bayes predictor.
Provides utility, PMML and other classes for shared use by regression related entities.
Provides various statistics, Data Summarizer, and Data Quality Analyzer.
Provides an implementation of an SVM learner.
Provides various unstructured text processing operators.
Provides some (internal) utility classes for Analytics.
Provides operators for classifier performance visualization.
Provides operators for performing discovering duplicates or links between
records.
Provides operators for clustering the results of duplicate or
linkage discovery.
Provides classes and interfaces for developing dataflow operators.
Provides operators for making assertions on flows and files.
Provides data aggregation components.
Provides base file I/O components including encoders and decoders.
Provides operators for reading from JDBC sources and writing to JDBC targets.
Provides operators for reading and writing DataRush staging datasets.
Provides operators for reading and writing text data.
Provides operators for joining together two data sets into a single one.
Provides operators for handling models.
Provides operators for manipulating record structure.
Provides the
RunScript
operator for running user-defined scripts on the rows of an input record flow.Provides operators for selecting a subset of the data set.
Provides the
LogRows operator
for writing debugging information about a flow to the logging API.Provides operators for sorting and manipulating sorted
flows.
Provides operators for generating data tokens in various ways.
Provides operators for operating on string values in records.
-
Uses of PortDescription in com.pervasive.datarush.analytics.arm
Methods in com.pervasive.datarush.analytics.arm with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.analytics.arm.fpgrowth
Methods in com.pervasive.datarush.analytics.arm.fpgrowth with annotations of type PortDescriptionModifier and TypeMethodDescriptionFPGrowth.getInput()Get the input port that should contain transactions.FPGrowth.getItemSets()Get the output port containing the frequent item sets.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 PortDescriptionModifier and TypeMethodDescriptionReplaceMissingValues.getInput()Gets the record port providing the input data to the operation.ReplaceMissingValues.getModel()Returns a port that will output aPMMLSummaryStatisticsModel.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 PortDescriptionModifier and TypeMethodDescriptionClusterPredictor.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 -
Uses of PortDescription in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.analytics.decisiontree.predictor
Methods in com.pervasive.datarush.analytics.decisiontree.predictor with annotations of type PortDescriptionModifier and TypeMethodDescriptionDecisionTreePredictor.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 -
Uses of PortDescription in com.pervasive.datarush.analytics.knn
Methods in com.pervasive.datarush.analytics.knn with annotations of type PortDescriptionModifier and TypeMethodDescriptionKNNClassifier.getOutput()Gets the record port providing the output from the operation.KNNClassifier.getQuery()Gets the record port providing the query data to the operations.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 -
Uses of PortDescription in com.pervasive.datarush.analytics.naivebayes.predictor
Methods in com.pervasive.datarush.analytics.naivebayes.predictor with annotations of type PortDescriptionModifier and TypeMethodDescriptionNaiveBayesPredictor.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 -
Uses of PortDescription in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with annotations of type PortDescriptionModifier and TypeMethodDescriptionLinearRegressionLearner.getInput()Get the input port of this operator.SumOfSquares.getInput()Get the input port for this operator.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 PortDescriptionModifier and TypeMethodDescriptionDataQualityAnalyzer.getClean()Returns a port that will output the "clean" rows.DataQualityAnalyzer.getDirty()Returns a port that will output the "dirty" rows.DataQualityAnalyzer.getInput()Returns a port for the input dataset to be tested.DistinctValues.getInput()NormalizeValues.getInput()Rank.getInput()SummaryStatistics.getInput()Returns an input port for the input dataset.DataQualityAnalyzer.getModel()Returns a port that will output aPMMLSummaryStatisticsModel.NormalizeValues.getModelInput()Get the optional input port used to read the PMML model containing field statistics needed by normalization methods.DistinctValues.getOutput()NormalizeValues.getOutput()Rank.getOutput()SummaryStatistics.getOutput()Returns an output port that will produce aPMMLSummaryStatisticsModel.CountRanges.getStatsOutput() -
Uses of PortDescription in com.pervasive.datarush.analytics.svm.learner
Methods in com.pervasive.datarush.analytics.svm.learner with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.analytics.text
Methods in com.pervasive.datarush.analytics.text with annotations of type PortDescriptionModifier and TypeMethodDescriptionDictionaryFilter.getDictionaryInput()Get the optional dictionary input port of this operator.CalculateNGramFrequency.getInput()Get the input port of this operator.CalculateWordFrequency.getInput()Get the input port of this operator.ConvertTextCase.getInput()Get the input port of this operator.CountTokens.getInput()Get the input port of this operator.DictionaryFilter.getInput()Get the input port of this operator.ExpandTextFrequency.getInput()Get the input port of this operator.ExpandTextTokens.getInput()Get the input port of this operator.FilterText.getInput()Get the input port of this operator.GenerateBagOfWords.getInput()Get the input port of this operator.TextFrequencyFilter.getInput()Get the input port of this operator.TextStemmer.getInput()Get the input port of this operator.TextTokenizer.getInput()Get the input port of this operator.CalculateNGramFrequency.getOutput()Get the output port of this operator.CalculateWordFrequency.getOutput()Get the output port of this operator.ConvertTextCase.getOutput()Get the output port of this operator.CountTokens.getOutput()Get the output port of this operator.DictionaryFilter.getOutput()Get the output port of this operator.ExpandTextFrequency.getOutput()Get the output port of this operator.ExpandTextTokens.getOutput()Get the output port of this operator.FilterText.getOutput()Get the output port of this operator.GenerateBagOfWords.getOutput()Get the output port of this operator.TextFrequencyFilter.getOutput()Get the output port of this operator.TextStemmer.getOutput()Get the output port of this operator.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 PortDescriptionModifier and TypeMethodDescriptionfinal RecordPortAbstractPredictor.getInput()The input data.final PMMLPortAbstractPredictor.getModel()The input for supplying the PMML modelAbstractPredictor.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 -
Uses of PortDescription in com.pervasive.datarush.hbase
Methods in com.pervasive.datarush.hbase with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.matching
Methods in com.pervasive.datarush.matching with annotations of type PortDescriptionModifier and TypeMethodDescriptionDiscoverDuplicates.getInput()Gets the record port providing input to the operation.DiscoverLinks.getLeft()Gets the record port providing the left-hand input to the operation.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 PortDescriptionModifier and TypeMethodDescriptionClusterDuplicates.getInput()Gets the record port providing the input to the clustering operation.ClusterLinks.getInput()Gets the record port providing the input to the clustering operation.ClusterDuplicates.getOutput()Gets the record port providing the results of the clustering operation.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 PortDescriptionModifier and TypeMethodDescriptionAbstractDeferredRecordOperator.getInput()AbstractExecutableRecordPipeline.getInput()Gets the record port providing the input data to the operation.AbstractRecordCompositeOperator.getInput()AbstractDeferredRecordOperator.getOutput()AbstractExecutableRecordPipeline.getOutput()Gets the record port providing the output from the operation.AbstractRecordCompositeOperator.getOutput() -
Uses of PortDescription in com.pervasive.datarush.operators.assertion
Methods in com.pervasive.datarush.operators.assertion with annotations of type PortDescriptionModifier and TypeMethodDescriptionAssertEqual.getActualInput()Get the actual input data port.AssertEqualHash.getActualInput()Get the actual data input port.AssertEqualTypes.getActualInput()Get the actual value input port.AssertEqual.getExpectedInput()Get the expected input data port.AssertEqualHash.getExpectedInput()Get the expected data input port.AssertEqualTypes.getExpectedInput()Get the optional expected value input port.AssertMetadata.getInput()Get the input data port to assert the metadata on.AssertPredicate.getInput()Get the input port of this operator.AssertRowCount.getInput()AssertSorted.getInput()Get the input data port.AssertSorted.getOutput()Output port containing the input data verified to be sorted correctly. -
Uses of PortDescription in com.pervasive.datarush.operators.graph
Methods in com.pervasive.datarush.operators.graph with annotations of type PortDescriptionModifier and TypeMethodDescriptionMockableExternalRecordSink.getInput()MockableExternalRecordSource.getInput()MockableExternalRecordSink.getOutput()MockableExternalRecordSource.getOutput()SubJobExecutor.getOverrides()Get the optional overrides data port. -
Uses of PortDescription in com.pervasive.datarush.operators.group
Methods in com.pervasive.datarush.operators.group with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.operators.io
Methods in com.pervasive.datarush.operators.io with annotations of type PortDescriptionModifier and TypeMethodDescriptionAbstractWriter.getInput()Gets the record port providing the records to write to the target sink.WriteSink.getInput()Gets the record port providing the records to write to the target sink.AbstractReader.getOutput()Gets the record port providing the records read from the data source.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 PortDescriptionModifier and TypeMethodDescriptionAbstractWriteToJDBC.getInput()Returns the input port.ReadFromJDBC.getInput()Get the optional input port that contains parameter values to apply to a parameterized data query.DeleteFromJDBC.getOutput()Get the output port containing the statues received from the database.ReadFromJDBC.getOutput()Get the output port containing the data retrieved from the source database.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 -
Uses of PortDescription in com.pervasive.datarush.operators.io.textfile
Methods in com.pervasive.datarush.operators.io.textfile with annotations of type PortDescriptionModifier and TypeMethodDescriptionParseTextFields.getInput()ParseTextFields.getOutput()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 PortDescriptionModifier and TypeMethodDescriptionLoadActianVector.getInputPort()ReadActianVector.getOutput()LoadActianVector.getRejectPort()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 PortDescriptionModifier and TypeMethodDescriptionAbstractRelationalJoin.getLeft()Returns the left input port.final RecordPortUnionAll.getLeft()Returns the left input port.CrossJoin.getLeftInput()Returns the left input portAbstractRelationalJoin.getOutput()Returns the output port.CrossJoin.getOutput()Returns the input portfinal RecordPortUnionAll.getOutput()Returns the output port.FilterExistingRows.getRejects()Returns the port providing the data from the left which failed to match any record on the right.AbstractRelationalJoin.getRight()Returns the right input port.final RecordPortUnionAll.getRight()Returns the right input port.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 PortDescriptionModifier and TypeMethodDescriptionfinal AbstractModelPort<T>GetModel.getInput()The input portfinal AbstractModelPort<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 PortDescriptionModifier and TypeMethodDescriptionDeriveFields.getInput()RemapFields.getInput()RemoveFields.getInput()RetainFields.getInput()RowsToColumns.getInput()SelectFields.getInput()MergeFields.getLeftInput()Gets the record port providing the "left" input for the merge.DeriveFields.getOutput()MergeFields.getOutput()Gets the record port providing the resulting merged records.RemapFields.getOutput()RemoveFields.getOutput()RetainFields.getOutput()RowsToColumns.getOutput()SelectFields.getOutput()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 -
Uses of PortDescription in com.pervasive.datarush.operators.select
Methods in com.pervasive.datarush.operators.select with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.operators.sink
Methods in com.pervasive.datarush.operators.sink with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.operators.sort
Methods in com.pervasive.datarush.operators.sort with annotations of type PortDescription -
Uses of PortDescription in com.pervasive.datarush.operators.source
Methods in com.pervasive.datarush.operators.source with annotations of type PortDescriptionModifier and TypeMethodDescriptionGenerateRepeatingCycle.getInput()The flow of data to be repeated cyclically.EmitRecords.getOutput()GenerateArithmeticSequence.getOutput()Returns the output port whose values are equal to the sequence of values.GenerateConstant.getOutput()GenerateRandom.getOutput()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 -
Uses of PortDescription in com.pervasive.datarush.script.operators.group
Methods in com.pervasive.datarush.script.operators.group with annotations of type PortDescription