public ProblemDataCreator(IPreprocessingContext context) {
   this.context = context;
 }
示例#2
0
 public ProblemDataCreator(IPreprocessingContext context)
 {
     this.context = context;
 }
 public CorrelationMatrixContent(IPreprocessingContext context)
 {
     Context = context;
 }
 public CorrelationMatrixContent(IPreprocessingContext context) {
   Context = context;
 }