ProjectLayerModel constructor

ProjectLayerModel(
  1. String name,
  2. Directory directory,
  3. double probability,
  4. Map<String, int> weights,
)

Constructor.

Implementation

ProjectLayerModel(this.name, this.directory, this.probability, this.weights);