=== Run information ===

Scheme:weka.classifiers.rules.OneR -B 6
Relation:     aggregate.prediction.formative.500reps.condition0.ForWeka-weka.filters.unsupervised.attribute.Remove-R2
Instances:    121500
Attributes:   7
              Repetition
              Condition
              SampleSize
              NumInd
              IndCov
              ErrorVar
              Outer
Test mode:10-fold cross-validation

=== Classifier model (full training set) ===

IndCov:
	< 0.05	-> B
	>= 0.05	-> A
(99490/121500 instances correct)


Time taken to build model: 0.15 seconds

=== Stratified cross-validation ===
=== Summary ===

Correctly Classified Instances       99490               81.8848 %
Incorrectly Classified Instances     22010               18.1152 %
Kappa statistic                          0.577 
Mean absolute error                      0.0906
Root mean squared error                  0.301 
Relative absolute error                 47.0618 %
Root relative squared error             97.019  %
Total Number of Instances           121500     

=== Detailed Accuracy By Class ===

               TP Rate   FP Rate   Precision   Recall  F-Measure   ROC Area  Class
                 0.847     0.104      0.962     0.847     0.901      0.872    A
                 0.883     0.195      0.532     0.883     0.664      0.844    B
                 0         0          0         0         0          0.5      LM
                 0         0          0         0         0          0.5      ML
Weighted Avg.    0.819     0.118      0.835     0.819     0.816      0.851

=== Confusion Matrix ===

     a     b     c     d   <-- classified as
 77939 14052     0     0 |     a = A
  2861 21551     0     0 |     b = B
   194  4454     0     0 |     c = LM
     6   443     0     0 |     d = ML

