Tabnine Logo
Resample.setRandomSeed
Code IndexAdd Tabnine to your IDE (free)

How to use
setRandomSeed
method
in
weka.filters.unsupervised.instance.Resample

Best Java code snippets using weka.filters.unsupervised.instance.Resample.setRandomSeed (Showing top 8 results out of 315)

origin: Waikato/weka-trunk

@ProgrammaticProperty
public void setSeed(int seed) {
 setRandomSeed(seed);
}
origin: nz.ac.waikato.cms.weka/weka-stable

@ProgrammaticProperty
public void setSeed(int seed) {
 setRandomSeed(seed);
}
origin: Waikato/weka-trunk

 setRandomSeed(Integer.parseInt(tmpStr));
} else {
 setRandomSeed(1);
origin: nz.ac.waikato.cms.weka/weka-stable

 setRandomSeed(Integer.parseInt(tmpStr));
} else {
 setRandomSeed(1);
origin: com.github.fracpete/multisearch-weka-package

log("Generating sample (" + getSampleSizePercent() + "%)");
resample = new Resample();
resample.setRandomSeed(retrieveOwner().getSeed());
resample.setSampleSizePercent(getSampleSizePercent());
resample.setInputFormat(inst);
origin: net.sf.meka/meka

log("Generating sample (" + getSampleSizePercent() + "%)");
resample = new Resample();
resample.setRandomSeed(retrieveOwner().getSeed());
resample.setSampleSizePercent(getSampleSizePercent());
resample.setInputFormat(inst);
origin: com.github.fracpete/multisearch-weka-package

log("Generating sample (" + getSampleSizePercent() + "%)");
resample = new Resample();
resample.setRandomSeed(retrieveOwner().getSeed());
resample.setSampleSizePercent(getSampleSizePercent());
resample.setInputFormat(inst);
origin: Waikato/meka

log("Generating sample (" + getSampleSizePercent() + "%)");
resample = new Resample();
resample.setRandomSeed(retrieveOwner().getSeed());
resample.setSampleSizePercent(getSampleSizePercent());
resample.setInputFormat(inst);
weka.filters.unsupervised.instanceResamplesetRandomSeed

Javadoc

Sets the random number seed.

Popular methods of Resample

  • <init>
  • setSampleSizePercent
    Sets the size of the subsample, as a percentage of the original set.
  • setInputFormat
    Sets the format of the input instances.
  • setInvertSelection
    Sets whether the selection is inverted (only if instances are drawn WIHTOUT replacement).
  • setNoReplacement
    Sets whether instances are drawn with or with out replacement.
  • bufferInput
  • createSubsample
    Creates a subsample of the current set of input instances. The output instances are pushed onto the
  • flushInput
  • getInputFormat
  • getInvertSelection
    Gets whether selection is inverted (only if instances are drawn WIHTOUT replacement).
  • getNoReplacement
    Gets whether instances are drawn with or without replacement.
  • getRandomSeed
    Gets the random number seed.
  • getNoReplacement,
  • getRandomSeed,
  • getSampleSizePercent,
  • isFirstBatchDone,
  • numPendingOutput,
  • push,
  • resetQueue,
  • runFilter,
  • setOutputFormat

Popular in Java

  • Creating JSON documents from java classes using gson
  • onRequestPermissionsResult (Fragment)
  • findViewById (Activity)
  • getSystemService (Context)
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • InetAddress (java.net)
    An Internet Protocol (IP) address. This can be either an IPv4 address or an IPv6 address, and in pra
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • Callable (java.util.concurrent)
    A task that returns a result and may throw an exception. Implementors define a single method with no
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JFrame (javax.swing)
  • Best IntelliJ 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