Codota Logo
GreedyStepwise.setGenerateRanking
Code IndexAdd Codota to your IDE (free)

How to use
setGenerateRanking
method
in
weka.attributeSelection.GreedyStepwise

Best Java code snippets using weka.attributeSelection.GreedyStepwise.setGenerateRanking (Showing top 5 results out of 315)

  • Add the Codota plugin to your IDE and get smart completions
private void myMethod () {
FileOutputStream f =
  • Codota IconFile file;new FileOutputStream(file)
  • Codota IconString name;new FileOutputStream(name)
  • Codota IconFile file;new FileOutputStream(file, true)
  • Smart code suggestions by Codota
}
origin: nz.ac.waikato.cms.weka/weka-stable

/**
 * Set whether to search backwards instead of forwards
 * 
 * @param back true to search backwards
 */
public void setSearchBackwards(boolean back) {
 m_backward = back;
 if (m_backward) {
  setGenerateRanking(false);
 }
}
origin: Waikato/weka-trunk

/**
 * Set whether to search backwards instead of forwards
 * 
 * @param back true to search backwards
 */
public void setSearchBackwards(boolean back) {
 m_backward = back;
 if (m_backward) {
  setGenerateRanking(false);
 }
}
origin: nz.ac.waikato.cms.weka/attributeSelectionSearchMethods

GreedyStepwise fs = new GreedyStepwise();
double[][] rankres;
fs.setGenerateRanking(true);
m_ASEval.buildEvaluator(m_Instances);
fs.search(m_ASEval, m_Instances);
origin: nz.ac.waikato.cms.weka/weka-stable

setGenerateRanking(Utils.getFlag('R', options));
origin: Waikato/weka-trunk

setGenerateRanking(Utils.getFlag('R', options));
weka.attributeSelectionGreedyStepwisesetGenerateRanking

Javadoc

Records whether the user has requested a ranked list of attributes.

Popular methods of GreedyStepwise

  • <init>
    Constructor
  • search
    Searches the attribute subset space by forward selection.
  • setSearchBackwards
    Set whether to search backwards instead of forwards
  • attributeList
    converts a BitSet into a list of attribute indexes
  • determineNumToSelectFromThreshold
  • getConservativeForwardSelection
    Gets whether conservative selection has been enabled
  • getDebuggingOutput
    Get whether to output debugging info to the console
  • getGenerateRanking
    Gets whether ranking has been requested. This is used by the AttributeSelection module to determine
  • getNumExecutionSlots
    Gets the number of threads.
  • getNumToSelect
    Gets the number of attributes to be retained.
  • getSearchBackwards
    Get whether to search backwards
  • getStartSet
    Returns a list of attributes (and or attribute ranges) as a String
  • getSearchBackwards,
  • getStartSet,
  • getThreshold,
  • numExecutionSlotsTipText,
  • resetOptions,
  • setConservativeForwardSelection,
  • setDebuggingOutput,
  • setNumExecutionSlots,
  • setNumToSelect

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSharedPreferences (Context)
  • onRequestPermissionsResult (Fragment)
  • setContentView (Activity)
  • Pointer (com.sun.jna)
    An abstraction for a native pointer data type. A Pointer instance represents, on the Java side, a na
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Random (java.util)
    This class provides methods that return pseudo-random values.It is dangerous to seed Random with the
  • JLabel (javax.swing)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now