Uses of Interface
com.pervasive.datarush.operators.IterativeMetadataContext
-
Packages that use IterativeMetadataContext Package Description 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.regression Provides utility, PMML and other classes for shared use by regression related entities.com.pervasive.datarush.operators Provides classes and interfaces for developing dataflow operators.com.pervasive.datarush.ports.record Provides implementations of port objects related to the flow of record sets between operators. -
-
Uses of IterativeMetadataContext in com.pervasive.datarush.analytics.cluster.kmeans
Methods in com.pervasive.datarush.analytics.cluster.kmeans with parameters of type IterativeMetadataContext Modifier and Type Method Description protected void
KMeans. computeMetadata(IterativeMetadataContext ctx)
-
Uses of IterativeMetadataContext in com.pervasive.datarush.analytics.decisiontree.learner
Methods in com.pervasive.datarush.analytics.decisiontree.learner with parameters of type IterativeMetadataContext Modifier and Type Method Description protected void
DecisionTreeLearner. computeMetadata(IterativeMetadataContext ctx)
-
Uses of IterativeMetadataContext in com.pervasive.datarush.analytics.regression
Methods in com.pervasive.datarush.analytics.regression with parameters of type IterativeMetadataContext Modifier and Type Method Description protected void
LinearRegressionLearner. computeMetadata(IterativeMetadataContext context)
-
Uses of IterativeMetadataContext in com.pervasive.datarush.operators
Methods in com.pervasive.datarush.operators with parameters of type IterativeMetadataContext Modifier and Type Method Description protected abstract void
IterativeOperator. computeMetadata(IterativeMetadataContext ctx)
Implementations must adhere to the following contractsvoid
OperatorProxies.IterativeOperatorProxy. computeMetadata(IterativeMetadataContext ctx)
Public only as a matter of implementation; not intended for external use -
Uses of IterativeMetadataContext in com.pervasive.datarush.ports.record
Methods in com.pervasive.datarush.ports.record with parameters of type IterativeMetadataContext Modifier and Type Method Description static void
MetadataUtil. negotiateParallelismBasedOnSourceAssumingParallelizableRecords(IterativeMetadataContext ctx)
Uses the maximum of the input ports' parallelism as the max parallelism of the operator If there are no parallel inputs, this will useInteger.MAX_VALUE
as its parallelism, forcing a "scatter" from the inputs.void
RecordPort. setIterationStagingOptions(IterativeMetadataContext ctx, DatasetOptions options)
Sets the staging options for this input port.
-