vecxt
package vecxt
Members list
Type members
Classlikes
object BoundsCheck
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
BoundsCheck.type
object DoubleArrays
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DoubleArrays.type
object DoubleMatrix
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
DoubleMatrix.type
case class InvalidMatrix(cols: Int, rows: Int, data: Int) extends Exception
Attributes
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object JsDoubleMatrix
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsDoubleMatrix.type
object JsNativeBooleanArrays
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object JsNativeDoubleArrays
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JsNativeDoubleArrays.type
object JvmDoubleMatrix
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JvmDoubleMatrix.type
object JvmIntMatrix
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
JvmIntMatrix.type
object JvmNativeDoubleMatrix
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
case class MatrixDimensionMismatch(aCols: Int, aRows: Int, bCols: Int, bRows: Int) extends Exception
Attributes
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object MatrixHelper
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MatrixHelper.type
object MatrixInstance
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
MatrixInstance.type
object NativeDoubleMatrix
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NativeDoubleMatrix.type
object NativeIntMatrix
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
NativeIntMatrix.type
case class VectorDimensionMismatch(givenDimension: Int, requiredDimension: Int) extends Exception
Attributes
- Supertypes
-
trait Producttrait Equalsclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
object arrayUtil
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
arrayUtil.type
object cosineSimilarity
Compute the cosine similarity between two vectors
Compute the cosine similarity between two vectors
Value parameters
- v1
-
the first vector
- v2
-
the second vector
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
cosineSimilarity.type
object dimMatCheck
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
dimMatCheck.type
object dimMatInstantiateCheck
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
object indexCheckMat
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
indexCheckMat.type
object matrixUtil
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
matrixUtil.type
object sameDimMatCheck
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
sameDimMatCheck.type
In this article