Home
last modified time | relevance | path

Searched refs:with_replacement (Results 1 – 25 of 98) sorted by relevance

1234

/dports/science/pynn/PyNN-0.10.0/test/system/scenarios/
H A Dtest_connectors.py54 connector1 = sim.FixedNumberPreConnector(n=3, with_replacement=False, rng=NumpyRNG())
85 connector1 = sim.FixedNumberPreConnector(n=3, with_replacement=True, rng=NumpyRNG())
101 connector1 = sim.FixedNumberPreConnector(n=3, with_replacement=True, rng=NumpyRNG())
122 connector1 = sim.FixedNumberPostConnector(n=3, with_replacement=False, rng=NumpyRNG())
152 connector1 = sim.FixedNumberPostConnector(n=9, with_replacement=True, rng=NumpyRNG())
174 connector1 = sim.FixedNumberPostConnector(n=3, with_replacement=True, rng=NumpyRNG())
/dports/misc/orange3/orange3-3.29.1/Orange/widgets/data/tests/
H A Dtest_owdatasampler.py89 sample_size = self.set_fixed_sample_size(3, with_replacement=True)
102 self.set_fixed_sample_size(3, with_replacement=True)
121 def set_fixed_sample_size(self, sample_size, with_replacement=False): argument
129 self.widget.controls.replacement.setChecked(with_replacement)
/dports/biology/py-biom-format/biom-format-2.1.10/biom/
H A D_subsample.pyx15 def _subsample(arr, n, with_replacement): argument
51 if with_replacement:
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/encoding_rs/src/
H A Dsingle_byte.rs518 let mut with_replacement = [0u16; 128]; localVariable
524 with_replacement[i] = 0xFFFD;
526 with_replacement[i] = *code_point;
535 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/science/pynn/PyNN-0.10.0/pyNN/
H A Dconnectors.py636 def __init__(self, n, allow_self_connections=True, with_replacement=False, argument
644 self.with_replacement = with_replacement
719 if self.with_replacement:
805 if self.with_replacement:
1027 def __init__(self, n, allow_self_connections=True, with_replacement=True, argument
1035 self.with_replacement = with_replacement
/dports/math/py-networkx/networkx-2.6.3/networkx/generators/tests/
H A Dtest_directed.py112 G = random_uniform_k_out_graph(n, k, with_replacement=True)
119 G = random_uniform_k_out_graph(n, k, with_replacement=False)
/dports/science/pynn/PyNN-0.10.0/test/unittests/
H A Dtest_connectors_parallel.py529 C = connectors.FixedNumberPostConnector(n=3, with_replacement=True, rng=MockRNG(delta=1))
546 C = connectors.FixedNumberPostConnector(n=n, with_replacement=True, rng=MockRNG(delta=1))
558 C = connectors.FixedNumberPostConnector(n=3, with_replacement=True,
637 C = connectors.FixedNumberPreConnector(n=3, with_replacement=True, rng=MockRNG(delta=1))
657 C = connectors.FixedNumberPreConnector(n=n, with_replacement=True, rng=MockRNG(delta=1))
669 C = connectors.FixedNumberPreConnector(n=3, with_replacement=True,
691 C = connectors.FixedNumberPreConnector(n=3, with_replacement=False,
706 n=3, with_replacement=True, rng=MockRNG(delta=1, parallel_safe=False))
719 n=3, with_replacement=False, rng=MockRNG(delta=1, parallel_safe=False))
/dports/devel/sccache/sccache-0.2.15/cargo-crates/encoding_rs-0.8.26/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/encoding_rs-0.8.28/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/encoding_rs-0.8.29/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/net-im/fractal/fractal-4.4.0/vendor/encoding_rs/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/net/routinator/routinator-0.10.2/cargo-crates/encoding_rs-0.8.28/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/editors/helix/helix-0.5.0/cargo-crates/encoding_rs-0.8.29/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/textproc/angle-grinder/angle-grinder-0.18.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/www/rearx/rearx-0.1.4/cargo-crates/encoding_rs-0.8.28/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/sysutils/vector/vector-0.10.0/cargo-crates/encoding_rs-0.8.22/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/databases/ods2sql/ods2sql-aca63183274038487cecb6be17d7f65e92178b8c/cargo-crates/encoding_rs-0.8.24/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/encoding_rs-0.8.20/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/databases/xls2txt/xls2txt-1222f8069428f6bcedfcccf9e80523db34c0d343/cargo-crates/encoding_rs-0.8.26/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/encoding_rs-0.8.30/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/encoding_rs-0.8.28/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/textproc/ripgrep-all/ripgrep-all-0.9.6/cargo-crates/encoding_rs-0.8.23/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/lang/gleam/gleam-0.18.2/cargo-crates/encoding_rs-0.8.30/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/www/firefox/firefox-99.0/third_party/rust/encoding_rs/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);
/dports/net/proby/proby-1.0.2/cargo-crates/encoding_rs-0.8.23/src/
H A Dsingle_byte.rs584 let mut with_replacement = [0u16; 128]; localVariable
590 with_replacement[i] = 0xFFFD;
592 with_replacement[i] = *code_point;
601 decode_to_utf16(encoding, HIGH_BYTES, &with_replacement[..]);

1234