BigML.Ensemble.LocalEnsemble.LocalEnsemble C# (CSharp) 메소드

LocalEnsemble() 개인적인 메소드

private LocalEnsemble ( JsonValue jsonObject, JsonArray modelIds ) : System.Collections.Generic
jsonObject System.Json.JsonValue
modelIds JsonArray
리턴 System.Collections.Generic
            internal LocalEnsemble(JsonValue jsonObject, JsonArray modelIds)
            {
                _jsonObject = jsonObject;
                _modelResourcesIds = modelIds;
                _modelsPredictions = new Model.Node[_modelResourcesIds.Count];
            }