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 voidKMeans. 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 voidDecisionTreeLearner. 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 voidLinearRegressionLearner. 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 voidIterativeOperator. computeMetadata(IterativeMetadataContext ctx)Implementations must adhere to the following contractsvoidOperatorProxies.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 voidMetadataUtil. 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_VALUEas its parallelism, forcing a "scatter" from the inputs.voidRecordPort. setIterationStagingOptions(IterativeMetadataContext ctx, DatasetOptions options)Sets the staging options for this input port.
-