Package org.apache.ignite.examples.ml.dataset
Machine learning dataset examples.
-
Class Summary Class Description AlgorithmSpecificDatasetExample Example that shows how to implement your own algorithm (gradient descent trainer for linear regression) which uses dataset as an underlying infrastructure.CacheBasedDatasetExample Example that shows how to create dataset based on an existing Ignite Cache and then use it to calculatemeanandstdvalues as well ascovarianceandcorrelationmatrices.