Package weka.estimators
Class CheckEstimator.AttrTypes
- java.lang.Object
-
- weka.estimators.CheckEstimator.AttrTypes
-
- All Implemented Interfaces:
RevisionHandler
- Enclosing class:
- CheckEstimator
public static class CheckEstimator.AttrTypes extends java.lang.Object implements RevisionHandler
class that contains info about the attribute types the estimator can estimate estimator work on one attribute only
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRevision()
Returns the revision string.java.util.Vector
getVectorOfAttrTypes()
-
-
-
Method Detail
-
getVectorOfAttrTypes
public java.util.Vector getVectorOfAttrTypes()
-
getRevision
public java.lang.String getRevision()
Returns the revision string.- Specified by:
getRevision
in interfaceRevisionHandler
- Returns:
- the revision
-
-