Package boruta

Class BorutaPy

    • Field Summary

      • Fields inherited from interface sklearn.HasNumberOfFeatures

        UNKNOWN
    • Constructor Summary

      Constructors 
      Constructor Description
      BorutaPy​(String module, String name)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      List<Boolean> getSupport()  
      List<Boolean> getSupportMask()  
      • Methods inherited from class sklearn.Selector

        encodeFeatures, getDataType, getOpType
      • Methods inherited from class sklearn.Transformer

        checkFeatures, createFieldName, createFieldName, encode, getDType, getDTypeList, getNumberOfFeatures, getOptionalDType, getTransformerTags, refineWildcardFeature, setPMMLName, updateDataField, updateFeatures
      • Methods inherited from class sklearn.Step

        checkSkLearnVersion, checkVersion, getFeatureNamesIn, getInputTags, getPMMLName, getSkLearnTags, getSkLearnVersion
      • Methods inherited from class org.jpmml.python.PythonObject

        containsKey, delattr, get, get, getArray, getArray, getArray, getArrayList, getArrayList, getArrayShape, getArrayShape, getattr, getattr, getBoolean, getBooleanArray, getClassName, getDict, getEnum, getEnumList, getIdentifiable, getInteger, getIntegerArray, getList, getList, getListLike, getListLike, getNumber, getNumberArray, getObject, getObjectArray, getObjectList, getOptional, getOptionalBoolean, getOptionalBoolean, getOptionalDict, getOptionalEnum, getOptionalIdentifiable, getOptionalInteger, getOptionalNumber, getOptionalObject, getOptionalScalar, getOptionalString, getOptionalTuple, getPythonModule, getPythonName, getScalar, getString, getStringArray, getStringList, getTuple, getTupleList, hasattr, put, putAll, remove, setattr, setClassName, update
      • Methods inherited from class net.razorvine.pickle.objects.ClassDict

        __setstate__
      • Methods inherited from interface sklearn2pmml.HasPMMLName

        getPMMLName
    • Constructor Detail

      • BorutaPy

        public BorutaPy​(String module,
                        String name)
    • Method Detail

      • getSupportMask

        public List<Boolean> getSupportMask()
        Specified by:
        getSupportMask in class sklearn.Selector