C# Class BigML.Ensemble.LocalEnsemble

Afficher le fichier Open project: bigmlcom/bigml-csharp

Méthodes publiques

Свойство Type Description
_models List

Méthodes publiques

Méthode Description
addLocalModel ( Model localModel ) : int
predict ( dynamic>.Dictionary inputData, bool byName = true, Combiner combiner = Combiner.Plurality, int missing_strategy, bool addDistribution = true ) : object>.Dictionary

Private Methods

Méthode Description
LocalEnsemble ( JsonValue jsonObject, JsonArray modelIds ) : System.Collections.Generic

Method Details

addLocalModel() public méthode

public addLocalModel ( Model localModel ) : int
localModel Model
Résultat int

predict() public méthode

public predict ( dynamic>.Dictionary inputData, bool byName = true, Combiner combiner = Combiner.Plurality, int missing_strategy, bool addDistribution = true ) : object>.Dictionary
inputData dynamic>.Dictionary
byName bool
combiner Combiner
missing_strategy int
addDistribution bool
Résultat object>.Dictionary

Property Details

_models public_oe property

public List _models
Résultat List