index int64 | repo_id string | file_path string | content string |
|---|---|---|---|
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/DispersionTask.java | package hex.glm;
import hex.DataInfo;
import water.MRTask;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.NewChunk;
import water.util.FrameUtils;
import water.util.Log;
import java.util.Arrays;
import java.util.HashMap;
import java.util.Map;
import java.util.stream.IntStream;
import static hex.g... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/DispersionUtils.java | package hex.glm;
import hex.DataInfo;
import water.Job;
import water.Key;
import water.MRTask;
import water.Scope;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.Vec;
import water.util.Log;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.stream.Co... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLM.java | package hex.glm;
import Jama.Matrix;
import hex.*;
import hex.glm.GLMModel.GLMOutput;
import hex.glm.GLMModel.GLMParameters.Family;
import hex.glm.GLMModel.GLMParameters.Link;
import hex.glm.GLMModel.GLMParameters.MissingValuesHandling;
import hex.glm.GLMModel.GLMParameters.Solver;
import hex.glm.GLMModel.GLMWeightsFu... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMMetricBuilder.java | package hex.glm;
import hex.*;
import hex.ModelMetrics.MetricBuilder;
import hex.ModelMetricsBinomial.MetricBuilderBinomial;
import hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM;
import hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM;
import hex.ModelMetricsMultinomial.MetricBuilderMultinomial;
import hex.... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMModel.java | package hex.glm;
import hex.*;
import hex.DataInfo.TransformType;
import hex.api.MakeGLMModelHandler;
import hex.deeplearning.DeepLearningModel;
import hex.genmodel.utils.DistributionFamily;
import hex.glm.GLMModel.GLMParameters.Family;
import hex.glm.GLMModel.GLMParameters.Link;
import hex.util.EffectiveParametersUti... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMMojoWriter.java | package hex.glm;
import hex.ModelMojoWriter;
import java.io.IOException;
public class GLMMojoWriter extends ModelMojoWriter<GLMModel, GLMModel.GLMParameters, GLMModel.GLMOutput> {
@SuppressWarnings("unused") // Called through reflection in ModelBuildersHandler
public GLMMojoWriter() {}
public GLMMojoWriter(... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMScore.java | package hex.glm;
import hex.CMetricScoringTask;
import hex.DataInfo;
import hex.ModelMetrics;
import water.Job;
import water.MRTask;
import water.MemoryManager;
import water.fvec.Chunk;
import water.fvec.NewChunk;
import water.udf.CFuncRef;
import water.util.ArrayUtils;
import water.util.FrameUtils;
import java.util.... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMScoringInfo.java | package hex.glm;
import hex.ScoringInfo;
public class GLMScoringInfo extends ScoringInfo implements ScoringInfo.HasIterations {
public int iterations;
public int iterations() { return iterations; };
}
|
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMTask.java | package hex.glm;
import hex.DataInfo;
import hex.DataInfo.Row;
import hex.FrameTask2;
import hex.glm.GLMModel.GLMParameters;
import hex.glm.GLMModel.GLMParameters.Family;
import hex.glm.GLMModel.GLMParameters.Link;
import hex.glm.GLMModel.GLMWeights;
import hex.glm.GLMModel.GLMWeightsFun;
import hex.gram.Gram;
import ... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMUtils.java | package hex.glm;
import water.DKV;
import water.Key;
import water.MemoryManager;
import water.fvec.Frame;
import water.fvec.Vec;
import water.util.ArrayUtils;
import water.util.FrameUtils;
import water.util.TwoDimTable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.strea... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/GLMValidationTsk.java | package hex.glm;
import hex.glm.GLMModel.GLMParameters;
import water.MRTask;
import water.fvec.Chunk;
///**
// * Created by tomasnykodym on 9/12/14.
// */
//public class GLMValidationTsk extends MRTask<GLMValidationTsk> {
// final GLMParameters _params;
// final double _ymu;
// final int _rank;
// GLMValidation _... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/RegressionInfluenceDiagnosticsTasks.java | package hex.glm;
import hex.DataInfo;
import water.Job;
import water.MRTask;
import water.fvec.Chunk;
import water.fvec.NewChunk;
import water.util.ArrayUtils;
import java.util.Arrays;
import static hex.glm.GLMUtils.removeRedCols;
import static hex.util.LinearAlgebraUtils.matrixMultiply;
import static water.util.Arr... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/TweedieEstimator.java | package hex.glm;
import water.MRTask;
import water.MemoryManager;
import water.fvec.Chunk;
import water.fvec.Vec;
import water.util.fp.Function2;
import water.util.fp.Function3;
import static hex.glm.TweedieEstimator.LikelihoodEstimator.gamma;
import static hex.glm.TweedieEstimator.LikelihoodEstimator.*;
import stati... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glm/TweedieMLDispersionOnly.java | package hex.glm;
import hex.DataInfo;
import water.*;
import water.fvec.Frame;
import water.fvec.Vec;
import java.util.stream.DoubleStream;
/***
* class to find bounds on infinite series approximation to calculate tweedie dispersion parameter using the
* maximum likelihood function in Dunn et.al. in Series evalat... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glrm/GLRM.java | package hex.glrm;
import Jama.CholeskyDecomposition;
import Jama.Matrix;
import Jama.QRDecomposition;
import Jama.SingularValueDecomposition;
import hex.DMatrix;
import hex.DataInfo;
import hex.ModelBuilder;
import hex.ModelCategory;
import hex.genmodel.algos.glrm.GlrmInitialization;
import hex.genmodel.algos.glrm.Glr... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glrm/GLRMGenX.java | package hex.glrm;
import hex.genmodel.algos.glrm.GlrmMojoModel;
import water.MRTask;
import water.MemoryManager;
import water.fvec.Chunk;
import water.fvec.NewChunk;
/**
* GLRMGenX will generate the coefficients (X matrix) of a GLRM model given the archetype
* for a dataframe.
*/
public class GLRMGenX extends MRT... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glrm/GLRMModel.java | package hex.glrm;
import hex.DataInfo;
import hex.Model;
import hex.ModelCategory;
import hex.ModelMetrics;
import hex.genmodel.algos.glrm.GlrmInitialization;
import hex.genmodel.algos.glrm.GlrmLoss;
import hex.genmodel.algos.glrm.GlrmMojoModel;
import hex.genmodel.algos.glrm.GlrmRegularizer;
import hex.svd.SVDModel.S... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glrm/GlrmMojoWriter.java | package hex.glrm;
import hex.ModelMojoWriter;
import hex.genmodel.algos.glrm.GlrmLoss;
import java.io.IOException;
import java.nio.ByteBuffer;
/**
* MOJO serializer for GLRM model.
*/
public class GlrmMojoWriter extends ModelMojoWriter<GLRMModel, GLRMModel.GLRMParameters, GLRMModel.GLRMOutput> {
@SuppressWarni... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/glrm/ModelMetricsGLRM.java | package hex.glrm;
import hex.CustomMetric;
import hex.Model;
import hex.ModelMetrics;
import hex.ModelMetricsUnsupervised;
import water.fvec.Frame;
public class ModelMetricsGLRM extends ModelMetricsUnsupervised {
public double _numerr;
public double _caterr;
public long _numcnt;
public long _catcnt;
pu... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/gram/Gram.java | package hex.gram;
import hex.DataInfo;
import hex.FrameTask2;
import jsr166y.ForkJoinTask;
import jsr166y.RecursiveAction;
import water.*;
import water.fvec.Chunk;
import water.util.ArrayUtils;
import java.util.ArrayList;
import java.util.Arrays;
public final class Gram extends Iced<Gram> {
boolean _hasIntercept;... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/grep/Grep.java | package hex.grep;
import hex.ModelBuilder;
import hex.ModelCategory;
import water.*;
import water.fvec.ByteVec;
import water.fvec.Chunk;
import water.fvec.Vec;
import water.util.Log;
import java.util.Arrays;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
import java.util.regex.PatternSyntaxException;... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/grep/GrepModel.java | package hex.grep;
import hex.Model;
import hex.ModelCategory;
import hex.ModelMetrics;
import water.H2O;
import water.Key;
public class GrepModel extends Model<GrepModel,GrepModel.GrepParameters,GrepModel.GrepOutput> {
public static class GrepParameters extends Model.Parameters {
public String algoName() { ret... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/hglm/ComputationStateHGLM.java | package hex.hglm;
import Jama.Matrix;
import hex.DataInfo;
import water.Job;
import water.util.ArrayUtils;
import water.util.Log;
import java.util.Random;
import static hex.hglm.HGLMUtils.*;
import static water.util.ArrayUtils.copy2DArray;
import static water.util.ArrayUtils.gaussianVector;
public class ComputationS... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/hglm/HGLM.java | package hex.hglm;
import hex.*;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import water.H2O;
import water.Job;
import water.Key;
import water.exceptions.H2OModelBuilderIllegalArgumentException;
import water.fvec.Frame;
import water.udf.CFuncRef;
import water.util.Log;
im... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/hglm/HGLMModel.java | package hex.hglm;
import hex.DataInfo;
import hex.Model;
import hex.ModelCategory;
import hex.ModelMetrics;
import hex.deeplearning.DeepLearningModel;
import hex.glm.GLM;
import hex.glm.GLMModel;
import water.*;
import water.fvec.Frame;
import water.fvec.Vec;
import water.udf.CFuncRef;
import water.util.TwoDimTable;
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/hglm/HGLMScore.java | package hex.hglm;
import hex.DataInfo;
import water.Job;
import water.MRTask;
import water.MemoryManager;
import water.fvec.Chunk;
import water.fvec.NewChunk;
import water.util.ArrayUtils;
import java.util.Arrays;
import java.util.Random;
import static hex.hglm.HGLMTask.ComputationEngineTask.fillInFixedRowValues;
im... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/hglm/HGLMTask.java | package hex.hglm;
import Jama.Matrix;
import hex.DataInfo;
import water.Job;
import water.MRTask;
import water.MemoryManager;
import water.fvec.Chunk;
import water.util.ArrayUtils;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import static hex.hglm.H... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/hglm/HGLMUtils.java | package hex.hglm;
import Jama.Matrix;
import water.DKV;
import water.Key;
import water.fvec.Frame;
import water.util.ArrayUtils;
import java.util.Arrays;
import static water.util.ArrayUtils.*;
public class HGLMUtils {
// the doc = document attached to https://github.com/h2oai/h2o-3/issues/8487, title HGLM_H2O_Imp... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/hglm/MetricBuilderHGLM.java | package hex.hglm;
import Jama.Matrix;
import hex.*;
import water.fvec.Frame;
import water.util.ArrayUtils;
import java.util.Arrays;
import java.util.List;
import static hex.glm.GLMModel.GLMParameters.MissingValuesHandling.*;
public class MetricBuilderHGLM extends ModelMetricsSupervised.MetricBuilderSupervised<Metri... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/isotonic/IsotonicRegression.java | package hex.isotonic;
import hex.ModelBuilder;
import hex.ModelCategory;
import hex.ModelMetrics;
import water.fvec.Frame;
import water.fvec.Vec;
import water.udf.CFuncRef;
import water.util.ArrayUtils;
import water.util.FrameUtils;
import water.util.TwoDimTable;
import water.util.VecUtils;
public class IsotonicRegre... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/isotonic/IsotonicRegressionModel.java | package hex.isotonic;
import hex.*;
import hex.genmodel.algos.isotonic.IsotonicCalibrator;
import hex.genmodel.algos.isotonic.IsotonicRegressionUtils;
import water.Job;
import water.Key;
import water.fvec.Frame;
import water.udf.CFuncRef;
public class IsotonicRegressionModel extends Model<IsotonicRegressionModel,
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/isotonic/IsotonicRegressionMojoWriter.java | package hex.isotonic;
import hex.ModelMojoWriter;
import java.io.IOException;
public class IsotonicRegressionMojoWriter
extends ModelMojoWriter<IsotonicRegressionModel, IsotonicRegressionModel.IsotonicRegressionParameters, IsotonicRegressionModel.IsotonicRegressionOutput> {
@SuppressWarnings("unused") ... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/isotonic/PoolAdjacentViolators.java | package hex.isotonic;
import water.fvec.NewChunk;
import water.util.ArrayUtils;
/**
* Implements Pool Adjacent Violators algorithm suitable for parallelization
* using <a href="https://link.springer.com/chapter/10.1007/978-3-642-99789-1_10">An Approach to Parallelizing Isotonic Regression</a>.
*
* Loosely follow... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/isotonic/PoolAdjacentViolatorsDriver.java | package hex.isotonic;
import water.*;
import water.fvec.*;
import static water.rapids.Merge.sort;
import java.util.Arrays;
/**
* Distributed implementation of Pool Adjacent Violators algorithm
* for H2O Frames
*/
public class PoolAdjacentViolatorsDriver {
public static Frame runPAV(Frame fr) { // y, X, w
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/kmeans/KMeans.java | package hex.kmeans;
import hex.*;
import hex.util.LinearAlgebraUtils;
import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import water.*;
import water.exceptions.H2OModelBuilderIllegalArgumentException;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.Vec;
impo... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/kmeans/KMeansModel.java | package hex.kmeans;
import hex.*;
import hex.genmodel.IClusteringModel;
import hex.util.EffectiveParametersUtils;
import hex.util.LinearAlgebraUtils;
import water.DKV;
import water.Job;
import water.Key;
import water.MRTask;
import water.codegen.CodeGenerator;
import water.codegen.CodeGeneratorPipeline;
import water.e... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/kmeans/KMeansMojoWriter.java | package hex.kmeans;
import hex.ModelMojoWriter;
import java.io.IOException;
public class KMeansMojoWriter extends ModelMojoWriter<KMeansModel, KMeansModel.KMeansParameters, KMeansModel.KMeansOutput> {
@SuppressWarnings("unused") // Called through reflection in ModelBuildersHandler
public KMeansMojoWriter() {}
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/kmeans/KMeansSimplexSolver.java | package hex.kmeans;
import water.Iced;
import water.MRTask;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.Vec;
import water.util.ArrayUtils;
import java.util.ArrayList;
import java.util.Collections;
/**
* Polynomial implementation in average, exponential in the worst case - slow performance.
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/modelselection/ModelSelection.java | package hex.modelselection;
import hex.*;
import hex.glm.GLM;
import hex.glm.GLMModel;
import water.*;
import water.exceptions.H2OModelBuilderIllegalArgumentException;
import water.fvec.Frame;
import water.util.ArrayUtils;
import water.util.PrettyPrint;
import java.lang.reflect.Field;
import java.util.*;
import java.... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/modelselection/ModelSelectionModel.java | package hex.modelselection;
import hex.*;
import hex.deeplearning.DeepLearningModel;
import hex.glm.GLM;
import hex.glm.GLMModel;
import water.*;
import water.fvec.Frame;
import water.fvec.Vec;
import water.udf.CFuncRef;
import water.util.TwoDimTable;
import java.io.Serializable;
import java.util.ArrayList;
import ja... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/modelselection/ModelSelectionTasks.java | package hex.modelselection;
import water.MRTask;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.Vec;
import java.util.stream.LongStream;
public class ModelSelectionTasks {
public static class SweepFrameParallel extends MRTask<SweepFrameParallel> {
final double _oneOPivot;
final int[] _... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/modelselection/ModelSelectionUtils.java | package hex.modelselection;
import hex.DataInfo;
import hex.Model;
import hex.glm.GLM;
import hex.glm.GLMModel;
import hex.glm.GLMTask;
import hex.gram.Gram;
import jsr166y.ForkJoinTask;
import jsr166y.RecursiveAction;
import water.DKV;
import water.Key;
import water.MemoryManager;
import water.fvec.Frame;
import wate... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/naivebayes/NaiveBayes.java | package hex.naivebayes;
import hex.*;
import hex.naivebayes.NaiveBayesModel.NaiveBayesOutput;
import hex.naivebayes.NaiveBayesModel.NaiveBayesParameters;
import water.*;
import water.exceptions.H2OModelBuilderIllegalArgumentException;
import water.fvec.Chunk;
import water.util.ArrayUtils;
import water.util.PrettyPrint... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/naivebayes/NaiveBayesModel.java | package hex.naivebayes;
import hex.Model;
import hex.ModelMetrics;
import hex.ModelMetricsBinomial;
import hex.ModelMetricsMultinomial;
import hex.genmodel.GenModel;
import hex.schemas.NaiveBayesModelV3;
import hex.util.EffectiveParametersUtils;
import water.H2O;
import water.Key;
import water.api.schemas3.ModelSchema... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/optimization/ADMM.java | package hex.optimization;
import water.H2O;
import water.MemoryManager;
import water.util.ArrayUtils;
import water.util.Log;
import water.util.MathUtils;
import water.util.MathUtils.Norm;
/**
* Created by tomasnykodym on 3/2/15.
*/
public class ADMM {
public interface ProximalSolver {
public double [] rho()... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/optimization/L_BFGS.java | package hex.optimization;
import hex.optimization.OptimizationUtils.GradientInfo;
import hex.optimization.OptimizationUtils.GradientSolver;
import hex.optimization.OptimizationUtils.LineSearchSolver;
import hex.optimization.OptimizationUtils.MoreThuente;
import water.Iced;
import water.MemoryManager;
import water.util... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/optimization/OptimizationUtils.java | package hex.optimization;
import hex.glm.ComputationState;
import hex.glm.ConstrainedGLMUtils;
import hex.glm.GLM;
import water.Iced;
import water.util.ArrayUtils;
import water.util.Log;
import java.util.Arrays;
import java.util.List;
import static hex.glm.ComputationState.EPS_CS_SQUARE;
import static hex.glm.Const... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/ModelMetricsPCA.java | package hex.pca;
import hex.CustomMetric;
import hex.Model;
import hex.ModelMetrics;
import hex.ModelMetricsUnsupervised;
import water.fvec.Frame;
public class ModelMetricsPCA extends ModelMetricsUnsupervised {
public ModelMetricsPCA(Model model, Frame frame, CustomMetric customMetric) {
super(model, frame, 0, ... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/PCA.java | package hex.pca;
import hex.DataInfo;
import hex.ModelBuilder;
import hex.ModelCategory;
import hex.ModelMetrics;
import hex.genmodel.algos.glrm.GlrmInitialization;
import hex.genmodel.algos.glrm.GlrmLoss;
import hex.genmodel.algos.glrm.GlrmRegularizer;
import hex.glrm.GLRM;
import hex.glrm.GLRMModel;
import hex.gram.... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/PCAImplementation.java | package hex.pca;
public enum PCAImplementation {
MTJ_EVD_DENSEMATRIX, MTJ_EVD_SYMMMATRIX, MTJ_SVD_DENSEMATRIX, JAMA;
final static PCAImplementation fastestImplementation = MTJ_EVD_SYMMMATRIX; // set to the fastest implementation
public static PCAImplementation getFastestImplementation() {
return fastest... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/PCAImplementationFactory.java | package hex.pca;
import hex.pca.jama.PCAJama;
import hex.pca.mtj.PCA_MTJ_EVD_DenseMatrix;
import hex.pca.mtj.PCA_MTJ_EVD_SymmMatrix;
import hex.pca.mtj.PCA_MTJ_SVD_DenseMatrix;
class PCAImplementationFactory {
static PCAInterface createSVDImplementation(double[][] gramMatrix, PCAImplementation implementation)
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/PCAInterface.java | package hex.pca;
public interface PCAInterface {
double[] getVariances();
double[][] getPrincipalComponents();
}
|
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/PCAModel.java | package hex.pca;
import hex.DataInfo;
import hex.Model;
import hex.ModelCategory;
import hex.ModelMetrics;
import water.DKV;
import water.Job;
import water.Key;
import water.MRTask;
import water.codegen.CodeGenerator;
import water.codegen.CodeGeneratorPipeline;
import water.exceptions.JCodeSB;
import water.fvec.Chunk;... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/PCAMojoWriter.java | package hex.pca;
import hex.ModelMojoWriter;
import water.MemoryManager;
import java.io.IOException;
import java.nio.ByteBuffer;
public class PCAMojoWriter extends ModelMojoWriter<PCAModel, PCAModel.PCAParameters, PCAModel.PCAOutput> {
@SuppressWarnings("unused") // Called through reflection in ModelBuildersHandl... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/jama/PCAJama.java | package hex.pca.jama;
import Jama.Matrix;
import Jama.SingularValueDecomposition;
import hex.pca.PCAInterface;
public class PCAJama implements PCAInterface {
private Matrix gramMatrix;
private SingularValueDecomposition svd;
private double[][] rightEigenvectors;
public PCAJama(double[][] gramMatrix) {
th... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/mtj/PCA_MTJ_EVD_DenseMatrix.java | package hex.pca.mtj;
import hex.pca.PCAInterface;
import hex.util.EigenPair;
import hex.util.LinearAlgebraUtils;
import no.uib.cipr.matrix.DenseMatrix;
import no.uib.cipr.matrix.Matrix;
import no.uib.cipr.matrix.NotConvergedException;
import water.util.ArrayUtils;
public class PCA_MTJ_EVD_DenseMatrix implements PCAIn... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/mtj/PCA_MTJ_EVD_SymmMatrix.java | package hex.pca.mtj;
import hex.pca.PCAInterface;
import hex.util.EigenPair;
import hex.util.LinearAlgebraUtils;
import no.uib.cipr.matrix.DenseMatrix;
import no.uib.cipr.matrix.NotConvergedException;
import no.uib.cipr.matrix.UpperSymmDenseMatrix;
import water.util.ArrayUtils;
public class PCA_MTJ_EVD_SymmMatrix imp... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/pca/mtj/PCA_MTJ_SVD_DenseMatrix.java | package hex.pca.mtj;
import hex.pca.PCAInterface;
import hex.util.LinearAlgebraUtils;
import no.uib.cipr.matrix.DenseMatrix;
import no.uib.cipr.matrix.NotConvergedException;
public class PCA_MTJ_SVD_DenseMatrix implements PCAInterface {
private DenseMatrix gramMatrix;
private no.uib.cipr.matrix.SVD svd;
private... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/BulkScorerFactory.java | package hex.psvm;
import hex.genmodel.algos.psvm.KernelParameters;
import hex.genmodel.algos.psvm.KernelType;
public class BulkScorerFactory {
/**
* Creates an instance of BulkSupportVectorScorer.
*
* @param kt type of kernel
* @param parms kernel parameters
* @param svs compressed representation o... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/BulkSupportVectorScorer.java | package hex.psvm;
import hex.genmodel.algos.psvm.KernelParameters;
import hex.genmodel.utils.ByteBufferWrapper;
import org.apache.commons.math3.util.FastMath;
import water.fvec.Chunk;
import java.io.Serializable;
public interface BulkSupportVectorScorer extends Serializable {
double[] bulkScore0(Chunk[] cs);
}
cl... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/MetricBuilderPSVM.java | package hex.psvm;
import hex.*;
import water.fvec.Frame;
import water.util.ArrayUtils;
import water.util.MathUtils;
/**
* Binomial Metric builder tailored to SVM
*
* SVM doesn't predict probabilities, only probabilities 0-1 are returned, this renders some binomial metric misleading (eg. AUC, logloss)
* For maxim... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/PSVM.java | package hex.psvm;
import hex.DataInfo;
import hex.FrameTask;
import hex.ModelBuilder;
import hex.ModelCategory;
import hex.psvm.psvm.IncompleteCholeskyFactorization;
import hex.psvm.psvm.Kernel;
import hex.psvm.psvm.PrimalDualIPM;
import water.*;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.NewC... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/PSVMModel.java | package hex.psvm;
import hex.*;
import hex.genmodel.algos.psvm.KernelParameters;
import hex.genmodel.algos.psvm.KernelType;
import hex.genmodel.algos.psvm.ScorerFactory;
import hex.genmodel.algos.psvm.SupportVectorScorer;
import hex.psvm.psvm.Kernel;
import hex.psvm.psvm.KernelFactory;
import hex.psvm.psvm.PrimalDualI... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/SupportVector.java | package hex.psvm;
import water.AutoBuffer;
class SupportVector {
private double _alpha;
private double[] _numVals;
private int[] _binIds;
SupportVector fill(double alpha, double[] numVals, int[] binIds) {
_alpha = alpha;
_numVals = numVals;
_binIds = binIds;
return this;
}
int estimateSi... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/psvm/IncompleteCholeskyFactorization.java | /*
Copyright 2007 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/psvm/Kernel.java | /*
Copyright 2007 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/psvm/KernelFactory.java | package hex.psvm.psvm;
import hex.genmodel.algos.psvm.KernelParameters;
import hex.genmodel.algos.psvm.KernelType;
public class KernelFactory {
public static Kernel make(KernelType type, KernelParameters parms) {
switch (type) {
case gaussian:
return new GaussianKernel(parms);
default:
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/psvm/LLMatrix.java | /*
Copyright 2007 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/psvm/MatrixUtils.java | package hex.psvm.psvm;
import water.MRTask;
import water.fvec.*;
import water.util.ArrayUtils;
/**
* Utils class for matrix operations. See also {code DMatrix.java}
*
*/
public class MatrixUtils {
/**
* Calculates matrix product M'DM
* @param m Frame representing the M matrix (m x n), M' is expected to b... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/psvm/psvm/PrimalDualIPM.java | /*
Copyright 2007 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
di... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/rulefit/Condition.java | package hex.rulefit;
import water.Iced;
import water.fvec.*;
import water.parser.BufferedString;
import water.util.ArrayUtils;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Objects;
import java.util.stream.Collectors;
import static hex.rulefit.Condition.Type.Numerical;
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/rulefit/Rule.java | package hex.rulefit;
import hex.genmodel.algos.tree.SharedTreeNode;
import hex.genmodel.algos.tree.SharedTreeSubgraph;
import hex.tree.SharedTreeModel;
import org.apache.commons.math3.util.Precision;
import water.Iced;
import water.fvec.Chunk;
import java.math.BigDecimal;
import java.util.*;
import java.util.stream.C... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/rulefit/RuleEnsemble.java | package hex.rulefit;
import water.*;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.NewChunk;
import water.fvec.Vec;
import water.util.VecUtils;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
public class RuleEnsemble extends Iced {
Rule[] rules;
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/rulefit/RuleFit.java | package hex.rulefit;
import hex.*;
import hex.genmodel.utils.DistributionFamily;
import hex.glm.GLM;
import hex.glm.GLMModel;
import hex.tree.SharedTree;
import hex.tree.SharedTreeModel;
import hex.tree.TreeStats;
import hex.tree.drf.DRF;
import hex.tree.drf.DRFModel;
import hex.tree.gbm.GBM;
import hex.tree.gbm.GBMMo... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/rulefit/RuleFitModel.java | package hex.rulefit;
import hex.*;
import hex.glm.GLMModel;
import hex.util.LinearAlgebraUtils;
import water.*;
import water.fvec.Frame;
import water.fvec.Vec;
import water.udf.CFuncRef;
import water.util.TwoDimTable;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/rulefit/RuleFitMojoWriter.java | package hex.rulefit;
import hex.Model;
import hex.MultiModelMojoWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
public class RuleFitMojoWriter extends MultiModelMojoWriter<RuleFitModel,
RuleFitModel.RuleFitParameters, RuleFitModel.RuleFitOu... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/rulefit/RuleFitUtils.java | package hex.rulefit;
import water.util.TwoDimTable;
import java.util.*;
import java.util.stream.Collectors;
public class RuleFitUtils {
public static String[] getPathNames(int modelId, int numCols, String[] names) {
String[] pathNames = new String[numCols];
for (int i = 0; i < numCols; i++) {
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/ANOVAGLMModelV3.java | package hex.schemas;
import hex.anovaglm.ANOVAGLMModel;
import water.api.API;
import water.api.schemas3.KeyV3;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
import water.api.schemas3.TwoDimTableV3;
import water.fvec.Frame;
import water.util.TwoDimTable;
import static hex.gam.... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/ANOVAGLMV3.java | package hex.schemas;
import hex.anovaglm.ANOVAGLM;
import hex.anovaglm.ANOVAGLMModel;
import hex.glm.GLMModel;
import water.api.API;
import water.api.schemas3.KeyV3;
import water.api.schemas3.ModelParametersSchemaV3;
public class ANOVAGLMV3 extends ModelBuilderSchema<ANOVAGLM, ANOVAGLMV3, ANOVAGLMV3.ANOVAGLMParameter... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/AdaBoostModelV3.java | package hex.schemas;
import hex.adaboost.AdaBoostModel;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
public class AdaBoostModelV3 extends ModelSchemaV3<AdaBoostModel,
AdaBoostModelV3,
AdaBoostModel.AdaBoostParameters,
AdaBoostV3.AdaBoostParametersV3,
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/AdaBoostV3.java | package hex.schemas;
import hex.adaboost.AdaBoost;
import hex.adaboost.AdaBoostModel;
import water.api.API;
import water.api.schemas3.ModelParametersSchemaV3;
public class AdaBoostV3 extends ModelBuilderSchema<
AdaBoost,
AdaBoostV3,
AdaBoostV3.AdaBoostParametersV3> {
public static final ... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/AggregatorModelV99.java | package hex.schemas;
import hex.aggregator.AggregatorModel;
import water.api.API;
import water.api.schemas3.KeyV3;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
public class AggregatorModelV99 extends ModelSchemaV3<AggregatorModel, AggregatorModelV99, AggregatorModel.Aggregat... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/AggregatorV99.java | package hex.schemas;
import hex.DataInfo;
import hex.aggregator.Aggregator;
import hex.aggregator.AggregatorModel;
import water.api.API;
import water.api.schemas3.ModelParametersSchemaV3;
import static hex.pca.PCAModel.PCAParameters;
public class AggregatorV99 extends ModelBuilderSchema<Aggregator,AggregatorV99,Aggr... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/CoxPHModelV3.java | package hex.schemas;
import hex.coxph.CoxPHModel;
import water.api.API;
import water.api.schemas3.KeyV3;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
import water.api.schemas3.TwoDimTableV3;
import water.util.TwoDimTable;
public class CoxPHModelV3 extends ModelSchemaV3<CoxPH... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/CoxPHV3.java | package hex.schemas;
import hex.coxph.CoxPH;
import hex.coxph.CoxPHModel.CoxPHParameters;
import water.api.API;
import water.api.schemas3.FrameV3;
import water.api.schemas3.ModelParametersSchemaV3;
import water.api.schemas3.StringPairV3;
public class CoxPHV3 extends ModelBuilderSchema<CoxPH,CoxPHV3,CoxPHV3.CoxPHParam... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/DRFModelV3.java | package hex.schemas;
import hex.tree.drf.DRFModel;
public class DRFModelV3 extends SharedTreeModelV3<DRFModel,
DRFModelV3,
DRFModel.DRFParameters,
DRFV3.DRFParametersV3,
DRFModel.DRFOutput,
DRFModelV3.DRFModelOutputV3> {
public static final class DRFModelOutputV3 extends Sha... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/DRFV3.java | package hex.schemas;
import hex.tree.drf.DRF;
import hex.tree.drf.DRFModel.DRFParameters;
import water.api.API;
public class DRFV3 extends SharedTreeV3<DRF, DRFV3, DRFV3.DRFParametersV3> {
public static final class DRFParametersV3 extends SharedTreeV3.SharedTreeParametersV3<DRFParameters, DRFParametersV3> {
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/DTModelV3.java | package hex.schemas;
import hex.tree.dt.DTModel;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
public class DTModelV3 extends ModelSchemaV3<DTModel,
DTModelV3,
DTModel.DTParameters,
DTV3.DTParametersV3,
DTModel.DTOutput,
DTModelV3.DTMod... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/DTV3.java | package hex.schemas;
import hex.tree.dt.DT;
import hex.tree.dt.DTModel;
import water.api.API;
import water.api.schemas3.ModelParametersSchemaV3;
public class DTV3 extends ModelBuilderSchema<
DT,
DTV3,
DTV3.DTParametersV3> {
public static final class DTParametersV3 extends ModelParametersS... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/DataInfoFrameV3.java | package hex.schemas;
import water.Iced;
import water.api.API;
import water.api.schemas3.KeyV3;
import water.api.schemas3.SchemaV3;
public class DataInfoFrameV3 extends SchemaV3<Iced,DataInfoFrameV3> {
@API(help="input frame") public KeyV3.FrameKeyV3 frame;
@API(help="interactions"... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/DeepLearningModelV3.java | package hex.schemas;
import hex.deeplearning.DeepLearningModel;
import water.Key;
import water.api.*;
import water.api.schemas3.KeyV3;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
import water.api.schemas3.TwoDimTableV3;
public class DeepLearningModelV3 extends ModelSchemaV3... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/DeepLearningV3.java | package hex.schemas;
import hex.Distribution;
import hex.deeplearning.DeepLearning;
import hex.deeplearning.DeepLearningModel.DeepLearningParameters;
import water.api.API;
import water.api.schemas3.ModelParametersSchemaV3;
import water.api.schemas3.KeyV3;
public class DeepLearningV3 extends ModelBuilderSchema<DeepLea... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/ExtendedIsolationForestModelV3.java | package hex.schemas;
import hex.tree.isoforextended.ExtendedIsolationForestModel;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
public class ExtendedIsolationForestModelV3 extends ModelSchemaV3<ExtendedIsolationForestModel,
ExtendedIsolationForestModelV3,
Exte... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/ExtendedIsolationForestV3.java | package hex.schemas;
import hex.tree.isoforextended.ExtendedIsolationForest;
import hex.tree.isoforextended.ExtendedIsolationForestModel;
import water.api.API;
import water.api.schemas3.ModelParametersSchemaV3;
public class ExtendedIsolationForestV3 extends ModelBuilderSchema<
ExtendedIsolationForest,
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/GAMModelV3.java | package hex.schemas;
import hex.gam.GAMModel;
import water.api.API;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
import water.api.schemas3.TwoDimTableV3;
public class GAMModelV3 extends ModelSchemaV3<GAMModel, GAMModelV3, GAMModel.GAMParameters, GAMV3.GAMParametersV3,
... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/GAMV3.java | package hex.schemas;
import hex.gam.GAM;
import hex.gam.GAMModel;
import hex.glm.GLMModel.GLMParameters;
import hex.glm.GLMModel.GLMParameters.Solver;
import water.api.API;
import water.api.API.Direction;
import water.api.API.Level;
import water.api.schemas3.KeyV3.FrameKeyV3;
import water.api.schemas3.ModelParametersS... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/GBMModelV3.java | package hex.schemas;
import hex.tree.gbm.GBMModel;
public class GBMModelV3 extends SharedTreeModelV3<
GBMModel,
GBMModelV3,
GBMModel.GBMParameters,
GBMV3.GBMParametersV3,
GBMModel.GBMOutput,
GBMModelV3.GBMModelOutputV3> {
public static final class GBMModelOutputV3 ex... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/GBMV3.java | package hex.schemas;
import hex.tree.gbm.GBM;
import hex.tree.gbm.GBMModel.GBMParameters;
import water.api.API;
import water.api.schemas3.KeyValueV3;
public class GBMV3 extends SharedTreeV3<GBM,GBMV3,GBMV3.GBMParametersV3> {
public static final class GBMParametersV3 extends SharedTreeV3.SharedTreeParametersV3<GBM... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/GLMModelV3.java | package hex.schemas;
import hex.glm.GLMModel;
import hex.glm.GLMModel.GLMOutput;
import water.MemoryManager;
import water.api.API;
import water.api.schemas3.KeyV3;
import water.api.schemas3.ModelOutputSchemaV3;
import water.api.schemas3.ModelSchemaV3;
import water.api.schemas3.TwoDimTableV3;
import water.util.ArrayUti... |
0 | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex | java-sources/ai/h2o/h2o-algos/3.46.0.7/hex/schemas/GLMRegularizationPathV3.java | package hex.schemas;
import hex.glm.GLMModel;
import water.api.API;
import water.api.schemas3.KeyV3;
import water.api.schemas3.SchemaV3;
/**
*/
public class GLMRegularizationPathV3 extends SchemaV3<GLMModel.RegularizationPath,GLMRegularizationPathV3>{
@API(help="source model", required = true, direction = API.Dir... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.