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 theRunScriptoperator 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 theLogRowsoperator 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 PMMLPortConvertARMModel. getInput()Get the input port that will receive the PMML model.RecordPortFrequentItems. getInput()Get the input port of this operator.RecordPortFrequentItems. 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 RecordPortFPGrowth. getInput()Get the input port that should contain transactions.RecordPortFPGrowth. getItemSets()Get the output port containing the frequent item sets.PMMLPortFPGrowth. 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 RecordPortReplaceMissingValues. getInput()Gets the record port providing the input data to the operation.PMMLPortReplaceMissingValues. getModel()Returns a port that will output aPMMLSummaryStatisticsModel.RecordPortReplaceMissingValues. 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 RecordPortClusterPredictor. 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 RecordPortKMeans. getInput()Returns the input port.PMMLPortKMeans. 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 RecordPortDecisionTreeLearner. getInput()Returns the input port for the training data that is used to build the model.PMMLPortDecisionTreeLearner. 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 RecordPortDecisionTreePredictor. 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 PMMLPortDecisionTreePruner. getInput()Returns the input port.PMMLPortDecisionTreePruner. 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 RecordPortKNNClassifier. getOutput()Gets the record port providing the output from the operation.RecordPortKNNClassifier. getQuery()Gets the record port providing the query data to the operations.RecordPortKNNClassifier. 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 RecordPortNaiveBayesLearner. getInput()The input data.PMMLPortNaiveBayesLearner. 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 RecordPortNaiveBayesPredictor. 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 RecordPortRunRScript. getInput()RecordPortRunRScript. 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 RecordPortLinearRegressionLearner. getInput()Get the input port of this operator.RecordPortSumOfSquares. getInput()Get the input port for this operator.PMMLPortLinearRegressionLearner. 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 RecordPortDataQualityAnalyzer. getClean()Returns a port that will output the "clean" rows.RecordPortDataQualityAnalyzer. getDirty()Returns a port that will output the "dirty" rows.RecordPortDataQualityAnalyzer. getInput()Returns a port for the input dataset to be tested.RecordPortDistinctValues. getInput()RecordPortNormalizeValues. getInput()RecordPortRank. getInput()RecordPortSummaryStatistics. getInput()Returns an input port for the input dataset.PMMLPortDataQualityAnalyzer. getModel()Returns a port that will output aPMMLSummaryStatisticsModel.PMMLPortNormalizeValues. getModelInput()Get the optional input port used to read the PMML model containing field statistics needed by normalization methods.RecordPortDistinctValues. getOutput()RecordPortNormalizeValues. getOutput()RecordPortRank. getOutput()PMMLPortSummaryStatistics. getOutput()Returns an output port that will produce aPMMLSummaryStatisticsModel.RecordPortCountRanges. 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 RecordPortDictionaryFilter. getDictionaryInput()Get the optional dictionary input port of this operator.RecordPortCalculateNGramFrequency. getInput()Get the input port of this operator.RecordPortCalculateWordFrequency. getInput()Get the input port of this operator.RecordPortConvertTextCase. getInput()Get the input port of this operator.RecordPortCountTokens. getInput()Get the input port of this operator.RecordPortDictionaryFilter. getInput()Get the input port of this operator.RecordPortExpandTextFrequency. getInput()Get the input port of this operator.RecordPortExpandTextTokens. getInput()Get the input port of this operator.RecordPortFilterText. getInput()Get the input port of this operator.RecordPortGenerateBagOfWords. getInput()Get the input port of this operator.RecordPortTextFrequencyFilter. getInput()Get the input port of this operator.RecordPortTextStemmer. getInput()Get the input port of this operator.RecordPortTextTokenizer. getInput()Get the input port of this operator.RecordPortCalculateNGramFrequency. getOutput()Get the output port of this operator.RecordPortCalculateWordFrequency. getOutput()Get the output port of this operator.RecordPortConvertTextCase. getOutput()Get the output port of this operator.RecordPortCountTokens. getOutput()Get the output port of this operator.RecordPortDictionaryFilter. getOutput()Get the output port of this operator.RecordPortExpandTextFrequency. getOutput()Get the output port of this operator.RecordPortExpandTextTokens. getOutput()Get the output port of this operator.RecordPortFilterText. getOutput()Get the output port of this operator.RecordPortGenerateBagOfWords. getOutput()Get the output port of this operator.RecordPortTextFrequencyFilter. getOutput()Get the output port of this operator.RecordPortTextStemmer. getOutput()Get the output port of this operator.RecordPortTextTokenizer. 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 RecordPortAbstractPredictor. getInput()The input data.PMMLPortAbstractPredictor. getModel()The input for supplying the PMML modelRecordPortAbstractPredictor. 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 RecordPortDrawDiagnosticsChart. 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 RecordPortDeleteHBase. getInput()RecordPortWriteHBase. getInput()RecordPortReadHBase. 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 RecordPortDiscoverDuplicates. getInput()Gets the record port providing input to the operation.RecordPortDiscoverLinks. getLeft()Gets the record port providing the left-hand input to the operation.RecordPortDiscoverLinks. 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 RecordPortClusterDuplicates. getInput()Gets the record port providing the input to the clustering operation.RecordPortClusterLinks. getInput()Gets the record port providing the input to the clustering operation.RecordPortClusterDuplicates. getOutput()Gets the record port providing the results of the clustering operation.RecordPortClusterLinks. 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 RecordPortAbstractDeferredRecordOperator. getInput()RecordPortAbstractExecutableRecordPipeline. getInput()Gets the record port providing the input data to the operation.RecordPortAbstractRecordCompositeOperator. getInput()RecordPortAbstractDeferredRecordOperator. getOutput()RecordPortAbstractExecutableRecordPipeline. getOutput()Gets the record port providing the output from the operation.RecordPortAbstractRecordCompositeOperator. 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 RecordPortAssertEqual. getActualInput()Get the actual input data port.RecordPortAssertEqualHash. getActualInput()Get the actual data input port.RecordPortAssertEqualTypes. getActualInput()Get the actual value input port.RecordPortAssertEqual. getExpectedInput()Get the expected input data port.RecordPortAssertEqualHash. getExpectedInput()Get the expected data input port.RecordPortAssertEqualTypes. getExpectedInput()Get the optional expected value input port.RecordPortAssertMetadata. getInput()Get the input data port to assert the metadata on.RecordPortAssertPredicate. getInput()Get the input port of this operator.RecordPortAssertRowCount. getInput()RecordPortAssertSorted. getInput()Get the input data port.RecordPortAssertSorted. 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 RecordPortGroup. getInput()RecordPortRemoveDuplicates. getInput()Returns the data to be de-duplicatedRecordPortGroup. getOutput()RecordPortRemoveDuplicates. 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 RecordPortAbstractWriter. getInput()Gets the record port providing the records to write to the target sink.RecordPortWriteSink. getInput()Gets the record port providing the records to write to the target sink.RecordPortAbstractReader. getOutput()Gets the record port providing the records read from the data source.RecordPortReadSource. 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 RecordPortAbstractWriteToJDBC. getInput()Returns the input port.RecordPortReadFromJDBC. getInput()Get the optional input port that contains parameter values to apply to a parameterized data query.RecordPortDeleteFromJDBC. getOutput()Get the output port containing the statues received from the database.RecordPortReadFromJDBC. getOutput()Get the output port containing the data retrieved from the source database.RecordPortUpdateInJDBC. 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 PForceStaging. getInput()Gets the port for the data to be staged.PForceStaging. 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 RecordPortParseTextFields. getInput()RecordPortParseTextFields. getOutput()RecordPortParseTextFields. 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 RecordPortLoadVectorOnHadoop. getInput()Deprecated.RecordPortLoadActianVector. getInputPort()RecordPortLoadActianVector. 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 RecordPortLoadVectorOnHadoopDirect. getInputPort()Deprecated.RecordPortLoadVectorOnHadoopDirect. 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 RecordPortAbstractRelationalJoin. getLeft()Returns the left input port.RecordPortUnionAll. getLeft()Returns the left input port.RecordPortCrossJoin. getLeftInput()Returns the left input portRecordPortAbstractRelationalJoin. getOutput()Returns the output port.RecordPortCrossJoin. getOutput()Returns the input portRecordPortUnionAll. getOutput()Returns the output port.RecordPortFilterExistingRows. getRejects()Returns the port providing the data from the left which failed to match any record on the right.RecordPortAbstractRelationalJoin. getRight()Returns the right input port.RecordPortUnionAll. getRight()Returns the right input port.RecordPortCrossJoin. 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 RecordPortDeriveFields. getInput()RecordPortRemapFields. getInput()RecordPortRemoveFields. getInput()RecordPortRetainFields. getInput()RecordPortRowsToColumns. getInput()RecordPortSelectFields. getInput()RecordPortMergeFields. getLeftInput()Gets the record port providing the "left" input for the merge.RecordPortDeriveFields. getOutput()RecordPortMergeFields. getOutput()Gets the record port providing the resulting merged records.RecordPortRemapFields. getOutput()RecordPortRemoveFields. getOutput()RecordPortRetainFields. getOutput()RecordPortRowsToColumns. getOutput()RecordPortSelectFields. getOutput()RecordPortMergeFields. 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 RecordPortRunScript. getInput()Get the input port to the run script operator.RecordPortRunScript. 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 RecordPortFilterRows. getInput()RecordPortLimitRows. getInput()RecordPortSampleRandomRows. getInput()RecordPortFilterRows. getOutput()RecordPortLimitRows. getOutput()RecordPortSampleRandomRows. getOutput()RecordPortFilterRows. 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 RecordPortCollectRecords. getInput()RecordPortLogRows. 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 RecordPortSort. getInput()RecordPortSort. 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 RecordPortGenerateRepeatingCycle. getInput()The flow of data to be repeated cyclically.RecordPortEmitRecords. getOutput()RecordPortGenerateArithmeticSequence. getOutput()Returns the output port whose values are equal to the sequence of values.RecordPortGenerateConstant. getOutput()RecordPortGenerateRandom. getOutput()RecordPortGenerateRepeatingCycle. 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 RecordPortSplitField. getInput()RecordPortSplitField. 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 RecordPortProcessByGroup. getInput()
-