Home
last modified time | relevance | path

Searched refs:setBandwidth (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/spark/spark-2.1.1/mllib/src/test/scala/org/apache/spark/mllib/stat/
H A DKernelDensitySuite.scala29 val densities = new KernelDensity().setSample(rdd).setBandwidth(3.0).estimate(evaluationPoints)
39 val densities = new KernelDensity().setSample(rdd).setBandwidth(3.0).estimate(evaluationPoints)
/dports/net/olsrd/olsrd-0.9.8/lib/info.java/org.olsr.v1.info.api/test/org/olsr/v1/info/api/dto/
H A DTestJsonInfoConfigSgw.java79 this.impl.setBandwidth(bw); in testGettersAndSetters()
584 this.impl.setBandwidth(null); in testEquals()
585 other.setBandwidth(null); in testEquals()
589 this.impl.setBandwidth(null); in testEquals()
590 other.setBandwidth(bw1); in testEquals()
594 this.impl.setBandwidth(bw1); in testEquals()
595 other.setBandwidth(null); in testEquals()
599 this.impl.setBandwidth(bw1); in testEquals()
600 other.setBandwidth(bw1); in testEquals()
605 other.setBandwidth(bwOrg); in testEquals()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/avfoundation/
H A DAVAudioUnitEQ.inc40 procedure setBandwidth(newValue: single); message 'setBandwidth:';
/dports/devel/indi/indi-1.9.1/libs/indibase/
H A Dindicorrelator.h147 void setBandwidth(double bw);
213 inline double setBandwidth() in setBandwidth() function
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/visual/
H A DWaterfallCanvas.cpp224 setBandwidth(bw); in OnPaint()
226 setBandwidth(bw); in OnPaint()
245 spectrumCanvas->setBandwidth(bw); in OnPaint()
614 demod->setBandwidth(currentBW); in OnMouseMoved()
718 demod->setBandwidth(mgr->getLastBandwidth()); in OnMouseReleased()
817 demod->setBandwidth(bw); in OnMouseReleased()
844 demod->setBandwidth(bw); in OnMouseReleased()
/dports/multimedia/phonon/phonon-4.11.1/phonon/experimental/
H A Drtpreceiver.h41 setBandwidth(int kiloBitPerSecond);
/dports/multimedia/phonon-designerplugin/phonon-4.11.1/phonon/experimental/
H A Drtpreceiver.h41 setBandwidth(int kiloBitPerSecond);
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Spectrum/
H A DSpectrumMessage.php25 public function setBandwidth($bandwidth) function in Google_Service_Spectrum_SpectrumMessage
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Spectrum/
H A DSpectrumMessage.php25 public function setBandwidth($bandwidth) function in Google_Service_Spectrum_SpectrumMessage
/dports/devel/spark/spark-2.1.1/examples/src/main/python/mllib/
H A Dkernel_density_estimation_example.py36 kd.setBandwidth(3.0)
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Testing/
H A DTrafficRule.php26 public function setBandwidth($bandwidth) function in Google_Service_Testing_TrafficRule
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Testing/
H A DTrafficRule.php26 public function setBandwidth($bandwidth) function in Google_Service_Testing_TrafficRule
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/DSP/
H A DUnison.h39 void setBandwidth(float bandwidth_cents);
/dports/devel/spark/spark-2.1.1/examples/src/main/scala/org/apache/spark/examples/mllib/
H A DKernelDensityEstimationExample.scala42 .setBandwidth(3.0)
/dports/comms/cubicsdr/CubicSDR-0248e5a/src/panel/
H A DSpectrumPanel.h24 void setBandwidth(long long bandwidth_in);
/dports/audio/yoshimi/yoshimi-2.1.2.2/src/DSP/
H A DUnison.h43 void setBandwidth(float bandwidth_cents);
/dports/devel/spark/spark-2.1.1/python/pyspark/mllib/stat/
H A DKernelDensity.py44 def setBandwidth(self, bandwidth): member in KernelDensity
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/src/DSP/
H A DUnison.h34 void setBandwidth(float bandwidth_cents);
/dports/audio/kwave/kwave-21.12.3/plugins/band_pass/
H A DBandPass.h76 void setBandwidth(const QVariant bw);
/dports/audio/kwave/kwave-21.12.3/plugins/notch_filter/
H A DNotchFilter.h75 void setBandwidth(const QVariant bw);
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libmedia/
H A DVideoInput.h68 virtual void setBandwidth(size_t bandwidth) = 0;
/dports/devel/spark/spark-2.1.1/examples/src/main/java/org/apache/spark/examples/mllib/
H A DJavaKernelDensityEstimationExample.java42 KernelDensity kd = new KernelDensity().setSample(data).setBandwidth(3.0); in main()
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/util/
H A DDataTransferThrottler.java67 public synchronized void setBandwidth(long bytesPerSecond) { in setBandwidth() method in DataTransferThrottler
/dports/comms/qsstv/qsstv/xmlrpc/
H A Dxmlinterface.h35 void setBandwidth(QString t);
/dports/devel/hadoop/hadoop-1.2.1/src/hdfs/org/apache/hadoop/hdfs/server/datanode/
H A DBlockTransferThrottler.java67 synchronized void setBandwidth(long bytesPerSecond) { in setBandwidth() method in BlockTransferThrottler

123456