public MLPredictionSchema(MLPredictionSchema source)
     : base(source)
 {
 }
 public MLPredictionSchema(MLPredictionSchema source, bool isShallowClone)
     : base(source, isShallowClone)
 {
 }