MCPcopy Create free account

hub / github.com/VowpalWabbit/vowpal_wabbit / functions

Functions6,200 in github.com/VowpalWabbit/vowpal_wabbit

↓ 6 callersFunctiongenerate_epsilon_greedy
vowpalwabbit/explore/include/vw/explore/explore.h:158
↓ 6 callersMethodgetAction
()
java/src/main/java/vowpalWabbit/responses/PDFValue.java:24
↓ 6 callersMethodgetScore
()
java/src/main/java/vowpalWabbit/responses/ActionScore.java:22
↓ 6 callersMethodget_config
(self, filtered_enabled_reductions_only=True)
python/vowpalwabbit/pyvw.py:540
↓ 6 callersFunctionget_example_with_labelled_class
vowpalwabbit/core/src/reductions/csoaa_ldf.cc:507
↓ 6 callersMethodget_feature_id
Get the hashed feature id for a given feature in a given namespace. feature can either be an integer (already a feature id) or a strin
python/vowpalwabbit/pyvw.py:1824
↓ 6 callersFunctionget_features
(line)
demo/advertising/naive_baseline.py:13
↓ 6 callersFunctionget_hasher
vowpalwabbit/core/src/hashstring.cc:12
↓ 6 callersFunctionget_keep_command_line
vowpalwabbit/core/src/merge.cc:27
↓ 6 callersMethodget_option
vowpalwabbit/config/src/options.cc:47
↓ 6 callersMethodget_parameter
vowpalwabbit/core/src/loss_functions.cc:321
↓ 6 callersFunctionget_test_data
vowpalwabbit/slim/test/ut_util.cc:72
↓ 6 callersFunctionget_weight
uint64_t index variant of VW::get_weight
vowpalwabbit/core/src/reductions/cbzo.cc:49
↓ 6 callersFunctionhashstring
vowpalwabbit/core/include/vw/core/hashstring.h:22
↓ 6 callersMethodinfo
vowpalwabbit/io/include/vw/io/logger.h:212
↓ 6 callersFunctionis_aligned16
vowpalwabbit/core/src/reductions/lda_core.cc:176
↓ 6 callersFunctionis_allowed_to_remove
vowpalwabbit/core/src/reductions/details/automl/automl_util.cc:52
↓ 6 callersMethodis_ldf
the interface:
vowpalwabbit/core/src/reductions/search/search.cc:2693
↓ 6 callersMethodleaf_node_count
vowpalwabbit/core/src/reductions/offset_tree.cc:103
↓ 6 callersMethodlearnFromString
Invoke multi-line learning. By default will interpret input as text format, pass `--dsjson` or `--json` to initialize to use DSJSON or JSON respective
java/src/main/java/org/vowpalwabbit/spark/VowpalWabbitNative.java:55
↓ 6 callersMethodload
Load model from file
python/vowpalwabbit/sklearn.py:503
↓ 6 callersFunctionmake_example
vowpalwabbit/core/tests/baseline_cb_test.cc:20
↓ 6 callersFunctionmin_depths_get
vowpalwabbit/core/src/reductions/stagewise_poly.cc:185
↓ 6 callersMethodmodel
(final int passes)
java/src/test/java/vowpalWabbit/ClosingTest.java:170
↓ 6 callersFunctionneed_memo_foreach_action
vowpalwabbit/core/src/reductions/search/search.cc:329
↓ 6 callersMethodnot_null
vowpalwabbit/core/src/array_parameters_dense.cc:46
↓ 6 callersFunctionnumber_of_combinations_with_repetition
Both n and k must be non-zero
vowpalwabbit/core/include/vw/core/vw_math.h:47
↓ 6 callersFunctionnumber_of_permutations_with_repetition
vowpalwabbit/core/include/vw/core/vw_math.h:56
↓ 6 callersFunctionpredict
vowpalwabbit/core/src/reductions/mf.cc:41
↓ 6 callersFunctionprint_update
vowpalwabbit/core/src/multiclass.cc:145
↓ 6 callersMethodprocess
Returns the _Tag string representation. Args: df: The dataframe from which to select the column. Returns: The Tag string
python/vowpalwabbit/dftovw.py:439
↓ 6 callersFunctionreserve_nocheck
vowpalwabbit/core/include/vw/core/v_array.h:352
↓ 6 callersFunctionreset_search_structure
vowpalwabbit/core/src/reductions/search/search.cc:660
↓ 6 callersMethodreset_stats
vowpalwabbit/core/src/cressieread.cc:34
↓ 6 callersFunctionrotl32
All modern compilers will optimize this to the rotate intrinsic.
vowpalwabbit/common/include/vw/common/hash.h:43
↓ 6 callersMethodsave
save model to disk
python/vowpalwabbit/pyvw.py:794
↓ 6 callersFunctionset_weight
uint64_t index variant of VW::set_weight
vowpalwabbit/core/src/reductions/cbzo.cc:55
↓ 6 callersMethodshouldSkip
Check if a test should be skipped.
java/src/test/java/vowpalWabbit/learner/runtests/TestLoader.java:114
↓ 6 callersMethodsize
vowpalwabbit/core/include/vw/core/io_buf.h:364
↓ 6 callersFunctionterm_is_empty
vowpalwabbit/core/include/vw/core/interactions_predict.h:55
↓ 6 callersFunctionto_js_type
wasm/src/wasm_wrapper.cc:96
↓ 6 callersFunctionto_string
vowpalwabbit/core/include/vw/core/feature_group.h:50
↓ 6 callersMethodtry_pop
vowpalwabbit/core/include/vw/core/queue.h:31
↓ 6 callersMethodunsetup_example
If this example has been setup, reverse that process so you can continue editing the examples.
python/vowpalwabbit/pyvw.py:1783
↓ 6 callersMethodverify
vowpalwabbit/fb_parser/tests/prototype_label.cc:101
↓ 6 callersMethodverify_hash
vowpalwabbit/core/include/vw/core/io_buf.h:114
↓ 6 callersFunctionvw_exception
vowpalwabbit/common/include/vw/common/vw_exception.h:39
↓ 6 callersFunctionvw_feature_from_string
library/library_example.cc:7
↓ 6 callersMethodwarn
vowpalwabbit/io/include/vw/io/logger.h:218
↓ 5 callersMethodAddNamespace
(byte featureGroup)
cs/vw.net/VowpalWabbitExampleBuilder.cs:65
↓ 5 callersMethodCreateExample
(IntPtr vw)
cs/vw.net/VowpalWabbitExample.cs:17
↓ 5 callersMethodCreateExample
<summary> Creates the managed example representation. </summary> <returns>Returns the managed example.</returns>
cs/cs_json/Serializer/VowpalWabbitJsonBuilder.cs:128
↓ 5 callersMethodDispose
<summary> Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. </summary>
cs/cs_json/Serializer/VowpalWabbitJsonSerializer.cs:477
↓ 5 callersMethodFloat
vowpalwabbit/json_parser/src/parse_example_json.cc:85
↓ 5 callersFunctionFloatEqual
cs/vw.net.native/vw.net.native.h:31
↓ 5 callersFunctionFloatEqual
cs/cli/vw_example.cpp:160
↓ 5 callersMethodPopNamespace
vowpalwabbit/json_parser/src/parse_example_json.cc:1778
↓ 5 callersMethodStartObject
vowpalwabbit/json_parser/src/parse_example_json.cc:103
↓ 5 callersMethodToString
()
test/benchmarks/dotnet/BenchmarkMulti.cs:56
↓ 5 callersMethodUpdateExample
(VowpalWabbit vw, VowpalWabbitExample ex)
cs/vw.net/Labels/ILabel.cs:47
↓ 5 callersMethodUpdateFactory
<summary> Updates the object factory in a thread-safe manner. </summary> <param name="factory">The new object factory to be used.</param>
cs/cs/ObjectPool.cs:68
↓ 5 callersMethod__get_lam_sqrttp1
(self, j)
python/tests/confidence_sequence_robust.py:29
↓ 5 callersMethod__init__
(self, **kwargs)
python/tests/confidence_sequence_robust.py:250
↓ 5 callersFunction_test_only_generate_A
vowpalwabbit/core/src/reductions/cb/cb_explore_adf_large_action_space.cc:58
↓ 5 callersMethod_test_only_set_rank
vowpalwabbit/core/src/reductions/cb/details/large_action/one_pass_svd_impl.cc:161
↓ 5 callersFunctionappend_example_namespace
vowpalwabbit/core/src/example.cc:206
↓ 5 callersMethodaudit_range
vowpalwabbit/core/include/vw/core/feature_group.h:457
↓ 5 callersMethodbegin
ext_libs/string-view-lite/nonstd/string_view.hpp:623
↓ 5 callersMethodcancel
vowpalwabbit/core/include/vw/core/guard.h:40
↓ 5 callersFunctionchain_hash
vowpalwabbit/core/include/vw/core/vw.h:307
↓ 5 callersFunctionclear
vowpalwabbit/slim/test/ut_util.cc:489
↓ 5 callersMethodclear
Clears the features and label.
java/src/main/java/org/vowpalwabbit/spark/VowpalWabbitExample.java:29
↓ 5 callersMethodcloser
<p> Closing the underlying VW model may take a long time (for instance if it is to make multiple passes). To address this, this method provides a stra
java/src/main/java/vowpalWabbit/learner/VWLearner.java:48
↓ 5 callersFunctionconstant_feat_masked
vowpalwabbit/core/src/reductions/stagewise_poly.cc:142
↓ 5 callersFunctioncount_label
vowpalwabbit/core/include/vw/core/best_constant.h:14
↓ 5 callersFunctioncs_set_cost_loss
vowpalwabbit/core/src/reductions/search/search.cc:880
↓ 5 callersMethodcurrent_ips
vowpalwabbit/core/src/cressieread.cc:32
↓ 5 callersMethoddo_swap
Returns true if the swap occurred, otherwise false.
vowpalwabbit/core/include/vw/core/guard.h:43
↓ 5 callersFunctionempty
vowpalwabbit/core/include/vw/core/v_array.h:117
↓ 5 callersMethodend_pass
vowpalwabbit/core/src/learner.cc:486
↓ 5 callersFunctionends_with
vowpalwabbit/core/include/vw/core/parse_args.h:78
↓ 5 callersFunctionfastexp
vowpalwabbit/core/src/reductions/lda_core.cc:150
↓ 5 callersMethodfill
vowpalwabbit/core/include/vw/core/io_buf.h:171
↓ 5 callersMethodfind_first_of
ext_libs/string-view-lite/nonstd/string_view.hpp:877
↓ 5 callersFunctionfind_opt_int
vowpalwabbit/slim/src/opts.cc:90
↓ 5 callersMethodgetDecisionScores
()
java/src/main/java/vowpalWabbit/responses/DecisionScores.java:12
↓ 5 callersMethodgetExceptionMessage
(exception: number)
wasm/types/index.d.ts:242
↓ 5 callersMethodgetK
vowpalwabbit/core/src/named_labels.cc:60
↓ 5 callersMethodget_initial_ngram_definitions
vowpalwabbit/core/include/vw/core/kskip_ngram_transformer.h:34
↓ 5 callersMethodget_random
* @brief Get the next random value in the range [0,1], but do not update the PRG state. * This means that if this is called successively, the same
vowpalwabbit/common/include/vw/common/random.h:52
↓ 5 callersMethodget_vw
Get the vw instance Returns: vowpalwabbit.Workspace: instance
python/vowpalwabbit/sklearn.py:323
↓ 5 callersMethodhasFinalRegressor
()
java/src/test/java/vowpalWabbit/learner/runtests/TestCase.java:106
↓ 5 callersMethodhas_merge
vowpalwabbit/core/include/vw/core/learner.h:237
↓ 5 callersMethodhas_warning_containing
vowpalwabbit/core/tests/cb_adf_test.cc:31
↓ 5 callersMethodhash_extents_begin
vowpalwabbit/core/include/vw/core/feature_group.h:474
↓ 5 callersMethodhash_extents_end
vowpalwabbit/core/include/vw/core/feature_group.h:476
↓ 5 callersMethodindex_without_stride
vowpalwabbit/core/include/vw/core/array_parameters_dense.h:39
↓ 5 callersFunctioninsert_descent
rout based on the prediction
vowpalwabbit/core/src/reductions/memory_tree.cc:279
↓ 5 callersFunctioninteraction_vec_t_to_set
vowpalwabbit/core/tests/ccb_test.cc:116
↓ 5 callersMethodload
()
java/src/main/java/common/Native.java:124
← previousnext →501–600 of 6,200, ranked by callers