Package de.gwdg.metadataqa.marc.analysis
Class ClassificationStatistics
- java.lang.Object
-
- de.gwdg.metadataqa.marc.analysis.ClassificationStatistics
-
public class ClassificationStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description ClassificationStatistics()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<List<String>,Integer>getCollocationHistogram()Map<String[],Integer>getFieldInRecords()Map<String,Map<String[],Integer>>getFieldInstances()Map<Integer,String>getFrequencyExamples()Map<Boolean,Integer>getHasClassifications()Map<Schema,Integer>getInstances()Map<Schema,Integer>getRecords()Map<Integer,Integer>getSchemaHistogram()Map<Schema,Map<List<String>,Integer>>getSubfields()IntegerrecordCountWithClassification()
-
-
-
Method Detail
-
recordCountWithClassification
public Integer recordCountWithClassification()
-
-