10 references to IServer
Microsoft.ML.Core (4)
Data\ServerChannel.cs (4)
140
/// Entry point factory for creating <see cref="
IServer
"/> instances.
143
public interface IServerFactory : IComponentFactory<IChannel,
IServer
>
145
new
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)
124
using (
var
server = InitServer(ch))
Commands\DataCommand.cs (1)
70
protected ServerChannel.
IServer
InitServer(IChannel ch)
Commands\TestCommand.cs (1)
75
using (
var
server = InitServer(ch))
Commands\TrainCommand.cs (1)
115
using (
var
server = InitServer(ch))
Commands\TrainTestCommand.cs (1)
98
using (
var
server = InitServer(ch))
Microsoft.ML.FastTree (1)
GamModelParameters.cs (1)
925
using (
var
server = InitServer(ch))