|
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.naivebayes.GaussianNaiveBayesTrainerExample |
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.naivebayes.GaussianNaiveBayesTrainerExample |
From |
To |
|
Change Variable Type val : double[] to val : Vector in method public main(args String[]) : void in class org.apache.ignite.examples.ml.naivebayes.GaussianNaiveBayesTrainerExample |
From |
To |