Beispiel #1
0
 public double LogProb(Color color)
 {
     return(mixture.LogProb(color.ToInferNetVector()));
 }