Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2014
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. Suppose we are provided with a CDenseFeatures<float32_t> object named myDenseFeature.
  3. Is there any implicit way to find out the type of the object myDenseFeature.
  4.  
  5. My actual problem is that:
  6. I am trying to write a function that will take a random CDenseFeatures object (i.e myDenseFeature for our case)
  7. and generate another matrix. This is only possible if we know the type of the input CDenseFeatures object.
  8. (Considering the case that user need not to specify explicitly the type of the Object he has)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement