Data {Microsoft.VisualBasic.MachineLearning.RandomForests} | .NET clr documentation |
the training dataset
# 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;
}
Genotype
: Double[]