Class NumberVectorRandomFeatureSelectionFilter.Par

    • Field Detail

      • NUMBER_SELECTED_ATTRIBUTES_ID

        public static final OptionID NUMBER_SELECTED_ATTRIBUTES_ID
        Parameter for the desired cardinality of the subset of attributes selected for projection.
      • SEED_ID

        public static final OptionID SEED_ID
        Optional parameter to specify a seed for random projection. If unused, system time is used as seed.
      • k

        protected int k
        Number of attributes to select.
    • Constructor Detail

      • Par

        public Par()
    • Method Detail

      • configure

        public void configure​(Parameterization config)
        Description copied from interface: Parameterizer
        Configure the class.

        Note: the status is collected by the parameterization object, so that multiple errors may arise and be reported in one run.

        Specified by:
        configure in interface Parameterizer
        Parameters:
        config - Parameterization