C# 클래스 VW.VowpalWabbitMultiworldTesting

상속: IDisposable
파일 보기 프로젝트 열기: NativoPlatform/vowpal_wabbit 1 사용 예제들

공개 메소드들

메소드 설명
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