Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
cs_unittest
CustomFeaturizer
C# Class cs_unittest.CustomFeaturizer
Exibir arquivo
Open project: NativoPlatform/vowpal_wabbit
Public Methods
Method
Description
MarshalFeature
(
VowpalWabbitMarshalContext
context
,
VW.Serializer.Intermediate.Namespace
ns
,
VW.Serializer.Intermediate.Feature
feature
,
CustomClass
value
) :
void
Method Details
MarshalFeature()
public
method
public
MarshalFeature
(
VowpalWabbitMarshalContext
context
,
VW.Serializer.Intermediate.Namespace
ns
,
VW.Serializer.Intermediate.Feature
feature
,
CustomClass
value
) :
void
context
VW.Serializer.VowpalWabbitMarshalContext
ns
VW.Serializer.Intermediate.Namespace
feature
VW.Serializer.Intermediate.Feature
value
CustomClass
return
void