jInfer

Uses of Class
cz.cuni.mff.ksi.jinfer.base.objects.nodes.SimpleData

Packages that use SimpleData
cz.cuni.mff.ksi.jinfer.base.objects.nodes This package contains the object model of jInfer's XML representation. 
cz.cuni.mff.ksi.jinfer.base.utils This package contains utility logic shared across jInfer. 
cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname Implementation of clustering task which clusters elements according to their name (case insensitive). 
 

Uses of SimpleData in cz.cuni.mff.ksi.jinfer.base.objects.nodes
 

Methods in cz.cuni.mff.ksi.jinfer.base.objects.nodes that return SimpleData
static SimpleData SimpleData.getMutable()
          Standard way of obtaining empty mutable text node.
 

Uses of SimpleData in cz.cuni.mff.ksi.jinfer.base.utils
 

Methods in cz.cuni.mff.ksi.jinfer.base.utils that return SimpleData
static SimpleData TestUtils.getSimpleData(String content)
          Returns a simple data with provided string as its only content.
static SimpleData TestUtils.getSimpleDataByName(String name)
          Returns a simple data with provided string as its name.
 

Methods in cz.cuni.mff.ksi.jinfer.base.utils with parameters of type SimpleData
static boolean EqualityUtils.sameSimpleData(SimpleData sd1, SimpleData sd2, int ignore)
          Compares two simple data, ignoring specified features.
 

Uses of SimpleData in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that return SimpleData
 SimpleData SimpleDataClusterer.getRepresentantForItem(SimpleData item)
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname that return types with arguments of type SimpleData
 List<Cluster<SimpleData>> SimpleDataClusterer.getClusters()
           
 

Methods in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname with parameters of type SimpleData
 void SimpleDataClusterer.add(SimpleData item)
           
 SimpleData SimpleDataClusterer.getRepresentantForItem(SimpleData item)
           
 

Method parameters in cz.cuni.mff.ksi.jinfer.twostep.clustering.withattributesiname with type arguments of type SimpleData
 void SimpleDataClusterer.addAll(Collection<SimpleData> items)
           
 


jInfer

Generated on Fri Dec 9 00:01:25 CET 2011