Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace DatasetSummary

Summary of count of samples used during model training.

Properties

Optional testSampleCount

testSampleCount: undefined | number

Number of samples used for testing the model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional trainingSampleCount

trainingSampleCount: undefined | number

Number of samples used for training the model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional validationSampleCount

validationSampleCount: undefined | number

Number of samples used for validating the model. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

getJsonObj