|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.clustering.KMeansClusterizationExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.knn.KNNClassificationExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.LinearRegressionLSQRTrainerExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.tree.randomforest.RandomForestRegressionExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.tree.randomforest.RandomForestClassificationExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.svm.binary.SVMBinaryClassificationExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.LinearRegressionSGDTrainerExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.clustering.KMeansClusterizationExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.logistic.multiclass.LogRegressionMultiClassClassificationExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.tree.randomforest.RandomForestRegressionExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.clustering.KMeansClusterizationExample |
From |
To |
|
Change Variable Type split : TrainTestSplit<Integer,double[]> to split : TrainTestSplit<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.selection.split.TrainTestDatasetSplitterExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.LinearRegressionLSQRTrainerExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.LinearRegressionSGDTrainerExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.svm.binary.SVMBinaryClassificationExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.selection.split.TrainTestDatasetSplitterExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.knn.KNNRegressionExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.svm.binary.SVMBinaryClassificationExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.svm.multiclass.SVMMultiClassClassificationExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.knn.KNNRegressionExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.knn.KNNClassificationExample |
From |
To |
|
Change Variable Type qry : ScanQuery<Integer,double[]> to qry : ScanQuery<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.selection.split.TrainTestDatasetSplitterExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.LinearRegressionSGDTrainerExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.logistic.binary.LogisticRegressionSGDTrainerExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.selection.split.TrainTestDatasetSplitterExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.knn.KNNRegressionExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.knn.KNNClassificationExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.linear.LinearRegressionLSQRTrainerExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.tree.randomforest.RandomForestClassificationExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.selection.split.TrainTestDatasetSplitterExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.logistic.binary.LogisticRegressionSGDTrainerExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.tree.randomforest.RandomForestRegressionExample |
From |
To |
|
Change Variable Type observation : Cache.Entry<Integer,double[]> to observation : Cache.Entry<Integer,Vector> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.regression.logistic.binary.LogisticRegressionSGDTrainerExample |
From |
To |
|
Change Variable Type observations : QueryCursor<Cache.Entry<Integer,double[]>> to observations : QueryCursor<Cache.Entry<Integer,Vector>> in method public main(args String[]) : void in class org.apache.ignite.examples.ml.tree.randomforest.RandomForestClassificationExample |
From |
To |