Data {Microsoft.VisualBasic.MachineLearning.RandomForests} .NET clr documentation

Data

Description

the training dataset

Declare

            
# namespace Microsoft.VisualBasic.MachineLearning.RandomForests
export class Data {
   # the feature names
   attributeNames: string;
   Genotype: Double[][];
   ID: string;
   N_attributes: integer;
   N_tot: integer;
   # the actual label
   phenotype: double;
}

        

.NET clr type reference tree

  1. use by property member Genotype: Double[]

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