Lesson 4 Flashcards
Vector has _________ and direction
Magnitude
Matrix has ____ dimensions
2
Matrix with equal number of rows and columns is called ___________ matrix
Square
Matrix, where off-diagonal elements are same, is called : ________
eg: [1,2,3; 2,5,1;3,1,6]
Symmetric
Curly brackets in python denote ______ or ___________.
Set or dictionary
Dictionary in python is a set of __ - _____ pairs
Key - value
What is the magnitude of null set
0
What is null set denoted by
phi symbol
Subset notation?
proper subset notation
Formula for jaccard measure
a intersection b / a U B
What range does jaccard value have
0 -1
What does jaccard value quantify
similarities between sets
What does JS(A,B) = 0.2 mean
That the sets are disssimilar
Matrix multiplication is commutative. True or false
False