Class DLClassifierChooser
java.lang.Object
rawDeepLearningClassifier.dlClassification.DLClassifierChooser
Selects which type of DL classifier to use.
- Author:
 - Jamie Macaulay
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionselectClassiferModel(URI modelURI) Select the correct classifier model to use from a URI. 
- 
Constructor Details
- 
DLClassifierChooser
 
 - 
 - 
Method Details
- 
selectClassiferModel
Select the correct classifier model to use from a URI.- Parameters:
 modelURI- - the URI- Returns:
 - the classifier model that runs the file.
 
 
 -