weka.estimators
Class CheckEstimator.EstTypes

java.lang.Object
  extended by weka.estimators.CheckEstimator.EstTypes
All Implemented Interfaces:
RevisionHandler
Enclosing class:
CheckEstimator

public static class CheckEstimator.EstTypes
extends Object
implements RevisionHandler

public class that contains info about the chosen attribute type estimator work on one attribute only


Constructor Summary
CheckEstimator.EstTypes()
          Constructor
CheckEstimator.EstTypes(boolean i, boolean w, boolean s)
          Constructor
 
Method Summary
 String getRevision()
          Returns the revision string.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckEstimator.EstTypes

public CheckEstimator.EstTypes()
Constructor


CheckEstimator.EstTypes

public CheckEstimator.EstTypes(boolean i,
                               boolean w,
                               boolean s)
Constructor

Method Detail

getRevision

public String getRevision()
Returns the revision string.

Specified by:
getRevision in interface RevisionHandler
Returns:
the revision


Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.