Open main menu

CDOT Wiki β

Changes

GPU621/Jedd Clan

373 bytes added, 17:44, 11 August 2021
no edit summary
double* rawData = block.getBlockPtr();
</source>
 
== How to create the Training Model ==
training::Batch<algorithmFPType=TYPE, method=MTHD> algorithm;
</source>
 
== Creating the Prediction Model ==
[[File:TableValueGraph.jpg]]<br/>
The information plotted graphically
 
 
== Testing Quality Of Model ==
Finally the DAAL library contains the feature to test one's model with a set of ground values and see how accurate the predictions actually are.
One would just need to load the values, obtain the prediction results and then run the quality metric to compute the error rates.
 
[[File:QualityModel.jpg|900px]] <br/>
[[File:QualityResults.jpg]]
49
edits