|
Change Parameter Type u : DenseLocalOnHeapVector to u : DenseVector in method public spr(alpha Double, v SparseVector, u DenseVector) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type v : SparseLocalVector to v : SparseVector in method public spr(alpha Double, v SparseVector, u DenseVector) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type orig : DenseLocalOnHeapMatrix to orig : DenseMatrix in method private DenseMatrix(orig DenseMatrix, acsMode int) in class org.apache.ignite.ml.math.primitives.matrix.impl.DenseMatrix |
From |
To |
|
Change Parameter Type v : DenseLocalOnHeapVector to v : DenseVector in method public spr(alpha Double, v DenseVector, u DenseVector) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type x : SparseLocalVector to x : SparseVector in method private axpy(a Double, x SparseVector, y double[]) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method package syr(alpha Double, x Vector, a DenseMatrix) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type u : DenseLocalOnHeapVector to u : DenseVector in method public spr(alpha Double, v DenseVector, u DenseVector) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type v : DenseLocalOnHeapVector to v : DenseVector in method private fromVector(v DenseVector, rows int, acsMode int, p BiPredicate<Integer,Integer>) : DenseMatrix in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Parameter Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method package syr(alpha Double, x DenseVector, a DenseMatrix) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type x : DenseLocalOnHeapVector to x : DenseVector in method package syr(alpha Double, x DenseVector, a DenseMatrix) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type orig : DenseLocalOnHeapMatrix to orig : DenseMatrix in method private DenseMatrix(orig DenseMatrix) in class org.apache.ignite.ml.math.primitives.matrix.impl.DenseMatrix |
From |
To |
|
Change Parameter Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public syr(alpha Double, x SparseVector, a DenseMatrix) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type x : SparseLocalVector to x : SparseVector in method public syr(alpha Double, x SparseVector, a DenseMatrix) : void in class org.apache.ignite.ml.math.Blas |
From |
To |
|
Change Parameter Type m : SparseLocalOnHeapMatrix to m : SparseMatrix in method public asDense(m SparseMatrix, acsMode int) : DenseMatrix in class org.apache.ignite.ml.math.util.MatrixUtil |
From |
To |
|
Rename Variable result : double to res : double in method public apply(answers double[]) : Double in class org.apache.ignite.ml.composition.predictionsaggregator.WeightedPredictionsAggregator |
From |
To |
|
Rename Variable model : Model<Vector,Double> to mdl : Model<Vector,Double> in method public testFitRegression() : void in class org.apache.ignite.ml.composition.boosting.GDBTrainerTest |
From |
To |
|
Rename Variable lowerCaseCount : double to lowerCaseCnt : double in method public evaluate(genes List<Gene>) : double in class org.apache.ignite.ml.genetic.PasswordFitnessFunction |
From |
To |
|
Rename Variable copy : Chromosome to cp : Chromosome in method private getEnhancedPopulation() : List<List<Long>> in class org.apache.ignite.ml.genetic.TruncateSelectionTask |
From |
To |
|
Rename Variable newKeySwapArrayForChrome1 : long[] to newKeySwapArrForChrome1 : long[] in method public execute() : Object in class org.apache.ignite.ml.genetic.CrossOverJob |
From |
To |
|
Rename Variable boolValue : Boolean to boolVal : Boolean in method public testCalculateFitness() : void in class org.apache.ignite.ml.genetic.GAGridCalculateFitnessTest |
From |
To |
|
Rename Variable specialCharCount : double to specialCCnt : double in method public evaluate(genes List<Gene>) : double in class org.apache.ignite.ml.genetic.PasswordFitnessFunction |
From |
To |
|
Rename Variable genesCount : int to genesCnt : int in method private getChromosomes(qry String) : SimpleResultSet in class org.apache.ignite.ml.genetic.functions.GAGridFunction |
From |
To |
|
Rename Variable errorsCount : int to errorsCnt : int in method public testFitClassifier() : void in class org.apache.ignite.ml.composition.boosting.GDBTrainerTest |
From |
To |
|
Rename Variable truncateCount : int to truncateCnt : int in method private selectByTruncation(keys List<Long>) : List<Long> in class org.apache.ignite.ml.genetic.GAGrid |
From |
To |
|
Rename Variable upperCaseCount : double to upperCaseCnt : double in method public evaluate(genes List<Gene>) : double in class org.apache.ignite.ml.genetic.PasswordFitnessFunction |
From |
To |
|
Rename Variable geneIndexStartSwap : int to geneIdxStartSwap : int in method public execute() : Object in class org.apache.ignite.ml.genetic.CrossOverJob |
From |
To |
|
Rename Variable numberOfCopies : int to numOfCopies : int in method private copyFitterChromosomesToPopulation(fittestKeys List<Long>, selectedKeys List<Long>) : Boolean in class org.apache.ignite.ml.genetic.GAGrid |
From |
To |
|
Rename Variable truncateCount : int to truncateCnt : int in method private getFittestKeysForTruncation(keys List<Long>) : List<Long> in class org.apache.ignite.ml.genetic.GAGrid |
From |
To |
|
Rename Variable generationCount : int to generationCnt : int in method public evolve() : Chromosome in class org.apache.ignite.ml.genetic.GAGrid |
From |
To |
|
Rename Variable selectionMethod : GAGridConstants.SELECTION_METHOD to selectionMtd : GAGridConstants.SELECTION_METHOD in method private selection(chromosomeKeys List<Long>) : List<Long> in class org.apache.ignite.ml.genetic.GAGrid |
From |
To |
|
Rename Variable elitismCount : int to elitismCnt : int in method private selectByElitism(keys List<Long>) : List<Long> in class org.apache.ignite.ml.genetic.GAGrid |
From |
To |
|
Rename Variable count : Long to cnt : Long in method public testInitializeGenes() : void in class org.apache.ignite.ml.genetic.GAGridInitializePopulationTest |
From |
To |
|
Rename Variable count : Long to cnt : Long in method public testCalculateFitness() : void in class org.apache.ignite.ml.genetic.GAGridCalculateFitnessTest |
From |
To |
|
Rename Variable truncateCount : int to truncateCnt : int in method private copyFitterChromosomesToPopulation(fittestKeys List<Long>, selectedKeys List<Long>) : Boolean in class org.apache.ignite.ml.genetic.GAGrid |
From |
To |
|
Rename Variable numberOfJobs : int to numOfJobs : int in method private setupCrossOver(clusterNode ClusterNode, keys List<Long>, map Map<ComputeJob,ClusterNode>) : Map<ComputeJob,ClusterNode> in class org.apache.ignite.ml.genetic.CrossOverTask |
From |
To |
|
Rename Variable columnIndex : int to colIdx : int in method private getChromosomes(qry String) : SimpleResultSet in class org.apache.ignite.ml.genetic.functions.GAGridFunction |
From |
To |
|
Rename Variable model : LinearRegressionModel to mdl : LinearRegressionModel in method public importExportLinearRegressionModelTest() : void in class org.apache.ignite.ml.LocalModelsTest |
From |
To |
|
Rename Variable newKeySwapArrayForChrome2 : long[] to newKeySwapArrForChrome2 : long[] in method public execute() : Object in class org.apache.ignite.ml.genetic.CrossOverJob |
From |
To |
|
Rename Variable value : Double to val : Double in method public execute() : Double in class org.apache.ignite.ml.genetic.FitnessJob |
From |
To |
|
Rename Variable count : Long to cnt : Long in method public testInitializePopulation() : void in class org.apache.ignite.ml.genetic.GAGridInitializePopulationTest |
From |
To |
|
Rename Variable model : ModelsComposition to mdl : ModelsComposition in method public testFit() : void in class org.apache.ignite.ml.tree.randomforest.RandomForestClassifierTrainerTest |
From |
To |
|
Rename Variable model : ModelsComposition to mdl : ModelsComposition in method public testFit() : void in class org.apache.ignite.ml.tree.randomforest.RandomForestRegressionTrainerTest |
From |
To |
|
Rename Variable model : Model<Vector,Double> to mdl : Model<Vector,Double> in method public testFitClassifier() : void in class org.apache.ignite.ml.composition.boosting.GDBTrainerTest |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.storage.matrix.MatrixDelegateStorage moved and renamed to org.apache.ignite.ml.math.primitives.matrix.storage.ViewMatrixStorage |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.matrix.SparseLocalOnHeapMatrix moved and renamed to org.apache.ignite.ml.math.primitives.matrix.impl.SparseMatrix |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.vector.SparseLocalVector moved and renamed to org.apache.ignite.ml.math.primitives.vector.impl.SparseVector |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.vector.MatrixVectorView moved and renamed to org.apache.ignite.ml.math.primitives.vector.impl.VectorizedViewMatrix |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.storage.vector.MatrixVectorStorage moved and renamed to org.apache.ignite.ml.math.primitives.vector.storage.VectorizedViewMatrixStorage |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.storage.vector.SparseLocalOnHeapVectorStorage moved and renamed to org.apache.ignite.ml.math.primitives.vector.storage.SparseVectorStorage |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.storage.matrix.SparseLocalOnHeapMatrixStorage moved and renamed to org.apache.ignite.ml.math.primitives.matrix.storage.SparseMatrixStorage |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.storage.vector.DelegateVectorStorage moved and renamed to org.apache.ignite.ml.math.primitives.vector.storage.VectorViewStorage |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.matrix.DenseLocalOffHeapMatrixConstructorTest moved and renamed to org.apache.ignite.ml.math.primitives.matrix.SparseMatrixConstructorTest |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.vector.DenseLocalOnHeapVector moved and renamed to org.apache.ignite.ml.math.primitives.vector.impl.DenseVector |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.storage.vector.ArrayVectorStorage moved and renamed to org.apache.ignite.ml.math.primitives.vector.storage.DenseVectorStorage |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.vector.SparseLocalVectorConstructorTest moved and renamed to org.apache.ignite.ml.math.primitives.vector.SparseVectorConstructorTest |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.matrix.DenseLocalOnHeapMatrix moved and renamed to org.apache.ignite.ml.math.primitives.matrix.impl.DenseMatrix |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.vector.DenseLocalOnHeapVectorConstructorTest moved and renamed to org.apache.ignite.ml.math.primitives.vector.DenseVectorConstructorTest |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.matrix.DenseLocalOnHeapMatrixConstructorTest moved and renamed to org.apache.ignite.ml.math.primitives.matrix.DenseMatrixConstructorTest |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.matrix.MatrixView moved and renamed to org.apache.ignite.ml.math.primitives.matrix.impl.ViewMatrix |
From |
To |
|
Move And Rename Class org.apache.ignite.ml.math.impls.storage.matrix.ArrayMatrixStorage moved and renamed to org.apache.ignite.ml.math.primitives.matrix.storage.DenseMatrixStorage |
From |
To |
|
Move Class org.apache.ignite.ml.math.Matrix moved to org.apache.ignite.ml.math.primitives.matrix.Matrix |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.storage.vector.VectorBaseStorageTest moved to org.apache.ignite.ml.math.primitives.vector.VectorBaseStorageTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.DelegatingVector moved to org.apache.ignite.ml.math.primitives.vector.impl.DelegatingVector |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorFoldMapTest moved to org.apache.ignite.ml.math.primitives.vector.VectorFoldMapTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.MathTestConstants moved to org.apache.ignite.ml.math.primitives.MathTestConstants |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.storage.matrix.MatrixArrayStorageTest moved to org.apache.ignite.ml.math.primitives.matrix.MatrixArrayStorageTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorToMatrixTest moved to org.apache.ignite.ml.math.primitives.vector.VectorToMatrixTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorImplementationsTest moved to org.apache.ignite.ml.math.primitives.vector.VectorImplementationsTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.storage.vector.VectorArrayStorageTest moved to org.apache.ignite.ml.math.primitives.vector.VectorArrayStorageTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.VectorUtils moved to org.apache.ignite.ml.math.primitives.vector.VectorUtils |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.matrix.MatrixViewConstructorTest moved to org.apache.ignite.ml.math.primitives.matrix.MatrixViewConstructorTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.storage.matrix.MatrixStorageImplementationTest moved to org.apache.ignite.ml.math.primitives.matrix.MatrixStorageImplementationTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.storage.matrix.MatrixStorageFixtures moved to org.apache.ignite.ml.math.primitives.matrix.MatrixStorageFixtures |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorView moved to org.apache.ignite.ml.math.primitives.vector.impl.VectorView |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorViewTest moved to org.apache.ignite.ml.math.primitives.vector.VectorViewTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.MatrixVectorViewTest moved to org.apache.ignite.ml.math.primitives.vector.MatrixVectorViewTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorImplementationsFixtures moved to org.apache.ignite.ml.math.primitives.vector.VectorImplementationsFixtures |
From |
To |
|
Move Class org.apache.ignite.ml.math.Vector moved to org.apache.ignite.ml.math.primitives.vector.Vector |
From |
To |
|
Move Class org.apache.ignite.ml.math.OrderedMatrix moved to org.apache.ignite.ml.math.primitives.matrix.OrderedMatrix |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.matrix.MatrixAttributeTest moved to org.apache.ignite.ml.math.primitives.matrix.MatrixAttributeTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorAttributesTest moved to org.apache.ignite.ml.math.primitives.vector.VectorAttributesTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.matrix.AbstractMatrix moved to org.apache.ignite.ml.math.primitives.matrix.AbstractMatrix |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.DelegatingVectorConstructorTest moved to org.apache.ignite.ml.math.primitives.vector.DelegatingVectorConstructorTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.AbstractVectorTest moved to org.apache.ignite.ml.math.primitives.vector.AbstractVectorTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.storage.matrix.MatrixBaseStorageTest moved to org.apache.ignite.ml.math.primitives.matrix.MatrixBaseStorageTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.AbstractVector moved to org.apache.ignite.ml.math.primitives.vector.AbstractVector |
From |
To |
|
Move Class org.apache.ignite.ml.math.impls.vector.VectorNormTest moved to org.apache.ignite.ml.math.primitives.vector.VectorNormTest |
From |
To |
|
Move Class org.apache.ignite.ml.math.MatrixStorage moved to org.apache.ignite.ml.math.primitives.matrix.MatrixStorage |
From |
To |
|
Move Class org.apache.ignite.ml.math.VectorStorage moved to org.apache.ignite.ml.math.primitives.vector.VectorStorage |
From |
To |
|
Change Variable Type v : DenseLocalOnHeapVector to v : DenseVector in method public testScalDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type x : DenseLocalOnHeapVector to x : DenseVector in method public testGemvSparseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type u : DenseLocalOnHeapVector to u : DenseVector in method public testSprDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type that : SparseLocalOnHeapMatrixStorage to that : SparseMatrixStorage in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.matrix.storage.SparseMatrixStorage |
From |
To |
|
Change Variable Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public testGemvSparseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type secondLayerBiases : DenseLocalOnHeapVector to secondLayerBiases : DenseVector in method public setParamsFlattening() : void in class org.apache.ignite.ml.nn.MLPTest |
From |
To |
|
Change Variable Type secondLayerWeights : DenseLocalOnHeapMatrix to secondLayerWeights : DenseMatrix in method public setParamsFlattening() : void in class org.apache.ignite.ml.nn.MLPTest |
From |
To |
|
Change Variable Type exp : DenseLocalOnHeapVector to exp : DenseVector in method public testGemvDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type mtx : DenseLocalOnHeapMatrix to mtx : DenseMatrix in method private makeRandomMatrix(rows int, cols int) : Matrix in class org.apache.ignite.ml.math.TracerTest |
From |
To |
|
Change Variable Type vector : DenseLocalOnHeapVector to vector : DenseVector in method public testWriteVectorToCSVFile() : void in class org.apache.ignite.ml.math.TracerTest |
From |
To |
|
Change Variable Type cp : DenseLocalOnHeapMatrix to cp : DenseMatrix in method public copy(matrix Matrix) : Matrix in class org.apache.ignite.ml.math.util.MatrixUtil |
From |
To |
|
Change Variable Type v : SparseLocalVector to v : SparseVector in method public testScalSparse() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type matrix : DenseLocalOnHeapMatrix to matrix : DenseMatrix in method public testWriteMatrixToCSVFile() : void in class org.apache.ignite.ml.math.TracerTest |
From |
To |
|
Change Variable Type y : DenseLocalOnHeapVector to y : DenseVector in method public testAxpySparseArray() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type firstLayerWeights : DenseLocalOnHeapMatrix to firstLayerWeights : DenseMatrix in method public setParamsFlattening() : void in class org.apache.ignite.ml.nn.MLPTest |
From |
To |
|
Change Variable Type x : SparseLocalVector to x : SparseVector in method public testGemvSparseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type exp : DenseLocalOnHeapVector to exp : DenseVector in method public testGemvSparseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type x : SparseLocalVector to x : SparseVector in method public testAxpySparseArray() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type testMnistStream : Stream<DenseLocalOnHeapVector> to testMnistStream : Stream<DenseVector> in method package loadMnist(samplesCnt int) : IgniteBiTuple<Stream<DenseVector>,Stream<DenseVector>> in class org.apache.ignite.ml.nn.performance.MnistMLPTestUtil |
From |
To |
|
Change Variable Type matrixView : MatrixView to matrixView : ViewMatrix in method public attributeTest() : void in class org.apache.ignite.ml.math.primitives.matrix.MatrixViewConstructorTest |
From |
To |
|
Change Variable Type sto : DelegateVectorStorage to sto : VectorViewStorage in method public copy() : Vector in class org.apache.ignite.ml.math.primitives.vector.impl.VectorView |
From |
To |
|
Change Variable Type exp : SparseLocalVector to exp : SparseVector in method public testAxpySparseArray() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type exp : DenseLocalOnHeapMatrix to exp : DenseMatrix in method public testGemmDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public testGemvDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type trainingMnistStream : Stream<DenseLocalOnHeapVector> to trainingMnistStream : Stream<DenseVector> in method package loadMnist(samplesCnt int) : IgniteBiTuple<Stream<DenseVector>,Stream<DenseVector>> in class org.apache.ignite.ml.nn.performance.MnistMLPTestUtil |
From |
To |
|
Change Variable Type x : SparseLocalVector to x : SparseVector in method public testGemvDenseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type a : SparseLocalOnHeapMatrix to a : SparseMatrix in method public testGemvDenseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type mu : DenseLocalOnHeapMatrix to mu : DenseMatrix in method public testSprSparseDense2() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public testGemmDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type v2 : DenseLocalOnHeapVector to v2 : DenseVector in method public testDot() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type x : DenseLocalOnHeapVector to x : DenseVector in method public testGemvDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type sto : MatrixDelegateStorage to sto : ViewMatrixStorage in method public copy() : Matrix in class org.apache.ignite.ml.math.primitives.matrix.impl.ViewMatrix |
From |
To |
|
Change Variable Type that : MatrixDelegateStorage to that : ViewMatrixStorage in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.matrix.storage.ViewMatrixStorage |
From |
To |
|
Change Variable Type delegateStorage : MatrixDelegateStorage to delegateStorage : ViewMatrixStorage in method public attributeTest() : void in class org.apache.ignite.ml.math.primitives.matrix.MatrixViewConstructorTest |
From |
To |
|
Change Variable Type res : DenseLocalOnHeapMatrix to res : DenseMatrix in method public fromList(vecs List<Vector>, entriesAreRows boolean) : DenseMatrix in class org.apache.ignite.ml.math.util.MatrixUtil |
From |
To |
|
Change Variable Type mu : DenseLocalOnHeapMatrix to mu : DenseMatrix in method public testSprSparseDense1() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type u : DenseLocalOnHeapVector to u : DenseVector in method public testSprSparseDense2() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public testSprDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type storage : ArrayVectorStorage to storage : DenseVectorStorage in method private createStorage() : VectorStorage in class org.apache.ignite.ml.math.primitives.vector.AbstractVectorTest |
From |
To |
|
Change Variable Type exp : DenseLocalOnHeapVector to exp : DenseVector in method public testGemvDenseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type c : DenseLocalOnHeapMatrix to c : DenseMatrix in method public testGemmDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type res : DenseLocalOnHeapMatrix to res : DenseMatrix in method public asDense(m SparseMatrix, acsMode int) : DenseMatrix in class org.apache.ignite.ml.math.util.MatrixUtil |
From |
To |
|
Change Variable Type y : DenseLocalOnHeapVector to y : DenseVector in method public testGemvSparseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type sto : SparseLocalOnHeapVectorStorage to sto : SparseVectorStorage in method public like(crd int) : Vector in class org.apache.ignite.ml.math.primitives.vector.impl.SparseVector |
From |
To |
|
Change Variable Type u : DenseLocalOnHeapVector to u : DenseVector in method public testSprSparseDense1() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type m : DenseLocalOnHeapMatrix to m : DenseMatrix in method public testSprSparseDense2() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public testSyrDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type y : DenseLocalOnHeapVector to y : DenseVector in method public testGemvDenseSparseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type that : MatrixVectorView to that : VectorizedViewMatrix in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.vector.impl.VectorizedViewMatrix |
From |
To |
|
Change Variable Type mu : DenseLocalOnHeapMatrix to mu : DenseMatrix in method public testSprDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type that : DelegateVectorStorage to that : VectorViewStorage in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.vector.storage.VectorViewStorage |
From |
To |
|
Change Variable Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public testSprSparseDense2() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type paramsVector : DenseLocalOnHeapVector to paramsVector : DenseVector in method public setParamsFlattening() : void in class org.apache.ignite.ml.nn.MLPTest |
From |
To |
|
Change Variable Type exp : DenseLocalOnHeapMatrix to exp : DenseMatrix in method public testSprSparseDense1() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type res : DenseLocalOnHeapVector to res : DenseVector in method public localCopyOf(vec Vector) : DenseVector in class org.apache.ignite.ml.math.util.MatrixUtil |
From |
To |
|
Change Variable Type that : ArrayVectorStorage to that : DenseVectorStorage in method public equals(obj Object) : boolean in class org.apache.ignite.ml.math.primitives.vector.storage.DenseVectorStorage |
From |
To |
|
Change Variable Type a : SparseLocalOnHeapMatrix to a : SparseMatrix in method public testGemvSparseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type view : MatrixVectorView to view : VectorizedViewMatrix in method private assertMatrixVectorView(parent Matrix, row int, col int, rowStride int, colStride int) : void in class org.apache.ignite.ml.math.primitives.vector.MatrixVectorViewTest |
From |
To |
|
Change Variable Type vec : DenseLocalOnHeapVector to vec : DenseVector in method private makeRandomVector(size int) : Vector in class org.apache.ignite.ml.math.TracerTest |
From |
To |
|
Change Variable Type weights : DenseLocalOnHeapMatrix to weights : DenseMatrix in method private initLayers(initializer MLPInitializer) : void in class org.apache.ignite.ml.nn.MultilayerPerceptron |
From |
To |
|
Change Variable Type a : DenseLocalOnHeapMatrix to a : DenseMatrix in method public testSprSparseDense1() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type c : DenseLocalOnHeapMatrix to c : DenseMatrix in method public testGemmSparseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type biases : DenseLocalOnHeapVector to biases : DenseVector in method private initLayers(initializer MLPInitializer) : void in class org.apache.ignite.ml.nn.MultilayerPerceptron |
From |
To |
|
Change Variable Type that : ArrayMatrixStorage to that : DenseMatrixStorage in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.matrix.storage.DenseMatrixStorage |
From |
To |
|
Change Variable Type b : DenseLocalOnHeapMatrix to b : DenseMatrix in method public testGemmSparseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type v : SparseLocalVector to v : SparseVector in method public testSprSparseDense2() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type exp : DenseLocalOnHeapVector to exp : DenseVector in method public testGemvSparseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type m : DenseLocalOnHeapMatrix to m : DenseMatrix in method public testSprDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type res : SparseLocalVector to res : SparseVector in method private sparseFromArray(arr double[]) : SparseVector in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type b : DenseLocalOnHeapMatrix to b : DenseMatrix in method public testGemmDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type y : DenseLocalOnHeapVector to y : DenseVector in method public testGemvSparseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type y : DenseLocalOnHeapVector to y : DenseVector in method public testGemvDenseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type v : SparseLocalVector to v : SparseVector in method public testSprSparseDense1() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type a : SparseLocalOnHeapMatrix to a : SparseMatrix in method public testGemmSparseDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type exp : DenseLocalOnHeapMatrix to exp : DenseMatrix in method public testSyrDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type that : SparseLocalOnHeapVectorStorage to that : SparseVectorStorage in method public equals(o Object) : boolean in class org.apache.ignite.ml.math.primitives.vector.storage.SparseVectorStorage |
From |
To |
|
Change Variable Type x : DenseLocalOnHeapVector to x : DenseVector in method public testSyrDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type v1 : DenseLocalOnHeapVector to v1 : DenseVector in method public testDot() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |
|
Change Variable Type v : DenseLocalOnHeapVector to v : DenseVector in method public testSprDenseDense() : void in class org.apache.ignite.ml.math.BlasTest |
From |
To |