SHOW:
|
|
- or go back to the newest paste.
| 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 | - | 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) |