Hello,
I want to implement best match found using this Math Library to improve my search result.
I want to Implement two Matrix with mn size.
First Matrix contain my Data in Integer format with mn size.
Second matrix contain input values in m*1 matrix Integer values.
So I want to find best match result from First matrix based on Second matrix skip 0 values from second matrix.
So how can I Implement this I am enable to find Math.Net library document which having some example of matrix.
Please help me solve this.
I think this may be possible using Vector and SVD.
Thank you
I want to implement best match found using this Math Library to improve my search result.
I want to Implement two Matrix with mn size.
First Matrix contain my Data in Integer format with mn size.
Second matrix contain input values in m*1 matrix Integer values.
So I want to find best match result from First matrix based on Second matrix skip 0 values from second matrix.
So how can I Implement this I am enable to find Math.Net library document which having some example of matrix.
Please help me solve this.
I think this may be possible using Vector and SVD.
Thank you