BigML.Ensemble.LocalEnsemble.LocalEnsemble C# (CSharp) Method

LocalEnsemble() private method

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