cblearn.embedding.DimensionEstimationResult#
- class cblearn.embedding.DimensionEstimationResult(estimated_dimension, dimensions, train_scores, test_scores, stats_result)[source]#
Result object for dimensionality estimation of embeddings.
- dimensions#
The tested dimensions
- Type:
- train_scores#
The training scores for each dimension
- Type:
- test_scores#
The test scores for each dimension
- Type:
- __init__(estimated_dimension, dimensions, train_scores, test_scores, stats_result)#
Methods
__init__(estimated_dimension, dimensions, ...)plot_scores([train_kwargs, test_kwargs])Plot the train and test scores per dimesionality of the embedding.
Attributes