Uses of Class
org.apache.ignite.examples.ml.util.MLSandboxDatasets
-
Packages that use MLSandboxDatasets Package Description org.apache.ignite.examples.ml.util Utilities for machine learning examples. -
-
Uses of MLSandboxDatasets in org.apache.ignite.examples.ml.util
Methods in org.apache.ignite.examples.ml.util that return MLSandboxDatasets Modifier and Type Method Description static MLSandboxDatasetsMLSandboxDatasets. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static MLSandboxDatasets[]MLSandboxDatasets. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ignite.examples.ml.util with parameters of type MLSandboxDatasets Modifier and Type Method Description IgniteCache<java.lang.Integer,Vector>SandboxMLCache. fillCacheWith(MLSandboxDatasets dataset)Fills cache with data and returns it.IgniteCache<java.lang.Integer,java.lang.Object[]>SandboxMLCache. fillObjectCacheWithCategoricalData(MLSandboxDatasets dataset)Fills cache with data and returns it.IgniteCache<java.lang.Integer,java.lang.Object[]>SandboxMLCache. fillObjectCacheWithDoubleLabels(MLSandboxDatasets dataset)Fills cache with data and returns it.java.util.List<java.lang.String>SandboxMLCache. loadDataset(MLSandboxDatasets dataset)Loads dataset as a list of rows.
-