10 references to IServer
Microsoft.ML.Core (4)
Data\ServerChannel.cs (4)
140/// Entry point factory for creating <see cref="IServer"/> instances. 143public interface IServerFactory : IComponentFactory<IChannel, IServer> 145new IServer CreateComponent(IHostEnvironment env, IChannel ch); 170/// for example, if a user opted to remove all implementations of <see cref="IServer"/> and
Microsoft.ML.Data (5)
Commands\CrossValidationCommand.cs (1)
124using (var server = InitServer(ch))
Commands\DataCommand.cs (1)
70protected ServerChannel.IServer InitServer(IChannel ch)
Commands\TestCommand.cs (1)
75using (var server = InitServer(ch))
Commands\TrainCommand.cs (1)
115using (var server = InitServer(ch))
Commands\TrainTestCommand.cs (1)
98using (var server = InitServer(ch))
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
925using (var server = InitServer(ch))