"CountryFlag" (Built-in Classifier)
Recognize which country a flag image is for.
Classes
Examples
open allclose allBasic Examples (2)
Use the "CountryFlag" built-in classifier to recognize a country from its flag:
Obtain a ClassifierFunction for the classifier:
Scope (1)
Load the ClassifierFunction corresponding to the built-in classifier:
Obtain a subset of possible classes using Information:
Options (2)
ClassPriors (1)
Use a custom ClassPriors to restrict the possible outputs:
IndeterminateThreshold (1)
Use a custom IndeterminateThreshold:
Properties & Relations (1)
The returned classes are "Country" entities:
Neat Examples (1)
Obtain different countries with their corresponding probabilities:
Visualize the result using WordCloud: