Uses of Class
org.apache.wayang.commons.util.profiledb.model.Experiment
-
-
Uses of Experiment in org.apache.wayang.apps.sgd
Methods in org.apache.wayang.apps.sgd with parameters of type Experiment Modifier and Type Method Description double[]SGDImpl. apply(java.lang.String datasetUrl, int datasetSize, int features, int maxIterations, double accuracy, int sampleSize, Experiment experiment)double[]SGDImprovedImpl. apply(java.lang.String datasetUrl, int datasetSize, int features, int maxIterations, double accuracy, int sampleSize, Experiment experiment) -
Uses of Experiment in org.apache.wayang.commons.util.profiledb
Methods in org.apache.wayang.commons.util.profiledb that return types with arguments of type Experiment Modifier and Type Method Description java.util.Collection<Experiment>ProfileDB. load()BringExperiments from current Storage to local variablejava.util.Collection<Experiment>ProfileDB. load(java.io.InputStream inputStream)BringExperiments from current Storage to local variableMethods in org.apache.wayang.commons.util.profiledb with parameters of type Experiment Modifier and Type Method Description voidProfileDB. append(Experiment... experiments)Related to file based storage, Receive an array ofExperiments and persist them at the end of a filevoidProfileDB. save(Experiment... experiments)Receive an array ofExperiments and persist themMethod parameters in org.apache.wayang.commons.util.profiledb with type arguments of type Experiment Modifier and Type Method Description voidProfileDB. append(java.util.Collection<Experiment> experiments)Related to file based storage, Receive a Collection ofExperiments and persist them at the end of a filevoidProfileDB. save(java.util.Collection<Experiment> experiments)Receive a Collection ofExperiments and persist themvoidProfileDB. save(java.util.Collection<Experiment> experiments, java.io.OutputStream outputStream)Receive a Collection ofExperiments and persist them -
Uses of Experiment in org.apache.wayang.commons.util.profiledb.instrumentation
Methods in org.apache.wayang.commons.util.profiledb.instrumentation that return Experiment Modifier and Type Method Description ExperimentStopWatch. getExperiment()Get theExperimentmanaged by this instance.Constructors in org.apache.wayang.commons.util.profiledb.instrumentation with parameters of type Experiment Constructor Description StopWatch(Experiment experiment)Creates a new instance for the givenExperiment. -
Uses of Experiment in org.apache.wayang.commons.util.profiledb.model
Methods in org.apache.wayang.commons.util.profiledb.model that return Experiment Modifier and Type Method Description ExperimentExperiment. withDescription(java.lang.String description)Adds a description for this instance. -
Uses of Experiment in org.apache.wayang.commons.util.profiledb.storage
Methods in org.apache.wayang.commons.util.profiledb.storage that return types with arguments of type Experiment Modifier and Type Method Description java.util.Collection<Experiment>FileStorage. load()LoadExperiments from aFile.java.util.Collection<Experiment>JDBCStorage. load()LoadExperiments from aFile.abstract java.util.Collection<Experiment>Storage. load()BringExperiments from current Storage to local variablejava.util.Collection<Experiment>Storage. load(java.io.BufferedReader reader)LoadExperiments from anReader.java.util.Collection<Experiment>Storage. load(java.io.InputStream inputStream)LoadExperiments from anInputStream.Methods in org.apache.wayang.commons.util.profiledb.storage with parameters of type Experiment Modifier and Type Method Description voidFileStorage. append(Experiment... experiments)AppendExperiments to aFile.voidJDBCStorage. append(Experiment... experiments)AppendExperiments to aFile.abstract voidStorage. append(Experiment... experiments)Related to file based storage, Receive an array ofExperiments and persist them at the end of a filevoidFileStorage. save(Experiment... experiments)WriteExperiments to aFile.voidJDBCStorage. save(Experiment... experiments)WriteExperiments to aFile.abstract voidStorage. save(Experiment... experiments)Receive an array ofExperiments and persist themMethod parameters in org.apache.wayang.commons.util.profiledb.storage with type arguments of type Experiment Modifier and Type Method Description voidFileStorage. append(java.util.Collection<Experiment> experiments)AppendExperiments to aFile.voidJDBCStorage. append(java.util.Collection<Experiment> experiments)AppendExperiments to aFile.abstract voidStorage. append(java.util.Collection<Experiment> experiments)Related to file based storage, Receive a Collection ofExperiments and persist them at the end of a filevoidFileStorage. save(java.util.Collection<Experiment> experiments)WriteExperiments to aFile.voidJDBCStorage. save(java.util.Collection<Experiment> experiments)WriteExperiments to aFile.abstract voidStorage. save(java.util.Collection<Experiment> experiments)Receive a Collection ofExperiments and persist themvoidStorage. save(java.util.Collection<Experiment> experiments, java.io.OutputStream outputStream)WriteExperiments to anOutputStream.voidStorage. save(java.util.Collection<Experiment> experiments, java.io.Writer writer)WriteExperiments to aWriter. -
Uses of Experiment in org.apache.wayang.core.api
Methods in org.apache.wayang.core.api that return Experiment Modifier and Type Method Description ExperimentJob. getExperiment()Provide theExperimentbeing recorded with the execution of this instance.Methods in org.apache.wayang.core.api with parameters of type Experiment Modifier and Type Method Description JobWayangContext. createJob(java.lang.String jobName, WayangPlan wayangPlan, Experiment experiment, java.lang.String... udfJars)Create a newJobthat should execute the givenWayangPlaneventually.voidWayangContext. execute(java.lang.String jobName, WayangPlan wayangPlan, Experiment experiment, java.lang.String... udfJars)Execute a plan.
-