Beispiel #1
0
 public EucJPProber()
 {
     this.codingSM             = new CodingStateMachine(new EucJPModel());
     this.distributionAnalyser = new EucJPDistributionAnalyser();
     this.contextAnalyser      = new EucJPContextAnalyser();
     this.Reset();
 }
Beispiel #2
0
 public EucJPProber()
 {
     this.codingSM = new CodingStateMachine(new EucJPModel());
     this.distributionAnalyser = new EucJPDistributionAnalyser();
     this.contextAnalyser = new EucJPContextAnalyser();
     this.Reset();
 }