Uses of Class
org.apache.wayang.basic.data.Tuple2
Packages that use Tuple2
Package
Description
-
Uses of Tuple2 in org.apache.wayang.api.sql.calcite.converter.functions
Methods in org.apache.wayang.api.sql.calcite.converter.functions with parameters of type Tuple2 -
Uses of Tuple2 in org.apache.wayang.applications
Methods in org.apache.wayang.applications with parameters of type Tuple2 -
Uses of Tuple2 in org.apache.wayang.apps.wordcount
Method parameters in org.apache.wayang.apps.wordcount with type arguments of type Tuple2Modifier and TypeMethodDescriptionstatic WayangPlan
WordCountWithJavaNativeAPI.createWayangPlan
(String inputFileUrl, Collection<Tuple2<String, Integer>> collector) Creates theWayangPlan
for the word count app. -
Uses of Tuple2 in org.apache.wayang.basic.data
Methods in org.apache.wayang.basic.data that return Tuple2 -
Uses of Tuple2 in org.apache.wayang.basic.mapping
Methods in org.apache.wayang.basic.mapping that return Tuple2 -
Uses of Tuple2 in org.apache.wayang.flink.operators
Classes in org.apache.wayang.flink.operators with type parameters of type Tuple2Modifier and TypeClassDescriptionclass
FlinkTsvFileSink<Type extends Tuple2<?,
?>> Created by bertty on 31-10-17. -
Uses of Tuple2 in org.apache.wayang.java.operators
Classes in org.apache.wayang.java.operators with type parameters of type Tuple2Modifier and TypeClassDescriptionclass
JavaTsvFileSink<T extends Tuple2<?,
?>> Operator
for theJavaPlatform
that creates a TSV file.Constructor parameters in org.apache.wayang.java.operators with type arguments of type Tuple2 -
Uses of Tuple2 in org.apache.wayang.jdbc.execution
Methods in org.apache.wayang.jdbc.execution that return Tuple2Modifier and TypeMethodDescriptionprotected Tuple2<String,
SqlQueryChannel.Instance> JdbcExecutor.createSqlQuery
(ExecutionStage stage, OptimizationContext context) Creates a query channel and the sql statement -
Uses of Tuple2 in org.apache.wayang.ml4all.algorithms.kmeans
Methods in org.apache.wayang.ml4all.algorithms.kmeans that return Tuple2Modifier and TypeMethodDescriptionKMeansCompute.aggregate
(Tuple2<Integer, Tuple2<Integer, double[]>> input1, Tuple2<Integer, Tuple2<Integer, double[]>> input2) KMeansCompute.process
(double[] input, ML4allModel model) Methods in org.apache.wayang.ml4all.algorithms.kmeans that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionKMeansCompute.aggregate
(Tuple2<Integer, Tuple2<Integer, double[]>> input1, Tuple2<Integer, Tuple2<Integer, double[]>> input2) Methods in org.apache.wayang.ml4all.algorithms.kmeans with parameters of type Tuple2Modifier and TypeMethodDescriptionKMeansCompute.aggregate
(Tuple2<Integer, Tuple2<Integer, double[]>> input1, Tuple2<Integer, Tuple2<Integer, double[]>> input2) Method parameters in org.apache.wayang.ml4all.algorithms.kmeans with type arguments of type Tuple2Modifier and TypeMethodDescriptionKMeansCompute.aggregate
(Tuple2<Integer, Tuple2<Integer, double[]>> input1, Tuple2<Integer, Tuple2<Integer, double[]>> input2) KMeansUpdate.assign
(List<Tuple2<Integer, double[]>> input, ML4allModel model) KMeansConvergeOrMaxIterationsLoop.prepareConvergenceDataset
(ArrayList<Tuple2<Integer, double[]>> newCenters, ML4allModel model) -
Uses of Tuple2 in org.apache.wayang.spark.model
Methods in org.apache.wayang.spark.model that return types with arguments of type Tuple2 -
Uses of Tuple2 in org.apache.wayang.spark.operators
Classes in org.apache.wayang.spark.operators with type parameters of type Tuple2Modifier and TypeClassDescriptionclass
SparkTsvFileSink<T extends Tuple2<?,
?>> Operator
for theSparkPlatform
that creates a TSV file. -
Uses of Tuple2 in org.apache.wayang.spark.operators.ml
Methods in org.apache.wayang.spark.operators.ml that return types with arguments of type Tuple2Modifier and TypeMethodDescriptionSparkDecisionTreeClassificationOperator.Model.transform
(org.apache.spark.api.java.JavaRDD<double[]> input) SparkDecisionTreeRegressionOperator.Model.transform
(org.apache.spark.api.java.JavaRDD<double[]> input) SparkKMeansOperator.Model.transform
(org.apache.spark.api.java.JavaRDD<double[]> input) SparkLinearRegressionOperator.Model.transform
(org.apache.spark.api.java.JavaRDD<double[]> input) SparkLinearSVCOperator.Model.transform
(org.apache.spark.api.java.JavaRDD<double[]> input) SparkLogisticRegressionOperator.Model.transform
(org.apache.spark.api.java.JavaRDD<double[]> input)