Common input data examples? -
i'm trying implement approximate memoization system.
this kind of system create association between input data , result produced expensive computation. in way, if same or similiar input received again, don't need perform same computation again.
in such system, it's important input data received assumes similar values. if doesn't happen, means system receives of times different , not similar values, , no association can present in system. consequence, in such scenario system useless.
could please give me examples of such data, data not sparse or can clustered or related similarity function?
Comments
Post a Comment