How to form a Multiplicative combination of two feature vectors ?
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
    Annie Lodhi
 il 28 Lug 2019
  
    
    
    
    
    Risposto: Walter Roberson
      
      
 il 28 Lug 2019
            Is there any way or built in function available on matlab to form a multiplicative combination of two feature vectors?
For example by using the following type of equetion.
features (<C i , C j > ) = < f i 1 ∗f j1 , ···, f ik ∗f jk , D > ,
2 Commenti
Risposta accettata
  Walter Roberson
      
      
 il 28 Lug 2019
        C = vector1(:) * vector2(:).';
This works regardless of whether vector1 and vector2 are row or column vectors.
0 Commenti
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


