ca.pfv.spmf.tools.dataset_stats
Class SequenceStatsGenerator
- java.lang.Object
-
- ca.pfv.spmf.tools.dataset_stats.SequenceStatsGenerator
-
public class SequenceStatsGenerator extends java.lang.ObjectThis class read a sequence database and calculates statistics about this sequence database, then it prints the statistics.
In this version this class reads the database into memory before calculating the statistics. It could be optimized to calculate statistics without reading the database in memory because a single pass is required. It was done like that because the code is simpler and easier to understand.
-
-
Constructor Summary
Constructors Constructor and Description SequenceStatsGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidgetStats(java.lang.String path)This method generates statistics for a sequence database (a file)
-
DMelt 3.0 © DataMelt by jWork.ORG