C# Класс VW.VowpalWabbitMultiworldTesting

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Evaluate ( uint learnedAction, int numActions, VW.Labels.ContextualBanditLabel label ) : PoliciesPerformance
VowpalWabbitMultiworldTesting ( Stream vwModel = null ) : System

Приватные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

Dispose() публичный Метод

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
Результат void

Evaluate() публичный Метод

public Evaluate ( uint learnedAction, int numActions, VW.Labels.ContextualBanditLabel label ) : PoliciesPerformance
learnedAction uint
numActions int
label VW.Labels.ContextualBanditLabel
Результат PoliciesPerformance

VowpalWabbitMultiworldTesting() публичный Метод

public VowpalWabbitMultiworldTesting ( Stream vwModel = null ) : System
vwModel Stream Optional model to see multiworld testing
Результат System