简体   繁体   中英

How to create a Microsoft.ML.CustomMappingCatalog<TSrc,TDst> type with an unknown Destination Type?

Microsoft.ML.CustomMappingCatalog is taking a source type to retrieve data from and a destination type as a structure for the output object. This predefined destination type limits our ability to work with different Machine Learning models, as we might not know what exactly an ML model requires and that will be figured out in Tun time.

My question is that if there is a way we can have the Destination argument to be figured out in Run time?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM