Uses of Class
pt.tumba.geoclass.ClassNetwork

Packages that use ClassNetwork
pt.tumba.geoclass This package implements an algorithm for classifying web pages according to their geographical scopes, with basis on a probabilistic graphical model of geographical concepts. 
 

Uses of ClassNetwork in pt.tumba.geoclass
 

Methods in pt.tumba.geoclass that return ClassNetwork
static ClassNetwork GKBParser.getClassNetwork(java.io.File file)
          Returns a network of geographical features parsed from a given RDF file.
static ClassNetwork GKBParser.getClassNetwork(java.io.File file, java.io.PrintStream output)
          Returns a network of geographical features parsed from a given RDF file.
static ClassNetwork GKBParser.getClassNetwork(java.lang.String file)
          Returns a network of geographical features parsed from a given RDF file.
static ClassNetwork GKBParser.getClassNetwork(java.lang.String file, java.io.PrintStream output)
          Returns a network of geographical features parsed from a given RDF file.