Uses of Class
org.apache.sysds.resource.enumeration.EnumerationUtils.ConfigurationPoint
-
Packages that use EnumerationUtils.ConfigurationPoint Package Description org.apache.sysds.resource org.apache.sysds.resource.enumeration -
-
Uses of EnumerationUtils.ConfigurationPoint in org.apache.sysds.resource
Methods in org.apache.sysds.resource with parameters of type EnumerationUtils.ConfigurationPoint Modifier and Type Method Description double
AWSUtils. calculateClusterPrice(EnumerationUtils.ConfigurationPoint config, double time)
abstract double
CloudUtils. calculateClusterPrice(EnumerationUtils.ConfigurationPoint config, double time)
This method calculates the cluster price based on the estimated execution time and the cluster configuration. -
Uses of EnumerationUtils.ConfigurationPoint in org.apache.sysds.resource.enumeration
Subclasses of EnumerationUtils.ConfigurationPoint in org.apache.sysds.resource.enumeration Modifier and Type Class Description static class
EnumerationUtils.SolutionPoint
Data structure to hold all data related to cost estimationMethods in org.apache.sysds.resource.enumeration with parameters of type EnumerationUtils.ConfigurationPoint Modifier and Type Method Description void
EnumerationUtils.SolutionPoint. update(EnumerationUtils.ConfigurationPoint point, double timeCost, double monetaryCost)
Constructors in org.apache.sysds.resource.enumeration with parameters of type EnumerationUtils.ConfigurationPoint Constructor Description SolutionPoint(EnumerationUtils.ConfigurationPoint inputPoint, double timeCost, double monetaryCost)
-