nuget server logo nuget api documents
↑

API Docs / Microsoft.VisualBasic.MachineLearning / Branch

Branch

Full name Microsoft.VisualBasic.MachineLearning.RandomForests.Branch Assembly Microsoft.VisualBasic.MachineLearning Members 5

01 Syntax

Microsoft.VisualBasic.MachineLearning.RandomForests.Branch

02 Methods

NameOverloadsSummary
getMean 1 This method returns the SNP for a given position.
getClass 1 This method returns the SNP for a given position.
getMSE 1 This method returns the SNP for a given position.
getMissClass 1 This method returns the SNP for a given position.

03 Fields

NameOverloadsSummary
status 1 'F' for final branch

04 Members

method getMean #
getMean(Double())

This method returns the SNP for a given position. It needs as arguments: @arg position, the position of the SNP in the genomic combination

method getClass #
getClass(Double())

This method returns the SNP for a given position. It needs as arguments: @arg position, the position of the SNP in the genomic combination

method getMSE #
getMSE(Double())

This method returns the SNP for a given position. It needs as arguments: @arg position, the position of the SNP in the genomic combination

method getMissClass #
getMissClass(Double())

This method returns the SNP for a given position. It needs as arguments: @arg position, the position of the SNP in the genomic combination

field status #
status

'F' for final branch