C# 클래스 VowpalWabbit.Azure.Trainer.Learner

파일 보기 프로젝트 열기: arielf/vowpal_wabbit 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CacheEntryRemovedCallback void
Checkpoint Task
CleanVowpalWabbitArguments string
CreateCheckpointData VowpalWabbit.Azure.Trainer.Data.CheckpointData
ExportModel Task
FreshStart void
GetLatestModelBlob Task
InitializeVowpalWabbit void
Learner Microsoft.ApplicationInsights
ShouldCheckpoint bool
TryLoadModel Task
TryResumeFromState Task
UpdatePerformanceCounters void

공개 메소드들

메소드 설명
Dispose ( ) : void

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

FindAndResumeFromState ( ) : Task
Learn ( VowpalWabbit.Azure.Trainer.Data.PipelineData example ) : TrainerResult

비공개 메소드들

메소드 설명
CacheEntryRemovedCallback ( CacheEntryRemovedArguments arguments ) : void
Checkpoint ( object obj ) : Task
CleanVowpalWabbitArguments ( string args ) : string
CreateCheckpointData ( bool updateClientModel ) : CheckpointData
ExportModel ( CloudBlobContainer container, byte model, string modelName, int numExamples ) : Task
FreshStart ( VowpalWabbit.Azure.Trainer.OnlineTrainerState state = null, byte model = null ) : void
GetLatestModelBlob ( ) : Task
InitializeVowpalWabbit ( VowpalWabbitSettings vwSettings ) : void
Learner ( OnlineTrainerSettingsInternal settings, Action delayedExampleCallback, VowpalWabbit.Azure.Trainer.PerformanceCounters perfCounters ) : Microsoft.ApplicationInsights
ShouldCheckpoint ( int numExamples ) : bool
TryLoadModel ( ) : Task
TryResumeFromState ( CloudBlockBlob stateBlob ) : Task
UpdatePerformanceCounters ( ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

FindAndResumeFromState() 공개 메소드

public FindAndResumeFromState ( ) : Task
리턴 Task

Learn() 공개 메소드

public Learn ( VowpalWabbit.Azure.Trainer.Data.PipelineData example ) : TrainerResult
example VowpalWabbit.Azure.Trainer.Data.PipelineData
리턴 VowpalWabbit.Azure.Trainer.Data.TrainerResult