Binary compatibility report for the lazy-linalg-0.1.0 library between 1.5.0 and 1.0.0 versions (relating to the portability of client application lazy-linalg-0.1.0.jar)
Test Info
Library Name | lazy-linalg-0.1.0 |
Version #1 | 1.5.0 |
Version #2 | 1.0.0 |
Java Version | 1.7.0_75 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 150 / 748 |
---|
Verdict | Incompatible (82%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 0 |
---|
Removed Methods | High | 111 |
---|
Problems with Data Types | High | 24 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Removed Methods (111)
spark-mllib_2.10-1.5.0.jar, DenseMatrix.class
package org.apache.spark.mllib.linalg
DenseMatrix.apply ( int i ) : double
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.apply:(I)D]
DenseMatrix.copy ( ) : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.copy:()Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.copy ( ) : Matrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.copy:()Lorg/apache/spark/mllib/linalg/Matrix;]
DenseMatrix.DenseMatrix ( int numRows, int numCols, double[ ] values, boolean isTransposed )
[mangled: org/apache/spark/mllib/linalg/DenseMatrix."<init>":(II[DZ)V]
DenseMatrix.diag ( Vector p1 ) [static] : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.diag:(Lorg/apache/spark/mllib/linalg/Vector;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.equals ( Object o ) : boolean
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.equals:(Ljava/lang/Object;)Z]
DenseMatrix.eye ( int p1 ) [static] : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.eye:(I)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.foreachActive ( scala.Function3<Object,Object,Object,scala.runtime.BoxedUnit> f ) : void
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.foreachActive:(Lscala/Function3;)V]
DenseMatrix.hashCode ( ) : int
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.hashCode:()I]
DenseMatrix.index ( int i, int j ) : int
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.index:(II)I]
DenseMatrix.isTransposed ( ) : boolean
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.isTransposed:()Z]
DenseMatrix.map ( scala.Function1 f ) : Matrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.map:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/Matrix;]
DenseMatrix.map ( scala.Function1<Object,Object> f ) : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.map:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.multiply ( DenseMatrix y ) : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.multiply:(Lorg/apache/spark/mllib/linalg/DenseMatrix;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.multiply ( DenseVector y ) : DenseVector
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.multiply:(Lorg/apache/spark/mllib/linalg/DenseVector;)Lorg/apache/spark/mllib/linalg/DenseVector;]
DenseMatrix.multiply ( Vector y ) : DenseVector
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.multiply:(Lorg/apache/spark/mllib/linalg/Vector;)Lorg/apache/spark/mllib/linalg/DenseVector;]
DenseMatrix.numActives ( ) : int
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.numActives:()I]
DenseMatrix.numNonzeros ( ) : int
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.numNonzeros:()I]
DenseMatrix.ones ( int p1, int p2 ) [static] : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.ones:(II)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.Matrix._setter_.isTransposed_.eq ( boolean p1 ) : void
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.org.apache.spark.mllib.linalg.Matrix._setter_.isTransposed_.eq:(Z)V]
DenseMatrix.rand ( int p1, int p2, java.util.Random p3 ) [static] : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.rand:(IILjava/util/Random;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.randn ( int p1, int p2, java.util.Random p3 ) [static] : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.randn:(IILjava/util/Random;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.toSparse ( ) : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.toSparse:()Lorg/apache/spark/mllib/linalg/SparseMatrix;]
DenseMatrix.toString ( int maxLines, int maxLineWidth ) : String
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.toString:(II)Ljava/lang/String;]
DenseMatrix.transpose ( ) : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.transpose:()Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.transpose ( ) : Matrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.transpose:()Lorg/apache/spark/mllib/linalg/Matrix;]
DenseMatrix.update ( int i, int j, double v ) : void
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.update:(IID)V]
DenseMatrix.update ( scala.Function1 f ) : Matrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.update:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/Matrix;]
DenseMatrix.update ( scala.Function1<Object,Object> f ) : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.update:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
DenseMatrix.zeros ( int p1, int p2 ) [static] : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/DenseMatrix.zeros:(II)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
spark-mllib_2.10-1.5.0.jar, DenseVector.class
package org.apache.spark.mllib.linalg
DenseVector.argmax ( ) : int
[mangled: org/apache/spark/mllib/linalg/DenseVector.argmax:()I]
DenseVector.compressed ( ) : Vector
[mangled: org/apache/spark/mllib/linalg/DenseVector.compressed:()Lorg/apache/spark/mllib/linalg/Vector;]
DenseVector.copy ( ) : DenseVector
[mangled: org/apache/spark/mllib/linalg/DenseVector.copy:()Lorg/apache/spark/mllib/linalg/DenseVector;]
DenseVector.copy ( ) : Vector
[mangled: org/apache/spark/mllib/linalg/DenseVector.copy:()Lorg/apache/spark/mllib/linalg/Vector;]
DenseVector.foreachActive ( scala.Function2<Object,Object,scala.runtime.BoxedUnit> f ) : void
[mangled: org/apache/spark/mllib/linalg/DenseVector.foreachActive:(Lscala/Function2;)V]
DenseVector.numActives ( ) : int
[mangled: org/apache/spark/mllib/linalg/DenseVector.numActives:()I]
DenseVector.numNonzeros ( ) : int
[mangled: org/apache/spark/mllib/linalg/DenseVector.numNonzeros:()I]
DenseVector.toDense ( ) : DenseVector
[mangled: org/apache/spark/mllib/linalg/DenseVector.toDense:()Lorg/apache/spark/mllib/linalg/DenseVector;]
DenseVector.toSparse ( ) : SparseVector
[mangled: org/apache/spark/mllib/linalg/DenseVector.toSparse:()Lorg/apache/spark/mllib/linalg/SparseVector;]
DenseVector.unapply ( DenseVector p1 ) [static] : scala.Option<double[ ]>
[mangled: org/apache/spark/mllib/linalg/DenseVector.unapply:(Lorg/apache/spark/mllib/linalg/DenseVector;)Lscala/Option;]
spark-mllib_2.10-1.5.0.jar, Matrix.class
package org.apache.spark.mllib.linalg
Matrix.copy ( ) [abstract] : Matrix
[mangled: org/apache/spark/mllib/linalg/Matrix.copy:()Lorg/apache/spark/mllib/linalg/Matrix;]
Matrix.foreachActive ( scala.Function3<Object,Object,Object,scala.runtime.BoxedUnit> p1 ) [abstract] : void
[mangled: org/apache/spark/mllib/linalg/Matrix.foreachActive:(Lscala/Function3;)V]
Matrix.index ( int p1, int p2 ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Matrix.index:(II)I]
Matrix.isTransposed ( ) [abstract] : boolean
[mangled: org/apache/spark/mllib/linalg/Matrix.isTransposed:()Z]
Matrix.map ( scala.Function1<Object,Object> p1 ) [abstract] : Matrix
[mangled: org/apache/spark/mllib/linalg/Matrix.map:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/Matrix;]
Matrix.multiply ( DenseMatrix p1 ) [abstract] : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/Matrix.multiply:(Lorg/apache/spark/mllib/linalg/DenseMatrix;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
Matrix.multiply ( DenseVector p1 ) [abstract] : DenseVector
[mangled: org/apache/spark/mllib/linalg/Matrix.multiply:(Lorg/apache/spark/mllib/linalg/DenseVector;)Lorg/apache/spark/mllib/linalg/DenseVector;]
Matrix.multiply ( Vector p1 ) [abstract] : DenseVector
[mangled: org/apache/spark/mllib/linalg/Matrix.multiply:(Lorg/apache/spark/mllib/linalg/Vector;)Lorg/apache/spark/mllib/linalg/DenseVector;]
Matrix.numActives ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Matrix.numActives:()I]
Matrix.numNonzeros ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Matrix.numNonzeros:()I]
Matrix.Matrix._setter_.isTransposed_.eq ( boolean p1 ) [abstract] : void
[mangled: org/apache/spark/mllib/linalg/Matrix.org.apache.spark.mllib.linalg.Matrix._setter_.isTransposed_.eq:(Z)V]
Matrix.toString ( int p1, int p2 ) [abstract] : String
[mangled: org/apache/spark/mllib/linalg/Matrix.toString:(II)Ljava/lang/String;]
Matrix.transpose ( ) [abstract] : Matrix
[mangled: org/apache/spark/mllib/linalg/Matrix.transpose:()Lorg/apache/spark/mllib/linalg/Matrix;]
Matrix.update ( int p1, int p2, double p3 ) [abstract] : void
[mangled: org/apache/spark/mllib/linalg/Matrix.update:(IID)V]
Matrix.update ( scala.Function1<Object,Object> p1 ) [abstract] : Matrix
[mangled: org/apache/spark/mllib/linalg/Matrix.update:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/Matrix;]
spark-mllib_2.10-1.5.0.jar, SparseMatrix.class
package org.apache.spark.mllib.linalg
SparseMatrix.apply ( int i, int j ) : double
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.apply:(II)D]
SparseMatrix.colPtrs ( ) : int[ ]
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.colPtrs:()[I]
SparseMatrix.copy ( ) : Matrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.copy:()Lorg/apache/spark/mllib/linalg/Matrix;]
SparseMatrix.copy ( ) : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.copy:()Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.equals ( Object o ) : boolean
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.equals:(Ljava/lang/Object;)Z]
SparseMatrix.foreachActive ( scala.Function3<Object,Object,Object,scala.runtime.BoxedUnit> f ) : void
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.foreachActive:(Lscala/Function3;)V]
SparseMatrix.fromCOO ( int p1, int p2, scala.collection.Iterable<scala.Tuple3<Object,Object,Object>> p3 ) [static] : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.fromCOO:(IILscala/collection/Iterable;)Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.index ( int i, int j ) : int
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.index:(II)I]
SparseMatrix.isTransposed ( ) : boolean
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.isTransposed:()Z]
SparseMatrix.map ( scala.Function1 f ) : Matrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.map:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/Matrix;]
SparseMatrix.map ( scala.Function1<Object,Object> f ) : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.map:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.multiply ( DenseMatrix y ) : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.multiply:(Lorg/apache/spark/mllib/linalg/DenseMatrix;)Lorg/apache/spark/mllib/linalg/DenseMatrix;]
SparseMatrix.multiply ( DenseVector y ) : DenseVector
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.multiply:(Lorg/apache/spark/mllib/linalg/DenseVector;)Lorg/apache/spark/mllib/linalg/DenseVector;]
SparseMatrix.multiply ( Vector y ) : DenseVector
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.multiply:(Lorg/apache/spark/mllib/linalg/Vector;)Lorg/apache/spark/mllib/linalg/DenseVector;]
SparseMatrix.numActives ( ) : int
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.numActives:()I]
SparseMatrix.numCols ( ) : int
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.numCols:()I]
SparseMatrix.numNonzeros ( ) : int
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.numNonzeros:()I]
SparseMatrix.numRows ( ) : int
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.numRows:()I]
SparseMatrix.Matrix._setter_.isTransposed_.eq ( boolean p1 ) : void
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.org.apache.spark.mllib.linalg.Matrix._setter_.isTransposed_.eq:(Z)V]
SparseMatrix.rowIndices ( ) : int[ ]
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.rowIndices:()[I]
SparseMatrix.SparseMatrix ( int numRows, int numCols, int[ ] colPtrs, int[ ] rowIndices, double[ ] values )
[mangled: org/apache/spark/mllib/linalg/SparseMatrix."<init>":(II[I[I[D)V]
SparseMatrix.SparseMatrix ( int numRows, int numCols, int[ ] colPtrs, int[ ] rowIndices, double[ ] values, boolean isTransposed )
[mangled: org/apache/spark/mllib/linalg/SparseMatrix."<init>":(II[I[I[DZ)V]
SparseMatrix.spdiag ( Vector p1 ) [static] : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.spdiag:(Lorg/apache/spark/mllib/linalg/Vector;)Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.speye ( int p1 ) [static] : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.speye:(I)Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.sprand ( int p1, int p2, double p3, java.util.Random p4 ) [static] : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.sprand:(IIDLjava/util/Random;)Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.sprandn ( int p1, int p2, double p3, java.util.Random p4 ) [static] : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.sprandn:(IIDLjava/util/Random;)Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.toArray ( ) : double[ ]
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.toArray:()[D]
SparseMatrix.toBreeze ( ) : breeze.linalg.Matrix<Object>
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.toBreeze:()Lbreeze/linalg/Matrix;]
SparseMatrix.toDense ( ) : DenseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.toDense:()Lorg/apache/spark/mllib/linalg/DenseMatrix;]
SparseMatrix.toString ( ) : String
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.toString:()Ljava/lang/String;]
SparseMatrix.toString ( int maxLines, int maxLineWidth ) : String
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.toString:(II)Ljava/lang/String;]
SparseMatrix.transpose ( ) : Matrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.transpose:()Lorg/apache/spark/mllib/linalg/Matrix;]
SparseMatrix.transpose ( ) : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.transpose:()Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.update ( int i, int j, double v ) : void
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.update:(IID)V]
SparseMatrix.update ( scala.Function1 f ) : Matrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.update:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/Matrix;]
SparseMatrix.update ( scala.Function1<Object,Object> f ) : SparseMatrix
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.update:(Lscala/Function1;)Lorg/apache/spark/mllib/linalg/SparseMatrix;]
SparseMatrix.values ( ) : double[ ]
[mangled: org/apache/spark/mllib/linalg/SparseMatrix.values:()[D]
spark-mllib_2.10-1.5.0.jar, SparseVector.class
package org.apache.spark.mllib.linalg
SparseVector.argmax ( ) : int
[mangled: org/apache/spark/mllib/linalg/SparseVector.argmax:()I]
SparseVector.compressed ( ) : Vector
[mangled: org/apache/spark/mllib/linalg/SparseVector.compressed:()Lorg/apache/spark/mllib/linalg/Vector;]
SparseVector.copy ( ) : SparseVector
[mangled: org/apache/spark/mllib/linalg/SparseVector.copy:()Lorg/apache/spark/mllib/linalg/SparseVector;]
SparseVector.copy ( ) : Vector
[mangled: org/apache/spark/mllib/linalg/SparseVector.copy:()Lorg/apache/spark/mllib/linalg/Vector;]
SparseVector.foreachActive ( scala.Function2<Object,Object,scala.runtime.BoxedUnit> f ) : void
[mangled: org/apache/spark/mllib/linalg/SparseVector.foreachActive:(Lscala/Function2;)V]
SparseVector.numActives ( ) : int
[mangled: org/apache/spark/mllib/linalg/SparseVector.numActives:()I]
SparseVector.numNonzeros ( ) : int
[mangled: org/apache/spark/mllib/linalg/SparseVector.numNonzeros:()I]
SparseVector.slice ( int[ ] selectedIndices ) : SparseVector
[mangled: org/apache/spark/mllib/linalg/SparseVector.slice:([I)Lorg/apache/spark/mllib/linalg/SparseVector;]
SparseVector.toDense ( ) : DenseVector
[mangled: org/apache/spark/mllib/linalg/SparseVector.toDense:()Lorg/apache/spark/mllib/linalg/DenseVector;]
SparseVector.toSparse ( ) : SparseVector
[mangled: org/apache/spark/mllib/linalg/SparseVector.toSparse:()Lorg/apache/spark/mllib/linalg/SparseVector;]
SparseVector.unapply ( SparseVector p1 ) [static] : scala.Option<scala.Tuple3<Object,int[ ],double[ ]>>
[mangled: org/apache/spark/mllib/linalg/SparseVector.unapply:(Lorg/apache/spark/mllib/linalg/SparseVector;)Lscala/Option;]
spark-mllib_2.10-1.5.0.jar, Vector.class
package org.apache.spark.mllib.linalg
Vector.argmax ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Vector.argmax:()I]
Vector.compressed ( ) [abstract] : Vector
[mangled: org/apache/spark/mllib/linalg/Vector.compressed:()Lorg/apache/spark/mllib/linalg/Vector;]
Vector.copy ( ) [abstract] : Vector
[mangled: org/apache/spark/mllib/linalg/Vector.copy:()Lorg/apache/spark/mllib/linalg/Vector;]
Vector.foreachActive ( scala.Function2<Object,Object,scala.runtime.BoxedUnit> p1 ) [abstract] : void
[mangled: org/apache/spark/mllib/linalg/Vector.foreachActive:(Lscala/Function2;)V]
Vector.numActives ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Vector.numActives:()I]
Vector.numNonzeros ( ) [abstract] : int
[mangled: org/apache/spark/mllib/linalg/Vector.numNonzeros:()I]
Vector.toDense ( ) [abstract] : DenseVector
[mangled: org/apache/spark/mllib/linalg/Vector.toDense:()Lorg/apache/spark/mllib/linalg/DenseVector;]
Vector.toSparse ( ) [abstract] : SparseVector
[mangled: org/apache/spark/mllib/linalg/Vector.toSparse:()Lorg/apache/spark/mllib/linalg/SparseVector;]
to the top
Problems with Data Types, High Severity (24)
spark-mllib_2.10-1.5.0.jar
package org.apache.spark.mllib.linalg
[+] Matrix (15)
| Change | Effect |
---|
1 | Abstract method copy ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method foreachActive ( scala.Function3<java.lang.Object,java.lang.Object,java.lang.Object,scala.runtime.BoxedUnit> ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method index ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method isTransposed ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method map ( scala.Function1<java.lang.Object,java.lang.Object> ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method multiply ( DenseMatrix ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method multiply ( DenseVector ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method multiply ( Vector ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
9 | Abstract method numActives ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
10 | Abstract method numNonzeros ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
11 | Abstract method Matrix._setter_.isTransposed_.eq ( boolean ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
12 | Abstract method toString ( int, int ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
13 | Abstract method transpose ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
14 | Abstract method update ( int, int, double ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
15 | Abstract method update ( scala.Function1<java.lang.Object,java.lang.Object> ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (6)
apply ( int, int )This abstract method is from 'Matrix' interface.
numCols ( )This abstract method is from 'Matrix' interface.
numRows ( )This abstract method is from 'Matrix' interface.
toArray ( )This abstract method is from 'Matrix' interface.
toBreeze ( )This abstract method is from 'Matrix' interface.
toString ( )This abstract method is from 'Matrix' interface.
[+] SparseMatrix (1)
| Change | Effect |
---|
1 | This class has been removed. | A client program may be interrupted by NoClassDefFoundError exception. |
[+] affected methods (37)
apply ( int, int )This method is from 'SparseMatrix' class.
colPtrs ( )This method is from 'SparseMatrix' class.
copy ( )This method is from 'SparseMatrix' class.
copy ( )This method is from 'SparseMatrix' class.
equals ( java.lang.Object )This method is from 'SparseMatrix' class.
foreachActive ( scala.Function3<java.lang.Object,java.lang.Object,java.lang.Object,scala.runtime.BoxedUnit> )This method is from 'SparseMatrix' class.
fromCOO ( int, int, scala.collection.Iterable<scala.Tuple3<java.lang.Object,java.lang.Object,java.lang.Object>> )This method is from 'SparseMatrix' class.
index ( int, int )This method is from 'SparseMatrix' class.
isTransposed ( )This method is from 'SparseMatrix' class.
map ( scala.Function1 )This method is from 'SparseMatrix' class.
map ( scala.Function1<java.lang.Object,java.lang.Object> )This method is from 'SparseMatrix' class.
multiply ( DenseMatrix )This method is from 'SparseMatrix' class.
multiply ( DenseVector )This method is from 'SparseMatrix' class.
multiply ( Vector )This method is from 'SparseMatrix' class.
numActives ( )This method is from 'SparseMatrix' class.
numCols ( )This method is from 'SparseMatrix' class.
numNonzeros ( )This method is from 'SparseMatrix' class.
numRows ( )This method is from 'SparseMatrix' class.
Matrix._setter_.isTransposed_.eq ( boolean )This method is from 'SparseMatrix' class.
rowIndices ( )This method is from 'SparseMatrix' class.
SparseMatrix ( int, int, int[ ], int[ ], double[ ] )This constructor is from 'SparseMatrix' class.
SparseMatrix ( int, int, int[ ], int[ ], double[ ], boolean )This constructor is from 'SparseMatrix' class.
spdiag ( Vector )This method is from 'SparseMatrix' class.
speye ( int )This method is from 'SparseMatrix' class.
sprand ( int, int, double, java.util.Random )This method is from 'SparseMatrix' class.
sprandn ( int, int, double, java.util.Random )This method is from 'SparseMatrix' class.
toArray ( )This method is from 'SparseMatrix' class.
toBreeze ( )This method is from 'SparseMatrix' class.
toDense ( )This method is from 'SparseMatrix' class.
toString ( )This method is from 'SparseMatrix' class.
toString ( int, int )This method is from 'SparseMatrix' class.
transpose ( )This method is from 'SparseMatrix' class.
transpose ( )This method is from 'SparseMatrix' class.
update ( int, int, double )This method is from 'SparseMatrix' class.
update ( scala.Function1 )This method is from 'SparseMatrix' class.
update ( scala.Function1<java.lang.Object,java.lang.Object> )This method is from 'SparseMatrix' class.
values ( )This method is from 'SparseMatrix' class.
[+] Vector (8)
| Change | Effect |
---|
1 | Abstract method argmax ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
2 | Abstract method compressed ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
3 | Abstract method copy ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
4 | Abstract method foreachActive ( scala.Function2<java.lang.Object,java.lang.Object,scala.runtime.BoxedUnit> ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
5 | Abstract method numActives ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
6 | Abstract method numNonzeros ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
7 | Abstract method toDense ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
8 | Abstract method toSparse ( ) has been removed from this interface. | A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods (6)
apply ( int )This abstract method is from 'Vector' interface.
equals ( java.lang.Object )This abstract method is from 'Vector' interface.
hashCode ( )This abstract method is from 'Vector' interface.
size ( )This abstract method is from 'Vector' interface.
toArray ( )This abstract method is from 'Vector' interface.
toBreeze ( )This abstract method is from 'Vector' interface.
to the top
Java ARchives (1)
spark-mllib_2.10-1.5.0.jar
to the top
Generated on Wed Sep 9 22:07:28 2015 for lazy-linalg-0.1.0 by Java API Compliance Checker 1.4.1
A tool for checking backward compatibility of a Java library API