SampleList {Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure} .NET clr documentation

SampleList

Description

the Sample collection

Declare

            
# namespace Microsoft.VisualBasic.MachineLearning.ComponentModel.StoreProcedure
export class SampleList extends ListOf`1 {
   # 样本列表
   items: Sample[];
   size: integer;
}

        

.NET clr type reference tree

  1. this class extends from ListOf`1 class: ListOf`1
  2. use by property member items: Sample

[Package {$package} version {$version} Index]