Tabnine Logo
NaiveBayes.setUseSupervisedDiscretization
Code IndexAdd Tabnine to your IDE (free)

How to use
setUseSupervisedDiscretization
method
in
weka.classifiers.bayes.NaiveBayes

Best Java code snippets using weka.classifiers.bayes.NaiveBayes.setUseSupervisedDiscretization (Showing top 4 results out of 315)

origin: nz.ac.waikato.cms.weka/weka-stable

/**
 * Sets if kernel estimator is to be used.
 * 
 * @param v Value to assign to m_UseKernelEstimatory.
 */
public void setUseKernelEstimator(boolean v) {
 m_UseKernelEstimator = v;
 if (v) {
  setUseSupervisedDiscretization(false);
 }
}
origin: Waikato/weka-trunk

/**
 * Sets if kernel estimator is to be used.
 * 
 * @param v Value to assign to m_UseKernelEstimatory.
 */
public void setUseKernelEstimator(boolean v) {
 m_UseKernelEstimator = v;
 if (v) {
  setUseSupervisedDiscretization(false);
 }
}
origin: Waikato/weka-trunk

  + "estimation and discretization!");
setUseSupervisedDiscretization(d);
setUseKernelEstimator(k);
setDisplayModelInOldFormat(Utils.getFlag('O', options));
origin: nz.ac.waikato.cms.weka/weka-stable

  + "estimation and discretization!");
setUseSupervisedDiscretization(d);
setUseKernelEstimator(k);
setDisplayModelInOldFormat(Utils.getFlag('O', options));
weka.classifiers.bayesNaiveBayessetUseSupervisedDiscretization

Javadoc

Set whether supervised discretization is to be used.

Popular methods of NaiveBayes

  • <init>
  • buildClassifier
    Generates the classifier.
  • updateClassifier
    Updates the classifier with the given instance.
  • getCapabilities
    Returns default capabilities of the classifier.
  • getConditionalEstimators
    Get all the conditional estimators.
  • getHeader
    Return the header that this classifier was trained with
  • getTechnicalInformation
    Returns an instance of a TechnicalInformation object, containing detailed information about the tech
  • getUseSupervisedDiscretization
    Get whether supervised discretization is to be used.
  • pad
  • runClassifier
  • setDisplayModelInOldFormat
    Set whether to display model output in the old, original format.
  • setUseKernelEstimator
    Sets if kernel estimator is to be used.
  • setDisplayModelInOldFormat,
  • setUseKernelEstimator,
  • toStringOriginal,
  • classifyInstance,
  • distributionForInstance,
  • toString

Popular in Java

  • Running tasks concurrently on multiple threads
  • startActivity (Activity)
  • setRequestProperty (URLConnection)
  • onRequestPermissionsResult (Fragment)
  • SimpleDateFormat (java.text)
    Formats and parses dates in a locale-sensitive manner. Formatting turns a Date into a String, and pa
  • Arrays (java.util)
    This class contains various methods for manipulating arrays (such as sorting and searching). This cl
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Manifest (java.util.jar)
    The Manifest class is used to obtain attribute information for a JarFile and its entries.
  • JComboBox (javax.swing)
  • Top PhpStorm plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now