Method |
Description |
|
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 |
|
|