Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

AboutEntryV3 - Class in water.api.schemas3
 
AboutEntryV3() - Constructor for class water.api.schemas3.AboutEntryV3
 
AboutEntryV3(String, String) - Constructor for class water.api.schemas3.AboutEntryV3
 
AboutHandler - Class in water.api
 
AboutHandler() - Constructor for class water.api.AboutHandler
 
AboutV3 - Class in water.api.schemas3
 
AboutV3() - Constructor for class water.api.schemas3.AboutV3
 
AbstractBuildVersion - Class in water.init
 
AbstractBuildVersion() - Constructor for class water.init.AbstractBuildVersion
 
AbstractEmbeddedH2OConfig - Class in water.init
This class is a small shim between a main java program (such as a Hadoop mapper) and an embedded full-capability H2O.
AbstractEmbeddedH2OConfig() - Constructor for class water.init.AbstractEmbeddedH2OConfig
 
AbstractH2OExtension - Class in water
 
AbstractH2OExtension() - Constructor for class water.AbstractH2OExtension
 
AbstractKey - Class in water
Created by tomas on 4/25/16.
AbstractKey() - Constructor for class water.AbstractKey
 
AbstractRegister - Class in water.api
 
AbstractRegister() - Constructor for class water.api.AbstractRegister
 
ABV - Static variable in class water.H2O
 
ACCEPTED - Static variable in class water.util.HttpResponseStatus
202 Accepted
acceptRequests() - Method in class water.webserver.H2OHttpViewImpl
 
accessedLocalDKV() - Method in class water.H2ONode
 
accuracy() - Method in class hex.ConfusionMatrix
The percentage of predictions that are correct.
ACK_ACK_PRIORITY - Static variable in class water.H2O
 
ACK_PRIORITY - Static variable in class water.H2O
 
actual_value - Variable in class water.api.schemas3.ModelParameterSchemaV3
 
adapt(Runnable) - Static method in class jsr166y.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns a null result upon ForkJoinTask.join().
adapt(Runnable, T) - Static method in class jsr166y.ForkJoinTask
Returns a new ForkJoinTask that performs the run method of the given Runnable as its action, and returns the given result upon ForkJoinTask.join().
adapt(Callable<? extends T>) - Static method in class jsr166y.ForkJoinTask
Returns a new ForkJoinTask that performs the call method of the given Callable as its action, and returns its result upon ForkJoinTask.join(), translating any checked exceptions encountered into RuntimeException.
adaptFrameForScore(Frame, boolean, List<Frame>) - Method in class hex.Model
 
ADAPTIVE_PARALLELISM_LEVEL - Static variable in class hex.grid.GridSearch
Constant for adaptive parallelism level - number of models built in parallel is decided by H2O.
adaptTestForJavaScoring(Frame, boolean) - Method in class hex.Model
 
adaptTestForTrain(Frame, boolean, boolean) - Method in class hex.Model
Adapt a Test/Validation Frame to be compatible for a Training Frame.
adaptTestForTrain(Frame, boolean, boolean, boolean) - Method in class hex.Model
 
adaptTestForTrain(Frame, String[], String[][], String[], String[][], Model.AdaptFrameParameters, boolean, boolean, Model.InteractionBuilder, ToEigenVec, IcedHashMap<Key, String>, boolean) - Static method in class hex.Model
 
adaptTo(String[]) - Method in class water.fvec.Vec
Make a Vec adapting this cal vector to the 'to' categorical Vec.
add(int, int) - Method in class hex.ConfusionMatrix
 
add(ConfusionMatrix) - Method in class hex.ConfusionMatrix
 
add(E) - Method in class jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the tail of this deque.
add(E) - Method in class jsr166y.LinkedTransferQueue
Inserts the specified element at the tail of this queue.
add(Future) - Method in class water.Futures
Some Future task which needs to complete before this Futures completes
add(Futures) - Method in class water.Futures
Merge pending-task lists (often as part of doing a 'reduce' step)
add(String[], Vec[]) - Method in class water.fvec.Frame
 
add(String[], Vec[], int) - Method in class water.fvec.Frame
 
add(String, Vec) - Method in class water.fvec.Frame
Append a named Vec to the Frame.
add(Frame) - Method in class water.fvec.Frame
Append a Frame onto this Frame.
add(NewChunk) - Method in class water.fvec.NewChunk
 
add(long) - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.LongAry
 
add(byte[], byte[]) - Static method in class water.util.ArrayUtils
 
add(int[], int[]) - Static method in class water.util.ArrayUtils
 
add(int[][], int[][]) - Static method in class water.util.ArrayUtils
 
add(long[], long[]) - Static method in class water.util.ArrayUtils
 
add(long[][], long[][]) - Static method in class water.util.ArrayUtils
 
add(long[][][], long[][][]) - Static method in class water.util.ArrayUtils
 
add(float[], float[]) - Static method in class water.util.ArrayUtils
 
add(float, float[], float, float[]) - Static method in class water.util.ArrayUtils
 
add(float[][], float[][]) - Static method in class water.util.ArrayUtils
 
add(double[], double[]) - Static method in class water.util.ArrayUtils
 
add(double[], double) - Static method in class water.util.ArrayUtils
 
add(int[], int) - Static method in class water.util.ArrayUtils
 
add(double[], double[], double[]) - Static method in class water.util.ArrayUtils
 
add(double[][], double[][]) - Static method in class water.util.ArrayUtils
 
add(double[][][], double[][][]) - Static method in class water.util.ArrayUtils
 
add(long[], long) - Static method in class water.util.ArrayUtils
 
add(double[], int, double) - Static method in class water.util.AtomicUtils.DoubleArray
 
add(float[], int, float) - Static method in class water.util.AtomicUtils.FloatArray
 
add(int[], int, int) - Static method in class water.util.AtomicUtils.IntArray
 
add(long[], int, long) - Static method in class water.util.AtomicUtils.LongArray
 
add(V) - Method in class water.util.IcedHashSet
 
add(double, double, int) - Method in class water.util.MathUtils.BasicStats
 
add(double[], double) - Method in class water.util.MathUtils.BasicStats
 
add(double, double, int) - Method in class water.util.MathUtils.SimpleStats
 
add(double[], double) - Method in class water.util.MathUtils.SimpleStats
 
add2Chunk(NewChunk, int) - Method in class water.fvec.NewChunk
 
add2Chunk(NewChunk) - Method in class water.fvec.NewChunk.Value
 
add_missing_na - Variable in class water.api.schemas3.PartialDependenceV3
 
addAboutEntry(String, String) - Static method in class water.H2O
 
addAll(Collection<? extends E>) - Method in class jsr166y.ConcurrentLinkedDeque
Appends all of the elements in the specified collection to the end of this deque, in the order that they are returned by the specified collection's iterator.
addAll(Collection<? extends V>) - Method in class water.util.IcedHashSet
 
addAndCloseChunk(Chunk, Futures) - Method in class water.fvec.UploadFileVec
 
addCategorical(int) - Method in class water.fvec.NewChunk
 
addColumnMaker(CreateFrameColumnMaker) - Method in class hex.createframe.CreateFrameExecutor
Add a "column maker" task, responsible for creation of a single (rarely married or widowed) column.
addCompleter(H2O.H2OCountedCompleter) - Method in class water.RPC
 
addErr(ParseWriter.ParseErr) - Method in class water.parser.FVecParseWriter
 
addError(ParseWriter.ParseErr) - Method in class water.parser.FVecParseWriter
 
addError(ParseWriter.ParseErr) - Method in interface water.parser.ParseWriter
 
addError(ParseWriter.ParseErr) - Method in class water.parser.PreviewParseWriter
 
addErrs(ParseWriter.ParseErr...) - Method in class water.parser.ParseSetup
 
addFirst(E) - Method in class jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the front of this deque.
addHeader(String, String) - Method in class water.api.NanoResponse
Adds given line to the header.
addIfAbsent(V) - Method in class water.util.IcedHashSet
 
addInvalidCol(int) - Method in class water.parser.FVecParseWriter
 
addInvalidCol(int) - Method in interface water.parser.ParseWriter
 
addInvalidCol(int) - Method in class water.parser.PreviewParseWriter
 
addLast(E) - Method in class jsr166y.ConcurrentLinkedDeque
Inserts the specified element at the end of this deque.
addMetrics(ModelMetrics) - Method in class hex.Model
 
addModel(Key<M>) - Method in class hex.leaderboard.Leaderboard
 
addModelMetrics(ModelMetrics) - Method in class hex.Model
 
addModels(Key<Model>[]) - Method in class hex.leaderboard.Leaderboard
Add the given models to the leaderboard.
addNA() - Method in class water.fvec.NewChunk
 
addNAs(int) - Method in class water.fvec.ChunkVisitor.IntAryVisitor
 
addNAs(int) - Method in class water.fvec.NewChunk
 
addNAs(int, int) - Method in class water.parser.FVecParseWriter
 
addNAs(int, int) - Method in interface water.parser.ParseWriter
 
addNAs(int, int) - Method in class water.parser.PreviewParseWriter
 
addNodeToFlatfile(H2ONode) - Static method in class water.H2O
Add node to a manual multicast list.
addNum(long, int) - Method in class water.fvec.NewChunk
 
addNum(double) - Method in class water.fvec.NewChunk
 
addNumCol(int, long, int) - Method in class water.parser.FVecParseWriter
 
addNumCol(int, double) - Method in class water.parser.FVecParseWriter
Adds double value to the column.
addNumCol(int, long, int) - Method in interface water.parser.ParseWriter
 
addNumCol(int, double) - Method in interface water.parser.ParseWriter
 
addNumCol(int, long, int) - Method in class water.parser.PreviewParseWriter
 
addNumCol(int, double) - Method in class water.parser.PreviewParseWriter
 
addNumCol(int, long, int) - Method in class water.parser.SVMLightFVecParseWriter
 
addNumDecompose(double) - Method in class water.fvec.NewChunk
 
addNums(NewChunk[], float[]) - Static method in class water.fvec.NewChunk
Converts a float array into a new line in NewChunks.
addOneValue(Chunk, int, long, PriorityQueue) - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
 
addPostprocessStep(CreateFramePostprocessStep) - Method in class hex.createframe.CreateFrameExecutor
Add a step to be performed in the end after the frame has been created.
addRowParam() - Method in class water.rapids.transforms.H2OBinaryOp
 
addRowParam() - Method in class water.rapids.transforms.H2OColOp
 
addrPack() - Method in class water.init.TimelineSnapshot.Event
 
addrString() - Method in class water.init.TimelineSnapshot.Event
 
addStr(Object) - Method in class water.fvec.NewChunk
 
addStr(Chunk, long) - Method in class water.fvec.NewChunk
 
addStr(Chunk, int) - Method in class water.fvec.NewChunk
 
addStrCol(int, BufferedString) - Method in class water.parser.FVecParseWriter
 
addStrCol(int, BufferedString) - Method in interface water.parser.ParseWriter
 
addStrCol(int, BufferedString) - Method in class water.parser.PreviewParseWriter
 
addStrCol(int, BufferedString) - Method in class water.parser.SVMLightFVecParseWriter
 
addToPendingCount(int) - Method in class jsr166y.CountedCompleter
Adds (atomically) the given value to the pending count.
addUUID(UUID) - Method in class water.fvec.NewChunk
 
addUUID(long, long) - Method in class water.fvec.NewChunk
 
addUUID(Chunk, long) - Method in class water.fvec.NewChunk
 
addUUID(Chunk, int) - Method in class water.fvec.NewChunk
 
addValue(double, int) - Method in class hex.SplitValueHistogram
 
addValue(int) - Method in class water.fvec.ChunkVisitor.IntAryVisitor
 
addValue(long) - Method in class water.fvec.ChunkVisitor.IntAryVisitor
 
addValue(double) - Method in class water.fvec.ChunkVisitor.IntAryVisitor
 
addVec() - Method in class water.fvec.Vec.VectorGroup
Shortcut for addVecs(1).
addVecs(int) - Method in class water.fvec.Vec.VectorGroup
Gets the next n keys of this group.
addWarning(String) - Method in class hex.Model
 
addZeros(int) - Method in class water.fvec.ChunkVisitor.IntAryVisitor
 
addZeros(int) - Method in class water.fvec.NewChunk
 
aecu(int) - Method in class hex.AUUC
 
aecu_table - Variable in class water.api.schemas3.ModelMetricsBinomialUpliftV3
 
aecuByType(AUUC.AUUCType) - Method in class hex.AUUC
 
AGG(AstGroup.FCN, int, AstGroup.NAHandling, int) - Constructor for class water.rapids.ast.prims.mungers.AstGroup.AGG
 
aggNRows() - Static method in class water.rapids.ast.prims.mungers.AstGroup
 
AIC - Variable in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
 
AIC - Variable in class water.api.schemas3.ModelMetricsBinomialGLMV3
 
AIC - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
 
AIC - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMV3
 
AIC - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
 
AIC - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMV3
 
AIC - Variable in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
 
AIC - Variable in class water.api.schemas3.ModelMetricsRegressionGLMV3
 
algo - Variable in class hex.schemas.ModelBuilderSchema
 
algo - Variable in class water.api.schemas3.ModelBuildersV3
 
algo - Variable in class water.api.schemas3.ModelSchemaBaseV3
 
algo - Variable in class water.api.schemas4.ModelInfoV4
 
algo_full_name - Variable in class hex.schemas.ModelBuilderSchema
 
algo_full_name - Variable in class water.api.schemas3.ModelSchemaBaseV3
 
AlgoAbstractRegister - Class in water.api
Abstract base class for registering Rest API for algorithms
AlgoAbstractRegister() - Constructor for class water.api.AlgoAbstractRegister
 
algoFullName() - Method in class hex.Model.H2OModelDescriptor
 
AlgoName - Class in hex.leaderboard
 
AlgoName(Model) - Constructor for class hex.leaderboard.AlgoName
 
algoName() - Method in class hex.Model.H2OModelDescriptor
 
algoName() - Method in class hex.Model.Parameters
The short name, used in making Keys.
algoName(String) - Static method in class hex.ModelBuilder
gbm -> GBM, deeplearning -> DeepLearning
algoName() - Method in class hex.quantile.QuantileModel.QuantileParameters
 
algos() - Static method in class hex.ModelBuilder
 
align(Vec) - Method in class water.fvec.Vec
Always makes a copy of the given vector which shares the same group as this Vec.
ALL - Static variable in class hex.leaderboard.LeaderboardExtensionsProvider
Alias for "all extensions" where a list of extensions names is required.
alloc_doubles(int) - Method in class water.fvec.NewChunk
 
alloc_exponent(int) - Method in class water.fvec.NewChunk
 
alloc_mantissa(int) - Method in class water.fvec.NewChunk
 
alloc_nums(int) - Method in class water.fvec.NewChunk
 
allocateChunk(List<SortCombine>, long[], int[], int[], int[]) - Static method in class water.rapids.Merge
 
allocatePopulateChunk(List<SortCombine>, Frame, long, long[], int[], int[], int[], long) - Static method in class water.rapids.Merge
 
allow_clients - Variable in class water.H2O.OptArgs
-allow_clients, -allow_clients=true; Enable clients to connect to this H2O node - disabled by default
allow_insecure_xgboost - Variable in class water.H2O.BaseArgs
-allow_insecure_xgboost is a boolean that allows xgboost to run in a secured cluster
allow_multi_format - Variable in class water.api.schemas3.ImportHiveTableV3
 
allow_unsupported_java - Variable in class water.H2O.OptArgs
 
allPairwise(String[]) - Static method in class hex.Model.InteractionSpec
 
and_op(double, double) - Static method in class water.rapids.ast.prims.operators.AstLAnd
 
AnyThrow - Class in water
Helps you avoid wrapping an exception into RTE.
AnyThrow() - Constructor for class water.AnyThrow
 
anyURIToKey(URI) - Method in class water.persist.PersistManager
Convert given URI into a specific H2O key representation.
anyVec() - Method in class water.fvec.Frame
Returns the first readable vector.
API - Annotation Type in water.api
API Annotation API annotations are used to document field behaviors for the external REST API.
API.Direction - Enum in water.api
Is a given field an input, an output, or both?
API.Level - Enum in water.api
How important is it to specify a given field to get a useful result?
api_name - Variable in class water.api.schemas3.RouteV3
 
API_PORT - Static variable in class water.H2O
 
APIException - Exception in water.api
The exception to report various errors during handling API requests.
APIException(String, Throwable) - Constructor for exception water.api.APIException
 
APIException(String) - Constructor for exception water.api.APIException
 
append(double[][], double[][]) - Static method in class water.util.ArrayUtils
 
append(byte[], byte...) - Static method in class water.util.ArrayUtils
 
append(int[], int[]) - Static method in class water.util.ArrayUtils
 
append(long[], long[]) - Static method in class water.util.ArrayUtils
 
append(double[], double[]) - Static method in class water.util.ArrayUtils
 
append(String[], String[]) - Static method in class water.util.ArrayUtils
 
append(T[], T...) - Static method in class water.util.ArrayUtils
 
append(int[], int) - Static method in class water.util.ArrayUtils
 
append(double[], double) - Static method in class water.util.ArrayUtils
 
append(StringBuffer) - Method in class water.util.MarkdownBuilder
 
append(String) - Method in class water.util.MarkdownBuilder
 
append(float) - Method in class water.util.SBPrintStream
 
append(double) - Method in class water.util.SBPrintStream
 
append(int) - Method in class water.util.SBPrintStream
 
append(long) - Method in class water.util.SBPrintStream
 
append(SB) - Method in class water.util.SBPrintStream
 
append_field_arrays(String[], String[]) - Static method in class water.api.schemas3.ModelParametersSchemaV3
 
appendables() - Method in class water.MRTask
New Output vectors; may be null.
AppendableVec - Class in water.fvec
A NEW single distributed vector column.
AppendableVec(Key<Vec>, byte) - Constructor for class water.fvec.AppendableVec
 
AppendableVec(Key<Vec>, long[], byte, int) - Constructor for class water.fvec.AppendableVec
 
appendFailedModelParameters(MP[], String[][], String[], String[]) - Method in class hex.grid.Grid.SearchFailure
 
appendToStringMetrics(StringBuilder) - Method in class hex.ModelMetrics
 
appendToStringMetrics(StringBuilder) - Method in class hex.ModelMetricsBinomialUplift
 
apply() - Method in class water.fvec.TransformWrappedVec.Function1DTransform
 
apply(double) - Method in class water.fvec.TransformWrappedVec.Function1DTransform
 
apply() - Method in interface water.fvec.TransformWrappedVec.Transform
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.AstBuiltin
Primary method to invoke this function, passing all the parameters as the `asts` list.
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.AstFunction
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.AstPrimitive
Primary method to invoke this function, passing all the parameters as the `asts` list.
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstCorrelation
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstDistance
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstHist
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstImpute
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstKFold
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstKurtosis
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstMode
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstModuloKFold
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstQtile
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstRunif
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstSkewness
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstStratifiedKFold
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstTable
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstTfIdf
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstUnique
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.advmath.AstVariance
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.assign.AstAppend
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.assign.AstAssign
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.assign.AstRectangleAssign
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.assign.AstRm
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.assign.AstTmpAssign
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.filters.dropduplicates.AstDropDuplicates
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.internal.AstRunTool
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.matrix.AstMMult
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.matrix.AstTranspose
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.misc.AstComma
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.misc.AstLs
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstFairnessMetrics
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstMakeLeaderboard
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstModelResetThreshold
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstPerfectAUC
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstPermutationVarImp
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstResultFrame
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstSegmentModelsAsFrame
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstTestJavaScoring
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.models.AstTransformFrame
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstAnyFactor
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstAppendLevels
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstApply
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstAsCharacter
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstAsFactor
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstAsNumeric
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstCBind
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstColNames
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstColPySlice
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstColSlice
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstColumnsByType
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstCut
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstDdply
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstFillNA
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstFilterNaCols
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstFlatten
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstGetrow
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstGroup
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstGroupedPermute
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstIsCharacter
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstIsFactor
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstIsNumeric
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstLevels
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstMerge
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstNaOmit
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstNcol
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstNLevels
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstNrow
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstRBind
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstReLevel
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstRelevelByFreq
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstRename
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstRowSlice
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstScale
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstSetDomain
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstSetLevel
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.mungers.AstSort
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.operators.AstBinOp
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.operators.AstIfElse
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.operators.AstLAnd
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.operators.AstLOr
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstAll
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstAny
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstAnyNa
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstCumu
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstMad
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstMean
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstMedian
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstNaCnt
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstNaRollupOp
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstProd
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstProdNa
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstReducerOp
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstRollupOp
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstSdev
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstSumAxis
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.reducers.AstTopN
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.repeaters.AstRepLen
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.repeaters.AstSeq
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.repeaters.AstSeqLen
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.search.AstMatch
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.search.AstWhich
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.search.AstWhichFunc
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstCountMatches
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstCountSubstringsWords
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstEntropy
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstLStrip
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstReplaceAll
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstReplaceFirst
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstRStrip
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstStrDistance
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstStrLength
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstStrSplit
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstSubstring
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstTokenize
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstToLower
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstToUpper
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.string.AstTrim
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.time.AstAsDate
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.time.AstGetTimeZone
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.time.AstListTimeZones
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.time.AstMktime
Deprecated.
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.time.AstSetTimeZone
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.time.AstTime
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.timeseries.AstDiffLag1
 
apply(Env, Env.StackHelp, AstRoot[]) - Method in class water.rapids.ast.prims.timeseries.AstIsax
 
apply(long) - Method in interface water.udf.Column
 
apply(long) - Method in class water.udf.ColumnBase
 
apply(Long) - Method in class water.udf.ColumnBase
 
apply(Long) - Method in class water.udf.DataColumn
 
apply(long) - Method in class water.udf.DataColumn
 
apply(Chunk) - Method in class water.udf.DataColumns.BaseFactory
 
apply(long) - Method in class water.udf.FunColumnBase
 
apply(Long) - Method in class water.udf.FunColumnBase
 
apply(Chunk) - Method in class water.udf.specialized.Dates
 
apply(Chunk) - Method in class water.udf.specialized.Doubles
 
apply(Chunk) - Method in class water.udf.specialized.Enums
 
apply(Chunk) - Method in class water.udf.specialized.Strings
 
apply(long) - Method in class water.udf.UnfoldingColumn
 
apply(Long) - Method in class water.udf.UnfoldingColumn
 
apply(Y, X) - Method in interface water.util.fp.Foldable
 
apply(X) - Method in interface water.util.fp.Function
 
apply(X, Y) - Method in interface water.util.fp.Function2
 
apply(X, Y, Z) - Method in interface water.util.fp.Function3
 
approxExp(double) - Static method in class water.util.MathUtils
Fast approximate exp
approxInvSqrt(double) - Static method in class water.util.MathUtils
Fast approximate 1./sqrt
approxInvSqrt(float) - Static method in class water.util.MathUtils
Fast approximate 1./sqrt
approxLog(double) - Static method in class water.util.MathUtils
Fast approximate log for values greater than 1, otherwise exact
approxSqrt(double) - Static method in class water.util.MathUtils
Fast approximate sqrt
approxSqrt(float) - Static method in class water.util.MathUtils
Fast approximate sqrt
approxSumSquares(float[], int, int) - Static method in class water.util.MathUtils
Approximate sumSquares
ArchiveEntry(String, Date) - Constructor for class water.util.LogArchiveWriter.ArchiveEntry
 
ARFF_INFO - Static variable in class water.parser.DefaultParserProviders
Default parser handles
ArffParserProvider() - Constructor for class water.parser.DefaultParserProviders.ArffParserProvider
 
ARGS - Static variable in class water.H2O
Singleton ARGS instance that contains the processed arguments.
args() - Method in class water.rapids.ast.AstFunction
 
args() - Method in class water.rapids.ast.AstPrimitive
List of argument names.
args() - Method in class water.rapids.ast.prims.advmath.AstCorrelation
 
args() - Method in class water.rapids.ast.prims.advmath.AstDistance
 
args() - Method in class water.rapids.ast.prims.advmath.AstHist
 
args() - Method in class water.rapids.ast.prims.advmath.AstImpute
 
args() - Method in class water.rapids.ast.prims.advmath.AstKFold
 
args() - Method in class water.rapids.ast.prims.advmath.AstKurtosis
 
args() - Method in class water.rapids.ast.prims.advmath.AstMode
 
args() - Method in class water.rapids.ast.prims.advmath.AstModuloKFold
 
args() - Method in class water.rapids.ast.prims.advmath.AstQtile
 
args() - Method in class water.rapids.ast.prims.advmath.AstRunif
 
args() - Method in class water.rapids.ast.prims.advmath.AstSkewness
 
args() - Method in class water.rapids.ast.prims.advmath.AstStratifiedKFold
 
args() - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit
 
args() - Method in class water.rapids.ast.prims.advmath.AstTable
 
args() - Method in class water.rapids.ast.prims.advmath.AstTfIdf
 
args() - Method in class water.rapids.ast.prims.advmath.AstUnique
 
args() - Method in class water.rapids.ast.prims.advmath.AstVariance
 
args() - Method in class water.rapids.ast.prims.assign.AstAppend
 
args() - Method in class water.rapids.ast.prims.assign.AstAssign
 
args() - Method in class water.rapids.ast.prims.assign.AstRectangleAssign
 
args() - Method in class water.rapids.ast.prims.assign.AstRm
 
args() - Method in class water.rapids.ast.prims.assign.AstTmpAssign
 
args() - Method in class water.rapids.ast.prims.filters.dropduplicates.AstDropDuplicates
 
args() - Method in class water.rapids.ast.prims.internal.AstRunTool
 
args() - Method in class water.rapids.ast.prims.math.AstUniOp
 
args() - Method in class water.rapids.ast.prims.matrix.AstMMult
 
args() - Method in class water.rapids.ast.prims.matrix.AstTranspose
 
args() - Method in class water.rapids.ast.prims.misc.AstComma
 
args() - Method in class water.rapids.ast.prims.misc.AstLs
 
args() - Method in class water.rapids.ast.prims.misc.AstSetProperty
 
args() - Method in class water.rapids.ast.prims.models.AstFairnessMetrics
 
args() - Method in class water.rapids.ast.prims.models.AstMakeLeaderboard
 
args() - Method in class water.rapids.ast.prims.models.AstModelResetThreshold
 
args() - Method in class water.rapids.ast.prims.models.AstPerfectAUC
 
args() - Method in class water.rapids.ast.prims.models.AstPermutationVarImp
 
args() - Method in class water.rapids.ast.prims.models.AstResultFrame
 
args() - Method in class water.rapids.ast.prims.models.AstSegmentModelsAsFrame
 
args() - Method in class water.rapids.ast.prims.models.AstTestJavaScoring
 
args() - Method in class water.rapids.ast.prims.models.AstTransformFrame
 
args() - Method in class water.rapids.ast.prims.mungers.AstAnyFactor
 
args() - Method in class water.rapids.ast.prims.mungers.AstAppendLevels
 
args() - Method in class water.rapids.ast.prims.mungers.AstApply
 
args() - Method in class water.rapids.ast.prims.mungers.AstAsCharacter
 
args() - Method in class water.rapids.ast.prims.mungers.AstAsFactor
 
args() - Method in class water.rapids.ast.prims.mungers.AstAsNumeric
 
args() - Method in class water.rapids.ast.prims.mungers.AstCBind
 
args() - Method in class water.rapids.ast.prims.mungers.AstColNames
 
args() - Method in class water.rapids.ast.prims.mungers.AstColPySlice
 
args() - Method in class water.rapids.ast.prims.mungers.AstColSlice
 
args() - Method in class water.rapids.ast.prims.mungers.AstColumnsByType
 
args() - Method in class water.rapids.ast.prims.mungers.AstCut
 
args() - Method in class water.rapids.ast.prims.mungers.AstDdply
 
args() - Method in class water.rapids.ast.prims.mungers.AstFillNA
 
args() - Method in class water.rapids.ast.prims.mungers.AstFilterNaCols
 
args() - Method in class water.rapids.ast.prims.mungers.AstFlatten
 
args() - Method in class water.rapids.ast.prims.mungers.AstGetrow
 
args() - Method in class water.rapids.ast.prims.mungers.AstGroup
 
args() - Method in class water.rapids.ast.prims.mungers.AstGroupedPermute
 
args() - Method in class water.rapids.ast.prims.mungers.AstIsCharacter
 
args() - Method in class water.rapids.ast.prims.mungers.AstIsFactor
 
args() - Method in class water.rapids.ast.prims.mungers.AstIsNa
 
args() - Method in class water.rapids.ast.prims.mungers.AstIsNumeric
 
args() - Method in class water.rapids.ast.prims.mungers.AstLevels
 
args() - Method in class water.rapids.ast.prims.mungers.AstMelt
 
args() - Method in class water.rapids.ast.prims.mungers.AstMerge
 
args() - Method in class water.rapids.ast.prims.mungers.AstNaOmit
 
args() - Method in class water.rapids.ast.prims.mungers.AstNcol
 
args() - Method in class water.rapids.ast.prims.mungers.AstNLevels
 
args() - Method in class water.rapids.ast.prims.mungers.AstNrow
 
args() - Method in class water.rapids.ast.prims.mungers.AstPivot
 
args() - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy
 
args() - Method in class water.rapids.ast.prims.mungers.AstRBind
 
args() - Method in class water.rapids.ast.prims.mungers.AstReLevel
 
args() - Method in class water.rapids.ast.prims.mungers.AstRelevelByFreq
 
args() - Method in class water.rapids.ast.prims.mungers.AstRename
 
args() - Method in class water.rapids.ast.prims.mungers.AstRowSlice
 
args() - Method in class water.rapids.ast.prims.mungers.AstScale
 
args() - Method in class water.rapids.ast.prims.mungers.AstSetDomain
 
args() - Method in class water.rapids.ast.prims.mungers.AstSetLevel
 
args() - Method in class water.rapids.ast.prims.mungers.AstSort
 
args() - Method in class water.rapids.ast.prims.operators.AstBinOp
 
args() - Method in class water.rapids.ast.prims.operators.AstIfElse
 
args() - Method in class water.rapids.ast.prims.reducers.AstAll
 
args() - Method in class water.rapids.ast.prims.reducers.AstAny
 
args() - Method in class water.rapids.ast.prims.reducers.AstAnyNa
 
args() - Method in class water.rapids.ast.prims.reducers.AstCumu
 
args() - Method in class water.rapids.ast.prims.reducers.AstMad
 
args() - Method in class water.rapids.ast.prims.reducers.AstMean
 
args() - Method in class water.rapids.ast.prims.reducers.AstMedian
 
args() - Method in class water.rapids.ast.prims.reducers.AstNaCnt
 
args() - Method in class water.rapids.ast.prims.reducers.AstProd
 
args() - Method in class water.rapids.ast.prims.reducers.AstProdNa
 
args() - Method in class water.rapids.ast.prims.reducers.AstRollupOp
 
args() - Method in class water.rapids.ast.prims.reducers.AstSdev
 
args() - Method in class water.rapids.ast.prims.reducers.AstSumAxis
 
args() - Method in class water.rapids.ast.prims.reducers.AstTopN
 
args() - Method in class water.rapids.ast.prims.repeaters.AstRepLen
 
args() - Method in class water.rapids.ast.prims.repeaters.AstSeq
 
args() - Method in class water.rapids.ast.prims.repeaters.AstSeqLen
 
args() - Method in class water.rapids.ast.prims.search.AstMatch
 
args() - Method in class water.rapids.ast.prims.search.AstWhich
 
args() - Method in class water.rapids.ast.prims.search.AstWhichFunc
 
args() - Method in class water.rapids.ast.prims.string.AstCountMatches
 
args() - Method in class water.rapids.ast.prims.string.AstCountSubstringsWords
 
args() - Method in class water.rapids.ast.prims.string.AstEntropy
 
args() - Method in class water.rapids.ast.prims.string.AstGrep
 
args() - Method in class water.rapids.ast.prims.string.AstLStrip
 
args() - Method in class water.rapids.ast.prims.string.AstReplaceAll
 
args() - Method in class water.rapids.ast.prims.string.AstReplaceFirst
 
args() - Method in class water.rapids.ast.prims.string.AstRStrip
 
args() - Method in class water.rapids.ast.prims.string.AstStrDistance
 
args() - Method in class water.rapids.ast.prims.string.AstStrLength
 
args() - Method in class water.rapids.ast.prims.string.AstStrSplit
 
args() - Method in class water.rapids.ast.prims.string.AstSubstring
 
args() - Method in class water.rapids.ast.prims.string.AstTokenize
 
args() - Method in class water.rapids.ast.prims.string.AstToLower
 
args() - Method in class water.rapids.ast.prims.string.AstToUpper
 
args() - Method in class water.rapids.ast.prims.string.AstTrim
 
args() - Method in class water.rapids.ast.prims.testing.AstSetReadForbidden
 
args() - Method in class water.rapids.ast.prims.time.AstAsDate
 
args() - Method in class water.rapids.ast.prims.time.AstGetTimeZone
 
args() - Method in class water.rapids.ast.prims.time.AstListTimeZones
 
args() - Method in class water.rapids.ast.prims.time.AstMktime
Deprecated.
 
args() - Method in class water.rapids.ast.prims.time.AstMoment
 
args() - Method in class water.rapids.ast.prims.time.AstSetTimeZone
 
args() - Method in class water.rapids.ast.prims.time.AstTime
 
args() - Method in class water.rapids.ast.prims.timeseries.AstDiffLag1
 
args() - Method in class water.rapids.ast.prims.timeseries.AstIsax
 
arrayCopyOf(byte[], int) - Static method in class water.MemoryManager
 
arrayCopyOf(int[], int) - Static method in class water.MemoryManager
 
arrayCopyOf(long[], int) - Static method in class water.MemoryManager
 
arrayCopyOf(float[], int) - Static method in class water.MemoryManager
 
arrayCopyOf(double[], int) - Static method in class water.MemoryManager
 
arrayCopyOfRange(byte[], int, int) - Static method in class water.MemoryManager
 
arrayCopyOfRange(int[], int, int) - Static method in class water.MemoryManager
 
arrayCopyOfRange(long[], int, int) - Static method in class water.MemoryManager
 
arrayCopyOfRange(float[], int, int) - Static method in class water.MemoryManager
 
arrayCopyOfRange(double[], int, int) - Static method in class water.MemoryManager
 
arraysEquals(Object, Object) - Static method in class water.util.PojoUtils
Helper for Arrays.equals().
arrayToString(int[]) - Static method in class water.util.ArrayUtils
 
arrayTranspose(double[][]) - Static method in class water.util.MathUtils
 
ArrayUtils - Class in water.util
 
ArrayUtils() - Constructor for class water.util.ArrayUtils
 
ArrayUtils.CopyArrayToFrame - Class in water.util
 
ArrayUtils.FrameToArray - Class in water.util
 
arrive() - Method in class jsr166y.Phaser
Arrives at this phaser, without waiting for others to arrive.
arriveAndAwaitAdvance() - Method in class jsr166y.Phaser
Arrives at this phaser and awaits others.
arriveAndDeregister() - Method in class jsr166y.Phaser
Arrives at this phaser and deregisters from it without waiting for others to arrive.
asBytes() - Method in interface water.Freezable
Return serialized version of self as a byte array.
asBytes() - Method in class water.fvec.Chunk
 
asBytes() - Method in class water.H2O.H2OCountedCompleter
 
asBytes() - Method in class water.Iced
 
asBytes() - Method in class water.util.IcedAtomicInt
 
ASCENDING - Static variable in class water.rapids.Merge
 
asDouble(Object) - Static method in class water.util.ReflectionUtils
 
asDoubles(Vec) - Static method in class water.util.FrameUtils
 
asDoubles(Frame) - Static method in class water.util.FrameUtils
 
asFrame(Key) - Method in class water.util.TwoDimTable
 
asInts(Vec) - Static method in class water.util.FrameUtils
 
asModel() - Method in class hex.ModelPreprocessor
 
assembly - Variable in class water.api.schemas99.AssemblyV99
 
Assembly - Class in water.rapids
Assemblies are essentially Pipelines.
Assembly(Key, Transform[]) - Constructor for class water.rapids.Assembly
 
assembly_id - Variable in class water.api.schemas99.AssemblyV99
 
AssemblyHandler - Class in water.api
 
AssemblyHandler() - Constructor for class water.api.AssemblyHandler
 
AssemblyKeyV3() - Constructor for class water.api.schemas3.KeyV3.AssemblyKeyV3
 
AssemblyKeyV3(Key<Assembly>) - Constructor for class water.api.schemas3.KeyV3.AssemblyKeyV3
 
AssemblyV99 - Class in water.api.schemas99
FIXME: comments please!
AssemblyV99() - Constructor for class water.api.schemas99.AssemblyV99
 
assign(Key<Frame>, Frame) - Method in class water.rapids.Session
Update a global ID, maintaining sharing of Vecs
ast - Variable in class water.api.schemas3.RapidsSchemaV3
 
ast - Variable in class water.api.schemas99.RapidsV99
 
AstAbs - Class in water.rapids.ast.prims.math
 
AstAbs() - Constructor for class water.rapids.ast.prims.math.AstAbs
 
AstAcos - Class in water.rapids.ast.prims.math
 
AstAcos() - Constructor for class water.rapids.ast.prims.math.AstAcos
 
AstAcosh - Class in water.rapids.ast.prims.math
 
AstAcosh() - Constructor for class water.rapids.ast.prims.math.AstAcosh
 
AstAll - Class in water.rapids.ast.prims.reducers
Bulk AND operation on a scalar or numeric column; NAs count as true.
AstAll() - Constructor for class water.rapids.ast.prims.reducers.AstAll
 
AstAnd - Class in water.rapids.ast.prims.operators
 
AstAnd() - Constructor for class water.rapids.ast.prims.operators.AstAnd
 
AstAny - Class in water.rapids.ast.prims.reducers
Bulk OR operation on boolean column; NAs count as true.
AstAny() - Constructor for class water.rapids.ast.prims.reducers.AstAny
 
AstAnyFactor - Class in water.rapids.ast.prims.mungers
Any columns factor/categorical?
AstAnyFactor() - Constructor for class water.rapids.ast.prims.mungers.AstAnyFactor
 
AstAnyNa - Class in water.rapids.ast.prims.reducers
Bulk OR operation on boolean column.
AstAnyNa() - Constructor for class water.rapids.ast.prims.reducers.AstAnyNa
 
AstAppend - Class in water.rapids.ast.prims.assign
Attach a named column(s) to a destination frame.
AstAppend() - Constructor for class water.rapids.ast.prims.assign.AstAppend
 
AstAppendLevels - Class in water.rapids.ast.prims.mungers
 
AstAppendLevels() - Constructor for class water.rapids.ast.prims.mungers.AstAppendLevels
 
AstApply - Class in water.rapids.ast.prims.mungers
Apply a Function to a frame Typically, column-by-column, produces a 1-row frame as a result
AstApply() - Constructor for class water.rapids.ast.prims.mungers.AstApply
 
AstAsCharacter - Class in water.rapids.ast.prims.mungers
Convert to StringVec
AstAsCharacter() - Constructor for class water.rapids.ast.prims.mungers.AstAsCharacter
 
AstAsDate - Class in water.rapids.ast.prims.time
Convert a String to a Time (msec since Unix Epoch) via a given parse format
AstAsDate() - Constructor for class water.rapids.ast.prims.time.AstAsDate
 
AstAsFactor - Class in water.rapids.ast.prims.mungers
Convert to a factor/categorical
AstAsFactor() - Constructor for class water.rapids.ast.prims.mungers.AstAsFactor
 
AstAsin - Class in water.rapids.ast.prims.math
 
AstAsin() - Constructor for class water.rapids.ast.prims.math.AstAsin
 
AstAsinh - Class in water.rapids.ast.prims.math
 
AstAsinh() - Constructor for class water.rapids.ast.prims.math.AstAsinh
 
AstAsNumeric - Class in water.rapids.ast.prims.mungers
Convert to a numeric
AstAsNumeric() - Constructor for class water.rapids.ast.prims.mungers.AstAsNumeric
 
AstAssign - Class in water.rapids.ast.prims.assign
Assign a whole frame over a global.
AstAssign() - Constructor for class water.rapids.ast.prims.assign.AstAssign
 
AstAtan - Class in water.rapids.ast.prims.math
 
AstAtan() - Constructor for class water.rapids.ast.prims.math.AstAtan
 
AstAtanh - Class in water.rapids.ast.prims.math
 
AstAtanh() - Constructor for class water.rapids.ast.prims.math.AstAtanh
 
AstBinOp - Class in water.rapids.ast.prims.operators
Binary operator.
AstBinOp() - Constructor for class water.rapids.ast.prims.operators.AstBinOp
 
AstBuiltin<T extends AstBuiltin<T>> - Class in water.rapids.ast
(Replacement for AstPrimitive).
AstBuiltin() - Constructor for class water.rapids.ast.AstBuiltin
 
AstCBind - Class in water.rapids.ast.prims.mungers
cbind: bind columns together into a new frame
AstCBind() - Constructor for class water.rapids.ast.prims.mungers.AstCBind
 
AstCeiling - Class in water.rapids.ast.prims.math
 
AstCeiling() - Constructor for class water.rapids.ast.prims.math.AstCeiling
 
AstColNames - Class in water.rapids.ast.prims.mungers
Assign column names
AstColNames() - Constructor for class water.rapids.ast.prims.mungers.AstColNames
 
AstColPySlice - Class in water.rapids.ast.prims.mungers
Column slice; allows python-like syntax.
AstColPySlice() - Constructor for class water.rapids.ast.prims.mungers.AstColPySlice
 
AstColSlice - Class in water.rapids.ast.prims.mungers
Column slice; allows R-like syntax.
AstColSlice() - Constructor for class water.rapids.ast.prims.mungers.AstColSlice
 
AstColumnsByType - Class in water.rapids.ast.prims.mungers
Get column indexes of an H2OFrame that are of a certain data type.
AstColumnsByType() - Constructor for class water.rapids.ast.prims.mungers.AstColumnsByType
 
AstComma - Class in water.rapids.ast.prims.misc
Evaluate any number of expressions, returning the last one
AstComma() - Constructor for class water.rapids.ast.prims.misc.AstComma
 
AstConst - Class in water.rapids.ast.params
Class for constants
AstConst() - Constructor for class water.rapids.ast.params.AstConst
 
AstConst(String, double) - Constructor for class water.rapids.ast.params.AstConst
 
AstCorrelation - Class in water.rapids.ast.prims.advmath
Calculate Pearson's Correlation Coefficient between columns of a frame

Formula: Pearson's Correlation Coefficient = Cov(X,Y)/sigma(X) * sigma(Y)

AstCorrelation() - Constructor for class water.rapids.ast.prims.advmath.AstCorrelation
 
AstCorrelation.Mode - Enum in water.rapids.ast.prims.advmath
 
AstCos - Class in water.rapids.ast.prims.math
 
AstCos() - Constructor for class water.rapids.ast.prims.math.AstCos
 
AstCosh - Class in water.rapids.ast.prims.math
 
AstCosh() - Constructor for class water.rapids.ast.prims.math.AstCosh
 
AstCosPi - Class in water.rapids.ast.prims.math
 
AstCosPi() - Constructor for class water.rapids.ast.prims.math.AstCosPi
 
AstCountMatches - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column, and a substring to look for in the target.
AstCountMatches() - Constructor for class water.rapids.ast.prims.string.AstCountMatches
 
AstCountSubstringsWords - Class in water.rapids.ast.prims.string
 
AstCountSubstringsWords() - Constructor for class water.rapids.ast.prims.string.AstCountSubstringsWords
 
AstCumMax - Class in water.rapids.ast.prims.reducers
 
AstCumMax() - Constructor for class water.rapids.ast.prims.reducers.AstCumMax
 
AstCumMin - Class in water.rapids.ast.prims.reducers
 
AstCumMin() - Constructor for class water.rapids.ast.prims.reducers.AstCumMin
 
AstCumProd - Class in water.rapids.ast.prims.reducers
 
AstCumProd() - Constructor for class water.rapids.ast.prims.reducers.AstCumProd
 
AstCumSum - Class in water.rapids.ast.prims.reducers
 
AstCumSum() - Constructor for class water.rapids.ast.prims.reducers.AstCumSum
 
AstCumu - Class in water.rapids.ast.prims.reducers
 
AstCumu() - Constructor for class water.rapids.ast.prims.reducers.AstCumu
 
AstCumu.CumuTask - Class in water.rapids.ast.prims.reducers
 
AstCumu.CumuTaskAxis1 - Class in water.rapids.ast.prims.reducers
 
AstCumu.CumuTaskWholeFrame - Class in water.rapids.ast.prims.reducers
 
AstCut - Class in water.rapids.ast.prims.mungers
 
AstCut() - Constructor for class water.rapids.ast.prims.mungers.AstCut
 
AstDay - Class in water.rapids.ast.prims.time
 
AstDay() - Constructor for class water.rapids.ast.prims.time.AstDay
 
AstDayOfWeek - Class in water.rapids.ast.prims.time
 
AstDayOfWeek() - Constructor for class water.rapids.ast.prims.time.AstDayOfWeek
 
AstDdply - Class in water.rapids.ast.prims.mungers
Ddply Group the rows of 'data' by unique combinations of '[group-by-cols]'.
AstDdply() - Constructor for class water.rapids.ast.prims.mungers.AstDdply
 
AstDiffLag1 - Class in water.rapids.ast.prims.timeseries
Compute a difference of a time series where lag = 1
AstDiffLag1() - Constructor for class water.rapids.ast.prims.timeseries.AstDiffLag1
 
AstDiGamma - Class in water.rapids.ast.prims.math
 
AstDiGamma() - Constructor for class water.rapids.ast.prims.math.AstDiGamma
 
AstDistance - Class in water.rapids.ast.prims.advmath
Calculate Distance Metric between pairs of rows
AstDistance() - Constructor for class water.rapids.ast.prims.advmath.AstDistance
 
AstDistance.DistanceComputer - Class in water.rapids.ast.prims.advmath
 
AstDiv - Class in water.rapids.ast.prims.operators
 
AstDiv() - Constructor for class water.rapids.ast.prims.operators.AstDiv
 
AstDropDuplicates - Class in water.rapids.ast.prims.filters.dropduplicates
Removes duplicated rows, leaving only the first or last observed duplicate in place.
AstDropDuplicates() - Constructor for class water.rapids.ast.prims.filters.dropduplicates.AstDropDuplicates
 
AstEntropy - Class in water.rapids.ast.prims.string
 
AstEntropy() - Constructor for class water.rapids.ast.prims.string.AstEntropy
 
AstEq - Class in water.rapids.ast.prims.operators
 
AstEq() - Constructor for class water.rapids.ast.prims.operators.AstEq
 
AstExec - Class in water.rapids.ast
Apply A Function.
AstExec() - Constructor for class water.rapids.ast.AstExec
 
AstExec(AstRoot[]) - Constructor for class water.rapids.ast.AstExec
 
AstExec(ArrayList<AstRoot>) - Constructor for class water.rapids.ast.AstExec
 
AstExp - Class in water.rapids.ast.prims.math
 
AstExp() - Constructor for class water.rapids.ast.prims.math.AstExp
 
AstExpm1 - Class in water.rapids.ast.prims.math
 
AstExpm1() - Constructor for class water.rapids.ast.prims.math.AstExpm1
 
AstFairnessMetrics - Class in water.rapids.ast.prims.models
 
AstFairnessMetrics() - Constructor for class water.rapids.ast.prims.models.AstFairnessMetrics
 
AstFairnessMetrics.FairnessMetrics - Class in water.rapids.ast.prims.models
 
AstFairnessMetrics.FairnessMRTask - Class in water.rapids.ast.prims.models
 
AstFillNA - Class in water.rapids.ast.prims.mungers
Fill NA's from previous or future values.
AstFillNA() - Constructor for class water.rapids.ast.prims.mungers.AstFillNA
 
AstFilterNaCols - Class in water.rapids.ast.prims.mungers
 
AstFilterNaCols() - Constructor for class water.rapids.ast.prims.mungers.AstFilterNaCols
 
AstFlatten - Class in water.rapids.ast.prims.mungers
 
AstFlatten() - Constructor for class water.rapids.ast.prims.mungers.AstFlatten
 
AstFloor - Class in water.rapids.ast.prims.math
 
AstFloor() - Constructor for class water.rapids.ast.prims.math.AstFloor
 
AstFrame - Class in water.rapids.ast
A Frame.
AstFrame() - Constructor for class water.rapids.ast.AstFrame
 
AstFrame(Frame) - Constructor for class water.rapids.ast.AstFrame
 
AstFunction - Class in water.rapids.ast
Define a function Syntax: { ids...
AstFunction() - Constructor for class water.rapids.ast.AstFunction
 
AstFunction(ArrayList<String>, AstRoot) - Constructor for class water.rapids.ast.AstFunction
 
AstFunction(AstFunction, Val[], AstFunction) - Constructor for class water.rapids.ast.AstFunction
 
AstGamma - Class in water.rapids.ast.prims.math
 
AstGamma() - Constructor for class water.rapids.ast.prims.math.AstGamma
 
AstGe - Class in water.rapids.ast.prims.operators
 
AstGe() - Constructor for class water.rapids.ast.prims.operators.AstGe
 
AstGetrow - Class in water.rapids.ast.prims.mungers
 
AstGetrow() - Constructor for class water.rapids.ast.prims.mungers.AstGetrow
 
AstGetTimeZone - Class in water.rapids.ast.prims.time
 
AstGetTimeZone() - Constructor for class water.rapids.ast.prims.time.AstGetTimeZone
 
AstGrep - Class in water.rapids.ast.prims.string
Searches for matches to argument "regex" within each element of a string column.
AstGrep() - Constructor for class water.rapids.ast.prims.string.AstGrep
 
AstGroup - Class in water.rapids.ast.prims.mungers
GroupBy Group the rows of 'data' by unique combinations of '[group-by-cols]'.
AstGroup() - Constructor for class water.rapids.ast.prims.mungers.AstGroup
 
AstGroup(boolean) - Constructor for class water.rapids.ast.prims.mungers.AstGroup
 
AstGroup.AGG - Class in water.rapids.ast.prims.mungers
 
AstGroup.FCN - Enum in water.rapids.ast.prims.mungers
 
AstGroup.G - Class in water.rapids.ast.prims.mungers
 
AstGroup.GBTaskAggsPerMap - Class in water.rapids.ast.prims.mungers
 
AstGroup.MedianResult - Class in water.rapids.ast.prims.mungers
 
AstGroup.NAHandling - Enum in water.rapids.ast.prims.mungers
 
AstGroupedPermute - Class in water.rapids.ast.prims.mungers
 
AstGroupedPermute() - Constructor for class water.rapids.ast.prims.mungers.AstGroupedPermute
 
AstGt - Class in water.rapids.ast.prims.operators
 
AstGt() - Constructor for class water.rapids.ast.prims.operators.AstGt
 
AstHist - Class in water.rapids.ast.prims.advmath
 
AstHist() - Constructor for class water.rapids.ast.prims.advmath.AstHist
 
AstHist.FourthMomTask - Class in water.rapids.ast.prims.advmath
 
AstHist.HistTask - Class in water.rapids.ast.prims.advmath
 
AstHist.ThirdMomTask - Class in water.rapids.ast.prims.advmath
 
AstHour - Class in water.rapids.ast.prims.time
 
AstHour() - Constructor for class water.rapids.ast.prims.time.AstHour
 
AstId - Class in water.rapids.ast.params
An ID.
AstId() - Constructor for class water.rapids.ast.params.AstId
 
AstId(String) - Constructor for class water.rapids.ast.params.AstId
 
AstId(Frame) - Constructor for class water.rapids.ast.params.AstId
 
AstIfElse - Class in water.rapids.ast.prims.operators
If-Else -- ternary conditional operator, equivalent of "?:" in C++ and Java.
AstIfElse() - Constructor for class water.rapids.ast.prims.operators.AstIfElse
 
AstImpute - Class in water.rapids.ast.prims.advmath
Impute columns of a data frame in place.
AstImpute() - Constructor for class water.rapids.ast.prims.advmath.AstImpute
 
AstIntDiv - Class in water.rapids.ast.prims.operators
Integer division
AstIntDiv() - Constructor for class water.rapids.ast.prims.operators.AstIntDiv
 
AstIntDivR - Class in water.rapids.ast.prims.operators
Language R intdiv op
AstIntDivR() - Constructor for class water.rapids.ast.prims.operators.AstIntDivR
 
AstIsax - Class in water.rapids.ast.prims.timeseries
The iSAX algorithm is a time series indexing strategy that reduces the dimensionality of a time series along the time axis.
AstIsax() - Constructor for class water.rapids.ast.prims.timeseries.AstIsax
 
AstIsax.IsaxReduceCard - Class in water.rapids.ast.prims.timeseries
 
AstIsax.IsaxStringTask - Class in water.rapids.ast.prims.timeseries
 
AstIsax.IsaxTask - Class in water.rapids.ast.prims.timeseries
 
AstIsCharacter - Class in water.rapids.ast.prims.mungers
Is String Vec?
AstIsCharacter() - Constructor for class water.rapids.ast.prims.mungers.AstIsCharacter
 
AstIsFactor - Class in water.rapids.ast.prims.mungers
Is a factor/categorical?
AstIsFactor() - Constructor for class water.rapids.ast.prims.mungers.AstIsFactor
 
AstIsNa - Class in water.rapids.ast.prims.mungers
Split out in it's own function, instead of Yet Another UniOp, because it needs a "is.NA" check instead of just using the Double.isNaN hack...
AstIsNa() - Constructor for class water.rapids.ast.prims.mungers.AstIsNa
 
AstIsNumeric - Class in water.rapids.ast.prims.mungers
Is a numeric?
AstIsNumeric() - Constructor for class water.rapids.ast.prims.mungers.AstIsNumeric
 
AstKFold - Class in water.rapids.ast.prims.advmath
 
AstKFold() - Constructor for class water.rapids.ast.prims.advmath.AstKFold
 
AstKurtosis - Class in water.rapids.ast.prims.advmath
 
AstKurtosis() - Constructor for class water.rapids.ast.prims.advmath.AstKurtosis
 
AstLAnd - Class in water.rapids.ast.prims.operators
Logical-AND.
AstLAnd() - Constructor for class water.rapids.ast.prims.operators.AstLAnd
 
AstLe - Class in water.rapids.ast.prims.operators
 
AstLe() - Constructor for class water.rapids.ast.prims.operators.AstLe
 
AstLevels - Class in water.rapids.ast.prims.mungers
 
AstLevels() - Constructor for class water.rapids.ast.prims.mungers.AstLevels
 
AstLGamma - Class in water.rapids.ast.prims.math
 
AstLGamma() - Constructor for class water.rapids.ast.prims.math.AstLGamma
 
AstListTimeZones - Class in water.rapids.ast.prims.time
 
AstListTimeZones() - Constructor for class water.rapids.ast.prims.time.AstListTimeZones
 
AstLog - Class in water.rapids.ast.prims.math
 
AstLog() - Constructor for class water.rapids.ast.prims.math.AstLog
 
AstLog10 - Class in water.rapids.ast.prims.math
 
AstLog10() - Constructor for class water.rapids.ast.prims.math.AstLog10
 
AstLog1P - Class in water.rapids.ast.prims.math
 
AstLog1P() - Constructor for class water.rapids.ast.prims.math.AstLog1P
 
AstLog2 - Class in water.rapids.ast.prims.math
 
AstLog2() - Constructor for class water.rapids.ast.prims.math.AstLog2
 
AstLOr - Class in water.rapids.ast.prims.operators
Logical-OR.
AstLOr() - Constructor for class water.rapids.ast.prims.operators.AstLOr
 
AstLs - Class in water.rapids.ast.prims.misc
R 'ls' command.
AstLs() - Constructor for class water.rapids.ast.prims.misc.AstLs
 
AstLStrip - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column.
AstLStrip() - Constructor for class water.rapids.ast.prims.string.AstLStrip
 
AstLt - Class in water.rapids.ast.prims.operators
 
AstLt() - Constructor for class water.rapids.ast.prims.operators.AstLt
 
AstMad - Class in water.rapids.ast.prims.reducers
Median absolute deviation
AstMad() - Constructor for class water.rapids.ast.prims.reducers.AstMad
 
AstMakeLeaderboard - Class in water.rapids.ast.prims.models
Compute Leaderboard
AstMakeLeaderboard() - Constructor for class water.rapids.ast.prims.models.AstMakeLeaderboard
 
AstMatch - Class in water.rapids.ast.prims.search
 
AstMatch() - Constructor for class water.rapids.ast.prims.search.AstMatch
 
AstMax - Class in water.rapids.ast.prims.reducers
 
AstMax() - Constructor for class water.rapids.ast.prims.reducers.AstMax
 
AstMaxNa - Class in water.rapids.ast.prims.reducers
 
AstMaxNa() - Constructor for class water.rapids.ast.prims.reducers.AstMaxNa
 
AstMean - Class in water.rapids.ast.prims.reducers
 
AstMean() - Constructor for class water.rapids.ast.prims.reducers.AstMean
 
AstMedian - Class in water.rapids.ast.prims.reducers
 
AstMedian() - Constructor for class water.rapids.ast.prims.reducers.AstMedian
 
AstMelt - Class in water.rapids.ast.prims.mungers
 
AstMelt() - Constructor for class water.rapids.ast.prims.mungers.AstMelt
 
AstMerge - Class in water.rapids.ast.prims.mungers
plyr's merge: Join by any other name.
AstMerge() - Constructor for class water.rapids.ast.prims.mungers.AstMerge
 
AstMillis - Class in water.rapids.ast.prims.time
 
AstMillis() - Constructor for class water.rapids.ast.prims.time.AstMillis
 
AstMin - Class in water.rapids.ast.prims.reducers
 
AstMin() - Constructor for class water.rapids.ast.prims.reducers.AstMin
 
AstMinNa - Class in water.rapids.ast.prims.reducers
Subclasses take a Frame and produces a scalar.
AstMinNa() - Constructor for class water.rapids.ast.prims.reducers.AstMinNa
 
AstMinute - Class in water.rapids.ast.prims.time
 
AstMinute() - Constructor for class water.rapids.ast.prims.time.AstMinute
 
AstMktime - Class in water.rapids.ast.prims.time
Deprecated.
AstMktime() - Constructor for class water.rapids.ast.prims.time.AstMktime
Deprecated.
 
AstMMult - Class in water.rapids.ast.prims.matrix
Matrix multiplication
AstMMult() - Constructor for class water.rapids.ast.prims.matrix.AstMMult
 
AstMod - Class in water.rapids.ast.prims.operators
 
AstMod() - Constructor for class water.rapids.ast.prims.operators.AstMod
 
AstMode - Class in water.rapids.ast.prims.advmath
Find the mode: the most popular element.
AstMode() - Constructor for class water.rapids.ast.prims.advmath.AstMode
 
AstModelResetThreshold - Class in water.rapids.ast.prims.models
Reset a model threshold and return the old one.
AstModelResetThreshold() - Constructor for class water.rapids.ast.prims.models.AstModelResetThreshold
 
AstModR - Class in water.rapids.ast.prims.operators
Language R mod operator
AstModR() - Constructor for class water.rapids.ast.prims.operators.AstModR
 
AstModuloKFold - Class in water.rapids.ast.prims.advmath
 
AstModuloKFold() - Constructor for class water.rapids.ast.prims.advmath.AstModuloKFold
 
AstMoment - Class in water.rapids.ast.prims.time
Convert year, month, day, hour, minute, sec, msec to Unix epoch time (in milliseconds).
AstMoment() - Constructor for class water.rapids.ast.prims.time.AstMoment
 
AstMonth - Class in water.rapids.ast.prims.time
 
AstMonth() - Constructor for class water.rapids.ast.prims.time.AstMonth
 
AstMul - Class in water.rapids.ast.prims.operators
Multiplication
AstMul() - Constructor for class water.rapids.ast.prims.operators.AstMul
 
AstNaCnt - Class in water.rapids.ast.prims.reducers
 
AstNaCnt() - Constructor for class water.rapids.ast.prims.reducers.AstNaCnt
 
AstNaOmit - Class in water.rapids.ast.prims.mungers
Remove rows with NAs from the H2OFrame Note: Current implementation is NOT in-place replacement
AstNaOmit() - Constructor for class water.rapids.ast.prims.mungers.AstNaOmit
 
AstNaRollupOp - Class in water.rapids.ast.prims.reducers
Optimization for the RollupStats: use them directly
AstNaRollupOp() - Constructor for class water.rapids.ast.prims.reducers.AstNaRollupOp
 
AstNcol - Class in water.rapids.ast.prims.mungers
 
AstNcol() - Constructor for class water.rapids.ast.prims.mungers.AstNcol
 
AstNe - Class in water.rapids.ast.prims.operators
 
AstNe() - Constructor for class water.rapids.ast.prims.operators.AstNe
 
AstNLevels - Class in water.rapids.ast.prims.mungers
 
AstNLevels() - Constructor for class water.rapids.ast.prims.mungers.AstNLevels
 
AstNoOp - Class in water.rapids.ast.prims.math
 
AstNoOp() - Constructor for class water.rapids.ast.prims.math.AstNoOp
 
AstNot - Class in water.rapids.ast.prims.math
 
AstNot() - Constructor for class water.rapids.ast.prims.math.AstNot
 
AstNrow - Class in water.rapids.ast.prims.mungers
 
AstNrow() - Constructor for class water.rapids.ast.prims.mungers.AstNrow
 
AstNum - Class in water.rapids.ast.params
A number literal.
AstNum() - Constructor for class water.rapids.ast.params.AstNum
 
AstNum(double) - Constructor for class water.rapids.ast.params.AstNum
 
AstNumList - Class in water.rapids.ast.params
A collection of base/stride/cnts.
AstNumList(ArrayList<Double>, ArrayList<Double>, ArrayList<Long>) - Constructor for class water.rapids.ast.params.AstNumList
 
AstNumList(double) - Constructor for class water.rapids.ast.params.AstNumList
 
AstNumList(long, long) - Constructor for class water.rapids.ast.params.AstNumList
 
AstNumList() - Constructor for class water.rapids.ast.params.AstNumList
 
AstNumList(double[]) - Constructor for class water.rapids.ast.params.AstNumList
 
AstNumList(int[]) - Constructor for class water.rapids.ast.params.AstNumList
 
AstOr - Class in water.rapids.ast.prims.operators
 
AstOr() - Constructor for class water.rapids.ast.prims.operators.AstOr
 
AstParameter - Class in water.rapids.ast
 
AstParameter() - Constructor for class water.rapids.ast.AstParameter
 
AstPerfectAUC - Class in water.rapids.ast.prims.models
Calculates a "perfect" (= not approximated) AUC
AstPerfectAUC() - Constructor for class water.rapids.ast.prims.models.AstPerfectAUC
 
AstPermutationVarImp - Class in water.rapids.ast.prims.models
Ast class for passing the model, frame and metric to calculate Permutation Variable Importance
AstPermutationVarImp() - Constructor for class water.rapids.ast.prims.models.AstPermutationVarImp
 
AstPivot - Class in water.rapids.ast.prims.mungers
 
AstPivot() - Constructor for class water.rapids.ast.prims.mungers.AstPivot
 
AstPlus - Class in water.rapids.ast.prims.operators
 
AstPlus() - Constructor for class water.rapids.ast.prims.operators.AstPlus
 
AstPow - Class in water.rapids.ast.prims.operators
 
AstPow() - Constructor for class water.rapids.ast.prims.operators.AstPow
 
AstPrimitive<T extends AstPrimitive<T>> - Class in water.rapids.ast
A primitive operation.
AstPrimitive() - Constructor for class water.rapids.ast.AstPrimitive
 
AstProd - Class in water.rapids.ast.prims.reducers
 
AstProd() - Constructor for class water.rapids.ast.prims.reducers.AstProd
 
AstProdNa - Class in water.rapids.ast.prims.reducers
 
AstProdNa() - Constructor for class water.rapids.ast.prims.reducers.AstProdNa
 
AstQtile - Class in water.rapids.ast.prims.advmath
Quantiles: (quantile %frame [numnber_list_probs] "string_interpolation_type")
AstQtile() - Constructor for class water.rapids.ast.prims.advmath.AstQtile
 
AstRankWithinGroupBy - Class in water.rapids.ast.prims.mungers
Given a dataframe, a list of groupby columns, a list of sort columns, a list of sort directions, a string for the new name of the rank column, an integer sort_cols_order, this class will sort the whole dataframe according to the columns and sort directions.
AstRankWithinGroupBy() - Constructor for class water.rapids.ast.prims.mungers.AstRankWithinGroupBy
 
AstRankWithinGroupBy.GInfoPC - Class in water.rapids.ast.prims.mungers
Store rank info for each chunk.
AstRankWithinGroupBy.RankGroups - Class in water.rapids.ast.prims.mungers
 
AstRankWithinGroupBy.SortnGrouby - Class in water.rapids.ast.prims.mungers
 
AstRBind - Class in water.rapids.ast.prims.mungers
rbind: bind rows together into a new frame
AstRBind() - Constructor for class water.rapids.ast.prims.mungers.AstRBind
 
AstRecAsgnHelper - Class in water.rapids.ast.prims.assign
 
AstRecAsgnHelper() - Constructor for class water.rapids.ast.prims.assign.AstRecAsgnHelper
 
AstRecAsgnHelper.ValueSetter - Class in water.rapids.ast.prims.assign
Generic abstraction over Chunk setter methods.
AstRectangleAssign - Class in water.rapids.ast.prims.assign
Rectangular assign into a row and column slice.
AstRectangleAssign() - Constructor for class water.rapids.ast.prims.assign.AstRectangleAssign
 
AstReducerOp - Class in water.rapids.ast.prims.reducers
Subclasses take a Frame and produces a scalar.
AstReducerOp() - Constructor for class water.rapids.ast.prims.reducers.AstReducerOp
 
AstReLevel - Class in water.rapids.ast.prims.mungers
 
AstReLevel() - Constructor for class water.rapids.ast.prims.mungers.AstReLevel
 
AstRelevelByFreq - Class in water.rapids.ast.prims.mungers
 
AstRelevelByFreq() - Constructor for class water.rapids.ast.prims.mungers.AstRelevelByFreq
 
AstRename - Class in water.rapids.ast.prims.mungers
 
AstRename() - Constructor for class water.rapids.ast.prims.mungers.AstRename
 
AstReplaceAll - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column, a regex pattern string, a replacement substring, and a boolean to indicate whether to ignore the case of the target string.
AstReplaceAll() - Constructor for class water.rapids.ast.prims.string.AstReplaceAll
 
AstReplaceFirst - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column, a regex pattern string, a replacement substring, and a boolean to indicate whether to ignore the case of the target string.
AstReplaceFirst() - Constructor for class water.rapids.ast.prims.string.AstReplaceFirst
 
AstRepLen - Class in water.rapids.ast.prims.repeaters
 
AstRepLen() - Constructor for class water.rapids.ast.prims.repeaters.AstRepLen
 
AstResultFrame - Class in water.rapids.ast.prims.models
 
AstResultFrame() - Constructor for class water.rapids.ast.prims.models.AstResultFrame
 
AstRm - Class in water.rapids.ast.prims.assign
Remove by ID.
AstRm() - Constructor for class water.rapids.ast.prims.assign.AstRm
 
AstRollupOp - Class in water.rapids.ast.prims.reducers
Optimization for the RollupStats: use them directly
AstRollupOp() - Constructor for class water.rapids.ast.prims.reducers.AstRollupOp
 
AstRoot<T extends AstRoot<T>> - Class in water.rapids.ast
Base class for all nodes in Rapids language Abstract Syntax Tree.
AstRoot() - Constructor for class water.rapids.ast.AstRoot
 
AstRound - Class in water.rapids.ast.prims.math
 
AstRound() - Constructor for class water.rapids.ast.prims.math.AstRound
 
AstRow - Class in water.rapids.ast
A Row.
AstRow(double[], String[]) - Constructor for class water.rapids.ast.AstRow
 
AstRowSlice - Class in water.rapids.ast.prims.mungers
Row Slice
AstRowSlice() - Constructor for class water.rapids.ast.prims.mungers.AstRowSlice
 
AstRStrip - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column.
AstRStrip() - Constructor for class water.rapids.ast.prims.string.AstRStrip
 
AstRunif - Class in water.rapids.ast.prims.advmath
 
AstRunif() - Constructor for class water.rapids.ast.prims.advmath.AstRunif
 
AstRunTool - Class in water.rapids.ast.prims.internal
 
AstRunTool() - Constructor for class water.rapids.ast.prims.internal.AstRunTool
 
AstScale - Class in water.rapids.ast.prims.mungers
Center and scale a frame.
AstScale() - Constructor for class water.rapids.ast.prims.mungers.AstScale
 
AstScale.AstScaleInPlace - Class in water.rapids.ast.prims.mungers
 
AstScaleInPlace() - Constructor for class water.rapids.ast.prims.mungers.AstScale.AstScaleInPlace
 
AstSdev - Class in water.rapids.ast.prims.reducers
TODO: allow for multiple columns, package result into Frame
AstSdev() - Constructor for class water.rapids.ast.prims.reducers.AstSdev
 
AstSecond - Class in water.rapids.ast.prims.time
 
AstSecond() - Constructor for class water.rapids.ast.prims.time.AstSecond
 
AstSegmentModelsAsFrame - Class in water.rapids.ast.prims.models
 
AstSegmentModelsAsFrame() - Constructor for class water.rapids.ast.prims.models.AstSegmentModelsAsFrame
 
AstSeq - Class in water.rapids.ast.prims.repeaters
Same logic as R's generic seq method
AstSeq() - Constructor for class water.rapids.ast.prims.repeaters.AstSeq
 
AstSeqLen - Class in water.rapids.ast.prims.repeaters
Simple sequence of length n
AstSeqLen() - Constructor for class water.rapids.ast.prims.repeaters.AstSeqLen
 
AstSetDomain - Class in water.rapids.ast.prims.mungers
 
AstSetDomain() - Constructor for class water.rapids.ast.prims.mungers.AstSetDomain
 
AstSetLevel - Class in water.rapids.ast.prims.mungers
 
AstSetLevel() - Constructor for class water.rapids.ast.prims.mungers.AstSetLevel
 
AstSetProperty - Class in water.rapids.ast.prims.misc
Internal operator that lets user set a given system property on all nodes of H2O cluster.
AstSetProperty() - Constructor for class water.rapids.ast.prims.misc.AstSetProperty
 
AstSetReadForbidden - Class in water.rapids.ast.prims.testing
Internal operator that lets user set a given system property on all nodes of H2O cluster.
AstSetReadForbidden() - Constructor for class water.rapids.ast.prims.testing.AstSetReadForbidden
 
AstSetTimeZone - Class in water.rapids.ast.prims.time
 
AstSetTimeZone() - Constructor for class water.rapids.ast.prims.time.AstSetTimeZone
 
AstSgn - Class in water.rapids.ast.prims.math
 
AstSgn() - Constructor for class water.rapids.ast.prims.math.AstSgn
 
AstSignif - Class in water.rapids.ast.prims.math
 
AstSignif() - Constructor for class water.rapids.ast.prims.math.AstSignif
 
AstSin - Class in water.rapids.ast.prims.math
 
AstSin() - Constructor for class water.rapids.ast.prims.math.AstSin
 
AstSinh - Class in water.rapids.ast.prims.math
 
AstSinh() - Constructor for class water.rapids.ast.prims.math.AstSinh
 
AstSinPi - Class in water.rapids.ast.prims.math
 
AstSinPi() - Constructor for class water.rapids.ast.prims.math.AstSinPi
 
AstSkewness - Class in water.rapids.ast.prims.advmath
 
AstSkewness() - Constructor for class water.rapids.ast.prims.advmath.AstSkewness
 
AstSort - Class in water.rapids.ast.prims.mungers
Sort the whole frame by the given columns.
AstSort() - Constructor for class water.rapids.ast.prims.mungers.AstSort
 
AstSqrt - Class in water.rapids.ast.prims.math
 
AstSqrt() - Constructor for class water.rapids.ast.prims.math.AstSqrt
 
AstStr - Class in water.rapids.ast.params
A String.
AstStr() - Constructor for class water.rapids.ast.params.AstStr
 
AstStr(String) - Constructor for class water.rapids.ast.params.AstStr
 
AstStratifiedKFold - Class in water.rapids.ast.prims.advmath
 
AstStratifiedKFold() - Constructor for class water.rapids.ast.prims.advmath.AstStratifiedKFold
 
AstStratifiedSplit - Class in water.rapids.ast.prims.advmath
 
AstStratifiedSplit() - Constructor for class water.rapids.ast.prims.advmath.AstStratifiedSplit
 
AstStratifiedSplit.ClassAssignMRTask - Class in water.rapids.ast.prims.advmath
 
AstStratifiedSplit.ClassIdxTask - Class in water.rapids.ast.prims.advmath
 
AstStratifiedSplit.LongAry - Class in water.rapids.ast.prims.advmath
 
AstStrDistance - Class in water.rapids.ast.prims.string
Calculates string distances between elements of two frames
AstStrDistance() - Constructor for class water.rapids.ast.prims.string.AstStrDistance
 
AstStrLength - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column.
AstStrLength() - Constructor for class water.rapids.ast.prims.string.AstStrLength
 
AstStrList - Class in water.rapids.ast.params
A collection of Strings only.
AstStrList() - Constructor for class water.rapids.ast.params.AstStrList
 
AstStrList(ArrayList<String>) - Constructor for class water.rapids.ast.params.AstStrList
 
AstStrSplit - Class in water.rapids.ast.prims.string
 
AstStrSplit() - Constructor for class water.rapids.ast.prims.string.AstStrSplit
 
AstSub - Class in water.rapids.ast.prims.operators
Subtraction
AstSub() - Constructor for class water.rapids.ast.prims.operators.AstSub
 
AstSubstring - Class in water.rapids.ast.prims.string
 
AstSubstring() - Constructor for class water.rapids.ast.prims.string.AstSubstring
 
AstSum - Class in water.rapids.ast.prims.reducers
 
AstSum() - Constructor for class water.rapids.ast.prims.reducers.AstSum
 
AstSumAxis - Class in water.rapids.ast.prims.reducers
 
AstSumAxis() - Constructor for class water.rapids.ast.prims.reducers.AstSumAxis
 
AstSumNa - Class in water.rapids.ast.prims.reducers
 
AstSumNa() - Constructor for class water.rapids.ast.prims.reducers.AstSumNa
 
AstTable - Class in water.rapids.ast.prims.advmath
Variance between columns of a frame TODO: Define "table" in terms of "groupby" TODO: keep dense format for two-column comparison (like in previous version of Rapids) (table X Y) ==> (groupby (cbind X Y) [X Y] nrow TRUE)
AstTable() - Constructor for class water.rapids.ast.prims.advmath.AstTable
 
AstTan - Class in water.rapids.ast.prims.math
 
AstTan() - Constructor for class water.rapids.ast.prims.math.AstTan
 
AstTanh - Class in water.rapids.ast.prims.math
 
AstTanh() - Constructor for class water.rapids.ast.prims.math.AstTanh
 
AstTanPi - Class in water.rapids.ast.prims.math
 
AstTanPi() - Constructor for class water.rapids.ast.prims.math.AstTanPi
 
AstTestJavaScoring - Class in water.rapids.ast.prims.models
 
AstTestJavaScoring() - Constructor for class water.rapids.ast.prims.models.AstTestJavaScoring
 
AstTfIdf - Class in water.rapids.ast.prims.advmath
Primitive AST operation to compute TF-IDF values for given document corpus.

Parameters:
AstTfIdf() - Constructor for class water.rapids.ast.prims.advmath.AstTfIdf
 
AstTime - Class in water.rapids.ast.prims.time
Basic time accessors; extract hours/days/years/etc from H2O's internal msec-since-Unix-epoch time
AstTime() - Constructor for class water.rapids.ast.prims.time.AstTime
 
AstTmpAssign - Class in water.rapids.ast.prims.assign
Assign a temp.
AstTmpAssign() - Constructor for class water.rapids.ast.prims.assign.AstTmpAssign
 
AstTokenize - Class in water.rapids.ast.prims.string
 
AstTokenize() - Constructor for class water.rapids.ast.prims.string.AstTokenize
 
AstToLower - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column.
AstToLower() - Constructor for class water.rapids.ast.prims.string.AstToLower
 
AstTopN - Class in water.rapids.ast.prims.reducers
 
AstTopN() - Constructor for class water.rapids.ast.prims.reducers.AstTopN
 
AstTopN.GrabTopNPQ<E extends java.lang.Comparable<E>> - Class in water.rapids.ast.prims.reducers
 
AstTopN.RowValue<E extends java.lang.Comparable<E>> - Class in water.rapids.ast.prims.reducers
 
AstToUpper - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column.
AstToUpper() - Constructor for class water.rapids.ast.prims.string.AstToUpper
 
AstTransformFrame - Class in water.rapids.ast.prims.models
 
AstTransformFrame() - Constructor for class water.rapids.ast.prims.models.AstTransformFrame
 
AstTranspose - Class in water.rapids.ast.prims.matrix
Matrix transposition
AstTranspose() - Constructor for class water.rapids.ast.prims.matrix.AstTranspose
 
AstTriGamma - Class in water.rapids.ast.prims.math
 
AstTriGamma() - Constructor for class water.rapids.ast.prims.math.AstTriGamma
 
AstTrim - Class in water.rapids.ast.prims.string
Accepts a frame with a single string column.
AstTrim() - Constructor for class water.rapids.ast.prims.string.AstTrim
 
AstTrunc - Class in water.rapids.ast.prims.math
 
AstTrunc() - Constructor for class water.rapids.ast.prims.math.AstTrunc
 
AstUniOp<T extends AstUniOp<T>> - Class in water.rapids.ast.prims.math
Subclasses auto-widen between scalars and Frames, and have exactly one argument
AstUniOp() - Constructor for class water.rapids.ast.prims.math.AstUniOp
 
AstUnique - Class in water.rapids.ast.prims.advmath
 
AstUnique() - Constructor for class water.rapids.ast.prims.advmath.AstUnique
 
AstVariance - Class in water.rapids.ast.prims.advmath
Variance between columns of a frame
AstVariance() - Constructor for class water.rapids.ast.prims.advmath.AstVariance
 
AstWeek - Class in water.rapids.ast.prims.time
 
AstWeek() - Constructor for class water.rapids.ast.prims.time.AstWeek
 
AstWhich - Class in water.rapids.ast.prims.search
Indices of which entries are not equal to 0
AstWhich() - Constructor for class water.rapids.ast.prims.search.AstWhich
 
AstWhichFunc - Class in water.rapids.ast.prims.search
 
AstWhichFunc() - Constructor for class water.rapids.ast.prims.search.AstWhichFunc
 
AstWhichMax - Class in water.rapids.ast.prims.search
 
AstWhichMax() - Constructor for class water.rapids.ast.prims.search.AstWhichMax
 
AstWhichMin - Class in water.rapids.ast.prims.search
 
AstWhichMin() - Constructor for class water.rapids.ast.prims.search.AstWhichMin
 
AstYear - Class in water.rapids.ast.prims.time
 
AstYear() - Constructor for class water.rapids.ast.prims.time.AstYear
 
asyncExecOnAllNodes() - Method in class water.MRTask
 
at(long) - Method in class water.fvec.Vec
Fetch element the slow way, as a double, or Double.NaN is missing.
at(long) - Method in class water.fvec.Vec.Reader
 
at16h(int) - Method in class water.fvec.Chunk
High half of a 128-bit UUID, or throws if the value is missing.
at16h(long) - Method in class water.fvec.Vec
Fetch element the slow way, as the high half of a UUID.
at16h_impl(int) - Method in class water.fvec.NewChunk
 
at16l(int) - Method in class water.fvec.Chunk
Low half of a 128-bit UUID, or throws if the value is missing.
at16l(long) - Method in class water.fvec.Vec
Fetch element the slow way, as the low half of a UUID.
at16l_impl(int) - Method in class water.fvec.NewChunk
 
at8(int) - Method in class water.fvec.Chunk
Load a long value using chunk-relative row numbers.
at8(long) - Method in class water.fvec.Vec
Fetch element the slow way, as a long.
at8(long) - Method in class water.fvec.Vec.Reader
 
at8_impl(int) - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
 
at8_impl(int) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
 
at8_impl(int) - Method in class water.fvec.NewChunk
 
at8_impl(int) - Method in class water.fvec.SubsetChunk
 
at8_impl(int) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
 
at8_impl2(int) - Method in class water.fvec.NewChunk
 
atd(int) - Method in class water.fvec.Chunk
Load a double value using chunk-relative row numbers.
atd_impl(int) - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
 
atd_impl(int) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
 
atd_impl(int) - Method in class water.fvec.NewChunk
 
atd_impl(int) - Method in class water.fvec.SubsetChunk
 
atd_impl(int) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
 
Atomic<T extends Atomic> - Class in water
Atomic update of a Key
Atomic() - Constructor for class water.Atomic
 
Atomic(H2O.H2OCountedCompleter) - Constructor for class water.Atomic
 
atomic(Value) - Method in class water.Atomic
 
atomic(T) - Method in class water.TAtomic
Atomically update an old value to a new one.
atomic(Value) - Method in class water.TAtomic
 
atomic(IcedInt) - Method in class water.util.IcedInt.AtomicIncrementAndGet
 
atomic(IcedLong) - Method in class water.util.IcedLong.AtomicIncrementAndGet
 
atomic_op(double[][], long[], int, double[], long) - Method in class water.rapids.ast.prims.mungers.AstGroup.AGG
 
atomic_op(double[], double[]) - Method in enum water.rapids.ast.prims.mungers.AstGroup.FCN
 
ATOMIC_PRIORITY - Static variable in class water.H2O
 
AtomicIncrementAndGet(H2O.H2OCountedCompleter) - Constructor for class water.util.IcedInt.AtomicIncrementAndGet
 
AtomicIncrementAndGet() - Constructor for class water.util.IcedLong.AtomicIncrementAndGet
 
AtomicIncrementAndGet(H2O.H2OCountedCompleter) - Constructor for class water.util.IcedLong.AtomicIncrementAndGet
 
atomicUpdate(Lockable<T>, Runnable, Key<Job>) - Static method in class water.util.DKVUtils
 
atomicUpdate(Lockable<T>, Runnable, Key<Job>, ReadWriteLock) - Static method in class water.util.DKVUtils
 
AtomicUtils - Class in water.util
 
AtomicUtils() - Constructor for class water.util.AtomicUtils
 
AtomicUtils.DoubleArray - Class in water.util
 
AtomicUtils.FloatArray - Class in water.util
 
AtomicUtils.IntArray - Class in water.util
 
AtomicUtils.LongArray - Class in water.util
 
atStr(BufferedString, int) - Method in class water.fvec.Chunk
String value using chunk-relative row numbers, or null if missing.
atStr(BufferedString, long) - Method in class water.fvec.Vec
Fetch element the slow way, as a BufferedString or null if missing.
atStr(BufferedString, long) - Method in class water.fvec.Vec.Reader
 
atStr_impl(BufferedString, int) - Method in class water.fvec.NewChunk
 
attemptTimeParse(BufferedString) - Static method in class water.parser.ParseTime
 
attemptUUIDParse(BufferedString) - Static method in class water.parser.ParseUUID
Attempts to parse the provided BufferedString as a UUID into hash value in two longs.
attemptUUIDParseHigh(BufferedString) - Static method in class water.parser.ParseUUID
 
auc() - Method in class hex.Model
 
auc() - Method in class hex.ModelMetricsBinomial
 
auc() - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
 
auc() - Method in class hex.ModelMetricsMultinomial
 
auc() - Method in class hex.MultinomialAUC
 
AUC - Variable in class water.api.schemas3.ModelMetricsBinomialV3
 
AUC - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
 
AUC2 - Class in hex
One-pass approximate AUC This algorithm can compute the AUC in 1-pass with good resolution.
AUC2(Vec, Vec) - Constructor for class hex.AUC2
Default bins, good answers on a highly unbalanced sorted (and reverse sorted) datasets
AUC2(AUC2.AUCBuilder) - Constructor for class hex.AUC2
 
AUC2.AUCBuilder - Class in hex
 
AUC2.ThresholdCriterion - Enum in hex
Criteria for 2-class Confusion Matrices This is an Enum class, with an exec() function to compute the criteria from the basic parts, and from an AUC2 at a given threshold index.
auc_obj() - Method in class hex.ModelMetrics
 
auc_obj() - Method in class hex.ModelMetricsBinomial
 
auc_type - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
AUCBuilder(int) - Constructor for class hex.AUC2.AUCBuilder
 
AUCPR() - Method in class hex.Model
 
aucpr() - Method in class hex.ModelMetricsBinomial
 
aucpr() - Method in class hex.ModelMetricsMultinomial
 
authenticationHandler(HttpServletRequest, HttpServletResponse) - Method in class water.webserver.H2OHttpViewImpl
 
auto_recoverable - Variable in class water.api.schemas3.JobV3
 
auto_recovery_dir - Variable in class water.H2O.OptArgs
-auto_recovery_dir=hdfs://path/to/recovery; Where to store Recoverable job data
AutoBuffer - Class in water
A ByteBuffer backed mixed Input/Output streaming class, using Iced serialization.
AutoBuffer(ByteChannel) - Constructor for class water.AutoBuffer
Incoming TCP request.
AutoBuffer(ByteChannel, InetAddress, short) - Constructor for class water.AutoBuffer
Incoming TCP request.
AutoBuffer(FileChannel, boolean, byte) - Constructor for class water.AutoBuffer
Spill-to/from-disk request.
AutoBuffer(byte[]) - Constructor for class water.AutoBuffer
Read from a fixed byte[]; should not be closed.
AutoBuffer() - Constructor for class water.AutoBuffer
Write to an ever-expanding byte[].
AutoBuffer(int) - Constructor for class water.AutoBuffer
Write to a known sized byte[].
AutoBuffer(OutputStream, boolean) - Constructor for class water.AutoBuffer
Write to a persistent Stream, including all TypeMap info to allow later reloading (by the same exact rev of H2O).
AutoBuffer(InputStream) - Constructor for class water.AutoBuffer
Read from a persistent Stream (including all TypeMap info) into same exact rev of H2O).
AutoBuffer(InputStream, String[]) - Constructor for class water.AutoBuffer
 
AutoBuffer.AutoBufferException - Exception in water
 
autoRecover(Optional<String>) - Static method in class hex.faulttolerance.Recovery
Will check the supplied directory for presence of recovery metadata and if found, trigger a recovery of interrupted Recoverable process.
AUUC - Class in hex
Object to calculate uplift curve and area under uplift curve
AUUC(Vec, Vec, Vec, AUUC.AUUCType, int) - Constructor for class hex.AUUC
 
AUUC(int, Vec, Vec, Vec, AUUC.AUUCType) - Constructor for class hex.AUUC
 
AUUC(AUUC.AUUCBuilder, AUUC.AUUCType) - Constructor for class hex.AUUC
 
AUUC() - Constructor for class hex.AUUC
 
auuc(int) - Method in class hex.AUUC
 
auuc() - Method in class hex.AUUC
 
auuc() - Method in class hex.ModelMetricsBinomialUplift
 
AUUC - Variable in class water.api.schemas3.ModelMetricsBinomialUpliftV3
 
AUUC.AUUCBuilder - Class in hex
Builder to process input data to build histogram in parallel.
AUUC.AUUCType - Enum in hex
AUUC type enum This is an Enum class, with an exec() function to compute the criteria from the basic parts, and from an AUUC at a given threshold index.
auuc_normalized - Variable in class water.api.schemas3.ModelMetricsBinomialUpliftV3
 
auuc_table - Variable in class water.api.schemas3.ModelMetricsBinomialUpliftV3
 
AUUCBuilder(double[]) - Constructor for class hex.AUUC.AUUCBuilder
 
auucByType(AUUC.AUUCType) - Method in class hex.AUUC
 
auucNormalized(int) - Method in class hex.AUUC
 
auucNormalized() - Method in class hex.AUUC
 
auucNormalized() - Method in class hex.ModelMetricsBinomialUplift
 
auucNormalizedByType(AUUC.AUUCType) - Method in class hex.AUUC
 
auucRandom(int) - Method in class hex.AUUC
 
auucRandom() - Method in class hex.AUUC
 
auucRandomByType(AUUC.AUUCType) - Method in class hex.AUUC
 
available() - Method in class water.fvec.Frame.CSVStream
 
availableProcessors() - Static method in class water.H2ORuntime
Returns the number of processors available to H2O.
averageFScoreWeighted - Variable in class hex.FeatureInteraction
 
averageGain - Variable in class hex.FeatureInteraction
 
averageTreeDepth - Variable in class hex.FeatureInteraction
 
averageTreeIndex - Variable in class hex.FeatureInteraction
 
avg(double[]) - Static method in class water.util.ArrayUtils
 
avg(long[]) - Static method in class water.util.ArrayUtils
 
avg_response_rate - Variable in class hex.GainsLift
 
avg_response_rate() - Method in class hex.GainsLift.GainsLiftBuilder
 
avg_score - Variable in class hex.GainsLift
 
avg_score() - Method in class hex.GainsLift.GainsLiftBuilder
 
avg_scores - Variable in class hex.GainsLift
 
avg_scores() - Method in class hex.GainsLift.GainsLiftBuilder
 
awaitAdvance(int) - Method in class jsr166y.Phaser
Awaits the phase of this phaser to advance from the given phase value, returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitAdvanceInterruptibly(int) - Method in class jsr166y.Phaser
Awaits the phase of this phaser to advance from the given phase value, throwing InterruptedException if interrupted while waiting, or returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitAdvanceInterruptibly(int, long, TimeUnit) - Method in class jsr166y.Phaser
Awaits the phase of this phaser to advance from the given phase value or the given timeout to elapse, throwing InterruptedException if interrupted while waiting, or returning immediately if the current phase is not equal to the given phase value or this phaser is terminated.
awaitTermination(long, TimeUnit) - Method in class jsr166y.ForkJoinPool
Blocks until all tasks have completed execution after a shutdown request, or the timeout occurs, or the current thread is interrupted, whichever happens first.
aws_credentials - Variable in class water.H2O.OptArgs
-aws_credentials=aws_credentials; properties file for aws credentials

B

backend - Variable in class water.util.WaterMeterIo.IoStatsEntry
 
bad - Variable in class water.api.schemas3.ModelMetricsHGLMV3
 
BAD_GATEWAY - Static variable in class water.util.HttpResponseStatus
502 Bad Gateway
bad_nodes - Variable in class water.api.schemas3.CloudV3
 
BAD_REQUEST - Static variable in class water.util.HttpResponseStatus
400 Bad Request
balanceClasses() - Method in class hex.Model.H2OModelDescriptor
 
bandwidths - Variable in class water.api.schemas3.NetworkTestV3
 
bandwidths - Variable in class water.init.NetworkTest
 
bandwidths_collective - Variable in class water.api.schemas3.NetworkTestV3
 
bandwidths_collective - Variable in class water.init.NetworkTest
 
base() - Method in class water.fvec.Vec
The base for a simple and cheap histogram of the Vec, useful for getting a broad overview of the data.
BaseArgs() - Constructor for class water.H2O.BaseArgs
 
BaseFactory(byte, String) - Constructor for class water.udf.DataColumns.BaseFactory
 
baseport - Variable in class water.H2O.BaseArgs
-baseport=####; Port to start upward searching from.
BaseWalker(MP, Map<String, Object[]>, ModelParametersBuilderFactory<MP>, C) - Constructor for class hex.grid.HyperSpaceWalker.BaseWalker
 
basic_packet_handling(AutoBuffer) - Static method in class water.TCPReceiverThread
 
BasicStats(int) - Constructor for class water.util.MathUtils.BasicStats
 
best(ScoreKeeper[], int, ScoreKeeper.IStoppingMetric) - Static method in class hex.ScoreKeeper
Based on the given array of ScoreKeeper and stopping criteria what is the best scoring iteration of the last k iterations?
betweenss() - Method in class hex.ModelMetricsClustering
 
betweenss - Variable in class water.api.schemas3.ModelMetricsClusteringV3
 
BIG_DEBUG - Static variable in class water.UDPRebooted
 
BigScore(String[], int, double[], boolean, boolean, boolean, Job, CFuncRef) - Constructor for class hex.Model.BigScore
 
binary_fraction - Variable in class hex.CreateFrame
 
binary_fraction - Variable in class water.api.schemas3.CreateFrameV3
 
binary_fraction - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
 
binary_ones_fraction - Variable in class hex.CreateFrame
 
binary_ones_fraction - Variable in class water.api.schemas3.CreateFrameV3
 
binary_ones_fraction - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
 
BinaryColumnCfcm - Class in hex.createframe.columns
Random binary column.
BinaryColumnCfcm() - Constructor for class hex.createframe.columns.BinaryColumnCfcm
 
BinaryColumnCfcm(String, double) - Constructor for class hex.createframe.columns.BinaryColumnCfcm
 
BinaryFileTransfer - Class in water.util
 
BinaryFileTransfer() - Constructor for class water.util.BinaryFileTransfer
 
BinaryFormatExporter - Interface in water.parser
 
BinaryParserProvider - Class in water.parser
Base class for Binary format parsers that implements 2-phase ParseSetup.
BinaryParserProvider() - Constructor for class water.parser.BinaryParserProvider
 
bins() - Method in class water.fvec.Vec
A simple and cheap histogram of the Vec, useful for getting a broad overview of the data.
block() - Method in interface jsr166y.ForkJoinPool.ManagedBlocker
Possibly blocks the current thread, for example waiting for a lock or condition.
block() - Method in class water.MRTask
 
block() - Method in class water.RPC
 
block() - Method in class water.Value
Possibly blocks the current thread.
blockForPending() - Method in class water.Futures
Block until all pending futures have completed or canceled.
blocking - Variable in class water.api.schemas3.ParseV3
 
blockingWaitForDone(long) - Method in class water.Job
Waits if necessary for at most the given time for the Job to complete.
bool_p - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
 
bool_p - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
 
bootstrapClasses() - Static method in class water.TypeMap
Retrieves the collection of bootstrap classes.
BootstrapFreezable<T extends BootstrapFreezable<T>> - Interface in water
Marker interface - can be used to annotate Freezables that are part of bootstrap class collection.
box(char[]) - Static method in class water.util.ArrayUtils
Convert an array of primitive types into an array of corresponding boxed types.
branch_name - Variable in class water.api.schemas3.CloudV3
 
branchName() - Method in class water.init.AbstractBuildVersion
 
branchName() - Method in class water.init.BuildVersion
 
buf() - Method in class water.AutoBuffer
 
bufClose() - Method in class water.AutoBuffer
 
BufferedString - Class in water.parser
A mutable wrapper to hold String as a byte array.
BufferedString(byte[], int, int) - Constructor for class water.parser.BufferedString
 
BufferedString(String) - Constructor for class water.parser.BufferedString
 
BufferedString() - Constructor for class water.parser.BufferedString
 
build() - Method in class hex.grid.GridSearch.SimpleParametersBuilderFactory.SimpleParamsBuilder
 
build() - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria.Builder
 
build() - Method in interface hex.ModelParametersBuilderFactory.ModelParametersBuilder
 
build() - Method in class water.api.GridSearchHandler.ModelParametersFromSchemaBuilder
 
build() - Method in class water.server.ServletMeta.Builder
 
build_age - Variable in class water.api.schemas3.CloudV3
 
build_number - Variable in class water.api.schemas3.CloudV3
 
build_too_old - Variable in class water.api.schemas3.CloudV3
 
buildCM(int) - Method in class hex.AUC2
 
Builder() - Constructor for class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria.Builder
 
Builder() - Constructor for class hex.RegexTokenizer.Builder
 
Builder(String, Class<? extends HttpServlet>) - Constructor for class water.server.ServletMeta.Builder
Constructs a new instance of ServletMeta.Builder with basic required parameters
builderVisibility() - Method in class hex.ModelBuilder
 
buildKey(Key, long, Key, long) - Static method in class hex.ModelMetrics
 
buildKey(Model, Frame) - Static method in class hex.ModelMetrics
 
buildNumber() - Method in class water.init.AbstractBuildVersion
 
buildOutput(int[], int, Frame, String[], int, MRTask) - Static method in class water.rapids.ast.prims.mungers.AstGroup
 
buildRecipe(CreateFrameExecutor) - Method in class hex.createframe.CreateFrameRecipe
Set up the provided CreateFrameExecutor so that it knows how to construct the frame corresponding to the recipe being built.
buildRecipe(CreateFrameExecutor) - Method in class hex.createframe.recipes.OriginalCreateFrameRecipe
 
buildRecipe(CreateFrameExecutor) - Method in class hex.createframe.recipes.SimpleCreateFrameRecipe
 
buildSegmentModels() - Method in class hex.segments.SegmentModelsBuilder
 
BuildVersion - Class in water.init
 
BuildVersion() - Constructor for class water.init.BuildVersion
 
buildZeroVec(long) - Method in interface water.udf.ColumnFactory
 
buildZeroVec(long) - Method in class water.udf.DataColumns.BaseFactory
 
buildZeroVec(Column<?>) - Method in class water.udf.DataColumns.BaseFactory
 
buildZeroVec(long, byte) - Static method in class water.udf.DataColumns
 
buildZeroVec() - Method in class water.udf.TypedFrame
 
buildZeroVec() - Method in class water.udf.UnfoldingFrame
 
bulkBuildModels() - Method in class hex.CVModelBuilder
 
bulkBuildModels() - Method in class hex.SubModelBuilder
 
bulkRegister(int) - Method in class jsr166y.Phaser
Adds the given number of new unarrived parties to this phaser.
bulkRollups() - Method in class water.fvec.Frame
 
byte_size - Variable in class water.api.schemas3.FrameBaseV3
 
bytes() - Method in class water.api.schemas3.TimelineV3.EventV3
 
bytes() - Method in class water.api.schemas3.TimelineV3.HeartBeatEvent
 
bytes() - Method in class water.api.schemas3.TimelineV3.IOEvent
 
bytes() - Method in class water.api.schemas3.TimelineV3.NetworkEvent
 
bytes - Variable in class water.util.GetLogsFromNode
Byte array containing a archived file with the entire log directory.
bytes(long) - Static method in class water.util.PrettyPrint
 
byteSize() - Method in class water.fvec.AppendableVec
 
byteSize() - Method in class water.fvec.Chunk
In memory size in bytes of the compressed Chunk plus embedded array.
byteSize() - Method in class water.fvec.FileVec
Size of vector data.
byteSize() - Method in class water.fvec.Frame
The Vec.byteSize of all Vecs
byteSize() - Method in class water.fvec.NewChunk
 
byteSize() - Method in class water.fvec.NewChunk.Exponents
 
byteSize() - Method in class water.fvec.NewChunk.Mantissas
 
byteSize() - Method in class water.fvec.Vec
Size of compressed vector data.
byteSizePerRow() - Method in class hex.createframe.columns.BinaryColumnCfcm
 
byteSizePerRow() - Method in class hex.createframe.columns.CategoricalColumnCfcm
 
byteSizePerRow() - Method in class hex.createframe.columns.IntegerColumnCfcm
 
byteSizePerRow() - Method in class hex.createframe.columns.RealColumnCfcm
 
byteSizePerRow() - Method in class hex.createframe.columns.StringColumnCfcm
 
byteSizePerRow() - Method in class hex.createframe.columns.TimeColumnCfcm
 
byteSizePerRow() - Method in class hex.createframe.CreateFrameColumnMaker
Estimated byte size of a single row created by this column maker.
bytesOf(CharSequence) - Static method in class water.util.StringUtils
 
bytesPerSecond(long) - Static method in class water.util.PrettyPrint
 
ByteStreams - Class in water.util
Several helper methods inspired by Guava library - https://github.com/google/guava/.
ByteStreams() - Constructor for class water.util.ByteStreams
 
ByteVec - Class in water.fvec
A vector of plain Bytes.
ByteVec(Key, int) - Constructor for class water.fvec.ByteVec
 

C

c - Variable in class water.udf.DataChunk
 
C1NCHUNK - Static variable in class water.TypeMap
 
cache() - Static method in class water.KeySnapshot
 
cachePrediction(double[], Chunk[], int, int, Model) - Method in class hex.ModelMetrics.MetricBuilder
 
cachePrediction(double[], Chunk[], int, int, Model) - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
 
cachePrediction(double[], Chunk[], int, int, Model) - Method in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
 
caic - Variable in class water.api.schemas3.ModelMetricsHGLMV3
 
calcNextUniqueModelId(String) - Static method in class water.H2O
Calculate a unique model id that includes User-Agent info (if it can be discovered).
calcNextUniqueObjectId(String, AtomicLong, String) - Static method in class water.H2O
 
calcOptimalChunkSize(long, int, long, int, int, boolean, boolean) - Static method in class water.fvec.FileVec
Calculates safe and hopefully optimal chunk sizes.
calcQuantile(Vec, double) - Static method in class hex.quantile.Quantile
 
calcTypeaheadMatches(String, int) - Method in class water.persist.Persist
Calculate typeahead matches for src
calcTypeaheadMatches(String, int) - Method in class water.persist.PersistEagerHTTP
 
calcTypeaheadMatches(String, int) - Method in class water.persist.PersistFS
 
calcTypeaheadMatches(String, int) - Method in class water.persist.PersistH2O
 
calcTypeaheadMatches(String, int) - Method in class water.persist.PersistHex
 
calcTypeaheadMatches(String, int) - Method in class water.persist.PersistManager
Calculate typeahead matches for src
calcTypeaheadMatches(String, int) - Method in class water.persist.PersistNFS
 
calculate(Frame, Frame, AstCorrelation.Mode) - Static method in class water.rapids.ast.prims.advmath.SpearmanCorrelation
 
calculateQuantileThresholds(int, Vec) - Static method in class hex.AUUC
 
CalculateWeightMeanSTD() - Constructor for class water.util.FrameUtils.CalculateWeightMeanSTD
 
calcVarImp(VarImp) - Static method in class hex.ModelMetrics
 
calcVarImp(float[], String[]) - Static method in class hex.ModelMetrics
 
calcVarImp(double[], String[]) - Static method in class hex.ModelMetrics
 
calcVarImp(double[], String[], String, String[]) - Static method in class hex.ModelMetrics
 
call(H2ONode, DT) - Static method in class water.RPC
 
call() - Method in class water.RPC
 
callback(T) - Method in class water.H2O.H2OCallback
 
can_build() - Method in class hex.ModelBuilder
List containing the categories of models that this builder can build.
can_build() - Method in class hex.quantile.Quantile
 
can_build - Variable in class hex.schemas.ModelBuilderSchema
 
cancel(boolean) - Method in class jsr166y.ForkJoinTask
Attempts to cancel execution of this task.
cancel(int, JobsV3) - Method in class water.api.JobsHandler
 
cancel(boolean) - Method in class water.RPC
 
cancel_sparse() - Method in class water.fvec.NewChunk
 
canCompile() - Static method in class water.util.JCodeGen
 
canHandle(String) - Method in class water.persist.Persist
Returns true if the persist layer understands given path.
canLearnFromNAs() - Method in class hex.ModelBuilder
Indicates that the algorithm is able to natively learn from NA values, there is no need to eg.
capabilities - Variable in class water.api.schemas3.CapabilitiesV3
 
CapabilitiesHandler - Class in water.api
 
CapabilitiesHandler() - Constructor for class water.api.CapabilitiesHandler
 
CapabilitiesV3 - Class in water.api.schemas3
 
CapabilitiesV3() - Constructor for class water.api.schemas3.CapabilitiesV3
 
CapabilityEntryV3 - Class in water.api.schemas3
 
CapabilityEntryV3() - Constructor for class water.api.schemas3.CapabilityEntryV3
 
CapabilityEntryV3(String) - Constructor for class water.api.schemas3.CapabilityEntryV3
 
cardinality() - Method in class water.fvec.Frame
Number of categorical levels for categorical columns; -1 for non-categorical columns.
cardinality() - Method in class water.fvec.Vec
Returns cardinality for categorical domain or -1 for other types.
cardinality() - Method in class water.util.IcedBitSet
 
CartesianSearchCriteria() - Constructor for class hex.grid.HyperSpaceSearchCriteria.CartesianSearchCriteria
 
CartesianSearchCriteriaV99() - Constructor for class hex.schemas.HyperSpaceSearchCriteriaV99.CartesianSearchCriteriaV99
 
CartesianWalker(MP, Map<String, Object[]>, ModelParametersBuilderFactory<MP>, HyperSpaceSearchCriteria.CartesianSearchCriteria) - Constructor for class hex.grid.HyperSpaceWalker.CartesianWalker
 
CAS(double[], int, double, double) - Static method in class water.util.AtomicUtils.DoubleArray
 
cascade - Variable in class water.api.schemas3.RemoveV3
 
Categorical - Class in water.parser
Class for tracking categorical (factor) columns.
categorical_encoding - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
categorical_fraction - Variable in class hex.CreateFrame
 
categorical_fraction - Variable in class water.api.schemas3.CreateFrameV3
 
categorical_fraction - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
 
CategoricalBinaryEncoder(Frame, String[]) - Constructor for class water.util.FrameUtils.CategoricalBinaryEncoder
 
CategoricalColumnCfcm - Class in hex.createframe.columns
Random categorical column.
CategoricalColumnCfcm() - Constructor for class hex.createframe.columns.CategoricalColumnCfcm
 
CategoricalColumnCfcm(String, int) - Constructor for class hex.createframe.columns.CategoricalColumnCfcm
 
categoricalDomainsToNumeric(Vec) - Static method in class water.util.VecUtils
Create a new Vec of numeric values from a categorical Vec.
CategoricalEigenEncoder(ToEigenVec, Frame, String[]) - Constructor for class water.util.FrameUtils.CategoricalEigenEncoder
 
categoricalEncoder(Frame, String[], Model.Parameters.CategoricalEncodingScheme, ToEigenVec, int) - Static method in class water.util.FrameUtils
 
CategoricalEncodingSchemeValuesProvider() - Constructor for class water.api.schemas3.ModelParamsValuesProviders.CategoricalEncodingSchemeValuesProvider
 
CategoricalEnumLimitedEncoder(int, Frame, String[]) - Constructor for class water.util.FrameUtils.CategoricalEnumLimitedEncoder
 
CategoricalLabelEncoder(Frame, String[]) - Constructor for class water.util.FrameUtils.CategoricalLabelEncoder
 
categoricalOK() - Method in class water.rapids.ast.prims.operators.AstBinOp
Does it make sense to run this operation on a categorical variable ?
categoricalOK() - Method in class water.rapids.ast.prims.operators.AstEq
 
categoricalOK() - Method in class water.rapids.ast.prims.operators.AstNe
 
CategoricalOneHotEncoder(Frame, String[]) - Constructor for class water.util.FrameUtils.CategoricalOneHotEncoder
 
categoricalToInt(Vec) - Static method in class water.util.VecUtils
Create a new Vec of numeric values from a categorical Vec.
categoricalToStringVec(Vec) - Static method in class water.util.VecUtils
Create a new Vec of string values from a categorical Vec.
CategoricalWrappedVec - Class in water.fvec
A vector transforming values of given vector according to given domain mapping - currently only used to transform categorical columns but in theory would work for any dense-packed Int column.
CategoricalWrappedVec(Key, int, String[], Key) - Constructor for class water.fvec.CategoricalWrappedVec
Main constructor: convert from one categorical to another
CategoricalWrappedVec.CategoricalWrappedChunk - Class in water.fvec
 
category - Variable in class water.api.schemas3.NodePersistentStorageV3
 
category - Variable in class water.api.schemas3.NodePersistentStorageV3.NodePersistentStorageEntryV3
 
CDistributionFunc - Interface in water.udf
Custom Distribution Function Interface to customize loss and prediction calculation in GBM algorithm The function has four parts: - link: link function transforms the probability of response variable to a continuous scale that is unbounded - init: computes numerator and denominator of the initial value.
centroid_stats - Variable in class water.api.schemas3.ModelMetricsClusteringV3
 
CFuncLoader - Class in water.udf
Custom function loader interface.
CFuncLoader() - Constructor for class water.udf.CFuncLoader
 
CFuncLoaderService - Class in water.udf
Loader for custom function providers.
CFuncLoaderService() - Constructor for class water.udf.CFuncLoaderService
 
CFuncObject<T extends water.udf.CFunc> - Class in water.udf
 
CFuncObject(CFuncRef) - Constructor for class water.udf.CFuncObject
 
cFuncRef - Variable in class water.udf.CFuncObject
 
CFuncRef - Class in water.udf
 
CFuncRef(String, String, String) - Constructor for class water.udf.CFuncRef
 
cFuncRef - Variable in class water.udf.CFuncTask
 
CFuncTask<T extends water.udf.CFunc,S extends CFuncTask<T,S>> - Class in water.udf
Low-level MRTask to invoke given function stored in DKV.
CFuncTask(CFuncRef) - Constructor for class water.udf.CFuncTask
 
changeModelMetricsKey(Key) - Method in class hex.Model.Output
 
CHAR_DECIMAL_SEP - Variable in class water.parser.Parser
 
CHAR_ESCAPE - Variable in class water.parser.Parser
 
CHAR_SEPARATOR - Variable in class water.parser.Parser
 
check(boolean, String) - Method in class hex.createframe.CreateFrameRecipe
Simple helper function for parameter testing.
check(long, AstRoot) - Static method in class water.rapids.ast.prims.mungers.AstGroup
 
check(File) - Static method in class water.util.FileIntegrityChecker
 
check_header - Variable in class water.api.schemas3.ParseSetupV3
 
check_header - Variable in class water.api.schemas3.ParseV3
 
checkCompatibility() - Static method in class water.JavaSelfCheck
Runs basic checks to ensure that H2O is compatible with the current JVM
checkCustomMetricForEarlyStopping() - Method in class hex.ModelBuilder
 
checkDistributions() - Method in class hex.ModelBuilder
 
checkEarlyStoppingReproducibility() - Method in class hex.ModelBuilder
 
checkFile(File, String) - Static method in class water.util.FileUtils
 
checkFileSize(String) - Method in class water.H2O.OptString
 
checkIfRegistered(Schema) - Static method in class water.api.SchemaServer
 
checkMemoryFootPrint() - Method in class hex.ModelBuilder
Makes sure the final model will fit in memory.
checkMemoryFootPrint_impl() - Method in class hex.ModelBuilder
Override this method to call error() if the model is expected to not fit in memory, and say why
checkParametersValidity() - Method in class hex.createframe.CreateFrameRecipe
Test whether the input parameters are valid, and throw error if they aren't.
checkParametersValidity() - Method in class hex.createframe.recipes.OriginalCreateFrameRecipe
 
checkParametersValidity() - Method in class hex.createframe.recipes.SimpleCreateFrameRecipe
 
checkParametersValidity2(CreateFrameExecutor) - Method in class hex.createframe.CreateFrameRecipe
Final step of parameter testing, after the CreateFrameExecutor has been set up, but just before the actual frame creation commences.
checkPermission(Permission) - Method in class water.testing.SandboxSecurityManager
 
checkPermission(Permission, Object) - Method in class water.testing.SandboxSecurityManager
 
checkpoint - Variable in class water.api.schemas3.ModelParametersSchemaV3
A model key associated with a previously trained model.
checkRead(String) - Method in class water.testing.SandboxSecurityManager
 
checkRead(String, Object) - Method in class water.testing.SandboxSecurityManager
 
checkResponseVariable() - Method in class hex.ModelBuilder
Checks response variable attributes and adds errors if response variable is unusable.
checksum() - Method in class hex.Model.Parameters
 
checksum(Set<String>) - Method in class hex.Model.Parameters
Compute a checksum based on all non-transient non-static ice-able assignable fields (incl.
checksum - Variable in class water.api.schemas3.FrameV3
 
checksum - Variable in class water.api.schemas3.ModelSchemaV3
 
checksum() - Method in class water.Keyed
 
checksum(boolean) - Method in class water.Keyed
 
checksum_impl() - Method in class hex.grid.Grid
 
checksum_impl() - Method in class hex.Model
 
checksum_impl() - Method in class hex.Model.Output
 
checksum_impl() - Method in class hex.ModelMetrics
 
checksum_impl(boolean) - Method in class water.fvec.Frame
64-bit checksum of the checksums of the vecs.
checksum_impl() - Method in class water.fvec.Vec
A high-quality 64-bit checksum of the Vec's content, useful for establishing dataset identity.
checksum_impl() - Method in class water.fvec.Vec.ESPC
 
checksum_impl() - Method in class water.fvec.Vec.VectorGroup
 
checksum_impl() - Method in class water.Keyed
High-quality 64-bit checksum of the content of the object.
checksum_impl(boolean) - Method in class water.Keyed
 
checksum_impl() - Method in class water.rapids.Assembly
 
checkUnsupportedJava(String[]) - Static method in class water.H2O
Check if the Java version is not supported
CHK - Static variable in class water.Key
 
chk2() - Method in class water.fvec.Chunk
Exposed for internal testing only.
Chunk - Class in water.fvec
A compression scheme, over a chunk of data - a single array of bytes.
Chunk() - Constructor for class water.fvec.Chunk
 
chunk2StartElem(int) - Method in class water.fvec.AppendableVec
 
chunk_id - Variable in class water.api.schemas3.FrameChunksV3.FrameChunkV3
 
chunk_size - Variable in class water.api.schemas3.ParseSetupV3
 
chunk_size - Variable in class water.api.schemas3.ParseV3
 
chunk_summary - Variable in class water.api.schemas3.FrameV3
 
chunkAt(int) - Method in interface water.udf.Column
 
chunkAt(int) - Method in class water.udf.DataColumn
 
chunkAt(int) - Method in class water.udf.FoldingColumn
 
chunkAt(int) - Method in class water.udf.Fun2Column
 
chunkAt(int) - Method in class water.udf.Fun3Column
 
chunkAt(int) - Method in class water.udf.FunColumn
 
chunkAt(int) - Method in class water.udf.UnfoldingColumn
 
chunkCnts - Variable in class hex.DMatrix.MatrixMulStats
 
ChunkFactory<DataType> - Interface in water.udf
This factory creates a TypedChunk; there's a variety of data sources, can be a materialized Chunk, or a function.
chunkForChunkIdx(int) - Method in class water.fvec.AppendableVec
 
chunkForChunkIdx(int) - Method in class water.fvec.ByteVec
 
chunkForChunkIdx(int) - Method in class water.fvec.CategoricalWrappedVec
 
chunkForChunkIdx(int) - Method in class water.fvec.InteractionWrappedVec
 
chunkForChunkIdx(int) - Method in class water.fvec.SubsetVec
 
chunkForChunkIdx(int) - Method in class water.fvec.TransformWrappedVec
 
chunkForChunkIdx(int) - Method in class water.fvec.Vec
The Chunk for a chunk#.
chunkForRow(long) - Method in class water.fvec.Vec
The Chunk for a row#.
chunkIdx(int) - Method in class water.fvec.AppendableVec
 
chunkIdx(int) - Method in class water.fvec.FileVec
 
chunkIdx(int) - Method in class water.fvec.UploadFileVec
 
chunkKey(int) - Method in class water.fvec.Vec
Get a Chunk Key from a chunk-index.
chunkKey(Key, int) - Static method in class water.fvec.Vec
Get a Chunk Key from a chunk-index and a Vec Key, without needing the actual Vec object.
chunkLen(int) - Method in class water.fvec.Vec
Number of rows in chunk.
chunkOffset(Key) - Static method in class water.fvec.FileVec
Convert a chunk-key to a file offset.
chunks - Variable in class water.api.schemas3.FrameChunksV3
 
chunksDone - Variable in class hex.DMatrix.MatrixMulStats
 
ChunkSplitter - Class in water
Helper to provide access to package hidden methods and attributes.
ChunkSplitter() - Constructor for class water.ChunkSplitter
 
chunksTotal - Variable in class hex.DMatrix.MatrixMulStats
 
ChunkSummary - Class in water.util
Simple summary of how many chunks of each type are in a Frame
chunkSummary(Frame) - Static method in class water.util.FrameUtils
Compute a chunk summary (how many chunks of each type, relative size, total size)
chunkTypes - Variable in class hex.DMatrix.MatrixMulStats
 
chunkTypes - Static variable in class water.util.ChunkSummary
 
ChunkUtils - Class in water.fvec
Simple helper class which publishes some frame and chunk package private methods as public
ChunkUtils() - Constructor for class water.fvec.ChunkUtils
 
ChunkVisitor - Class in water.fvec
Created by tomas on 3/8/17.
ChunkVisitor() - Constructor for class water.fvec.ChunkVisitor
 
ChunkVisitor.CombiningDoubleAryVisitor - Class in water.fvec
Chunk visitor for combining values from chunk with values from a given double array
ChunkVisitor.DoubleAryVisitor - Class in water.fvec
Simple chunk visitor for extracting rows from chunks into a double array.
ChunkVisitor.IntAryVisitor - Class in water.fvec
Simple chunk visitor for extracting rows from chunks into a integer array.
ChunkVisitor.NewChunkVisitor - Class in water.fvec
Visitor wrapper around NewChunk.
ChunkVisitor.SparseDoubleAryVisitor - Class in water.fvec
Simple chunk visitor for extracting rows from chunks into a sparse double array.
ci(JCodeSB) - Method in interface water.exceptions.JCodeSB
 
ci(JCodeSB) - Method in class water.util.SB
 
ci(JCodeSB) - Method in class water.util.SBPrintStream
 
cidx() - Method in class water.fvec.Chunk
 
cidx() - Method in class water.fvec.NewChunk
 
cidx() - Method in class water.udf.DataChunk
 
cidx() - Method in class water.udf.DependentChunk
 
cidx() - Method in interface water.udf.TypedChunk
 
cipher_spec - Variable in class water.api.schemas3.DecryptionSetupV3
 
class_error(int) - Method in class hex.ConfusionMatrix
 
ClassDist(Vec) - Constructor for class water.util.MRUtils.ClassDist
 
ClassDist(int) - Constructor for class water.util.MRUtils.ClassDist
 
ClassDistQuasibinomial(String[]) - Constructor for class water.util.MRUtils.ClassDistQuasibinomial
 
ClassIdxTask(int, long[]) - Constructor for class water.rapids.ast.prims.advmath.AstStratifiedSplit.ClassIdxTask
 
classification_error() - Method in class hex.Model
 
classname - Variable in class water.api.schemas3.MetadataV3
 
className() - Method in class water.Icer
 
className(int) - Static method in class water.TypeMap
 
className() - Method in class water.Value
Class name of the embedded POJO, without needing an actual POJO.
classNames() - Method in class hex.Model.Output
Names of levels for a categorical response column.
cleaner - Variable in class water.H2O.OptArgs
-cleaner; enable user-mode spilling of big data to disk in ice_root
cleanString(String) - Static method in class water.util.StringUtils
 
cleanUp() - Method in class water.persist.EagerPersistBase
 
cleanUp() - Method in class water.persist.Persist
Delete persistent storage on startup and shutdown
cleanUp() - Method in class water.persist.PersistFS
 
cleanUp() - Method in class water.persist.PersistHex
 
cleanUp() - Method in class water.persist.PersistNFS
 
cleanUp(IcedHashMap<Key, String>) - Static method in class water.util.FrameUtils
 
clear() - Method in class jsr166y.ConcurrentLinkedDeque
Removes all of the elements from this deque.
clear() - Static method in class water.fvec.Vec.ESPC
 
clear() - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.LongAry
 
clear(int) - Method in class water.util.IcedBitSet
 
clear() - Method in class water.util.IcedHashMapBase
 
clear() - Method in class water.util.IcedHashMapGeneric
 
clear() - Method in class water.util.IcedHashSet
 
clearBinsField() - Method in class water.api.schemas3.FrameV3
 
clearBinsField() - Method in class water.api.schemas3.FrameV3.ColV3
 
clearInitState() - Method in class hex.ModelBuilder
Clear whatever was done by init() so it can be run again.
clearModelMetrics(boolean) - Method in class hex.Model.Output
 
clearNonRelatedFailures() - Method in class hex.grid.Grid
Removes failures found while walking the hyperspace related to models not present in Grid.
clearValidationErrors() - Method in class hex.ModelBuilder
 
client - Variable in class water.H2O.OptArgs
-client, -client=true; Client-only; no work; no homing of Keys (but can cache)
CLIENT_TIMEOUT - Static variable in class water.HeartBeatThread
 
clientChannel(ByteChannel, String, int) - Method in class water.network.SocketChannelFactory
 
clientDisconnectTimeout - Variable in class water.H2O.OptArgs
Timeout specifying how long to wait before we check if the client has disconnected from this node
ClientRandomDisconnectThread - Class in water
 
ClientRandomDisconnectThread() - Constructor for class water.ClientRandomDisconnectThread
 
clone() - Method in interface water.Freezable
Make clone public, but without the annoying exception.
clone() - Method in class water.H2O.H2OCountedCompleter
 
clone() - Method in class water.Iced
Clone, without the annoying exception
clone() - Method in class water.init.TimelineSnapshot.Event
 
clone() - Method in class water.util.IcedAtomicInt
 
cloneOrNull(T[]) - Static method in class water.util.ArrayUtils
 
close() - Method in class hex.Model.BigScore
 
close() - Method in interface hex.Model.BigScoreChunkPredict
 
close() - Method in class water.AutoBuffer
 
close(int, Futures) - Method in class water.fvec.AppendableVec
 
close(int, Futures) - Method in class water.fvec.Chunk
After writing we must call close() to register the bulk changes.
close() - Method in class water.fvec.Frame.CSVStream
 
close(Futures) - Method in class water.fvec.NewChunk
 
close(C1NChunk, int, Futures) - Method in class water.fvec.UploadFileVec
 
close(Futures) - Method in class water.fvec.Vec.Writer
 
close() - Method in class water.fvec.Vec.Writer
 
close() - Static method in class water.init.NetworkInit
 
close() - Method in class water.parser.FVecParseWriter
 
close(Futures) - Method in class water.parser.FVecParseWriter
 
close() - Method in class water.parser.PreviewParseWriter
 
close(Futures) - Method in class water.parser.PreviewParseWriter
 
close() - Method in interface water.parser.StreamParseWriter
 
close(Futures) - Method in interface water.parser.StreamParseWriter
 
close(Futures) - Method in class water.parser.SVMLightFVecParseWriter
 
close() - Method in class water.rapids.Env.StackHelp
 
close(Closeable...) - Static method in class water.util.FileUtils
Closes given files, logging exceptions thrown during the process of closing.
close() - Method in class water.util.LineLimitOutputStreamWrapper
 
close() - Method in class water.util.LogArchiveWriter
 
closeAll(AppendableVec[]) - Static method in class water.fvec.AppendableVec
 
closeAll(AppendableVec[], Futures) - Static method in class water.fvec.AppendableVec
 
closeAll() - Static method in class water.H2O
 
closed(Key<Job>, FVecParseWriter, long) - Static method in class water.FrameSizeMonitor
 
closed(FVecParseWriter, long) - Method in class water.FrameSizeMonitor
 
closeEntry() - Method in class water.util.LogArchiveWriter
 
closeLocal() - Method in class water.MRTask
Override to do any remote cleaning on the last remote instance of this object, for disposing of node-local shared data structures.
closeNewChunks(NewChunk[]) - Static method in class water.fvec.ChunkUtils
 
closeSilently(Closeable...) - Static method in class water.util.FileUtils
Silently close given files.
CLOUD - Static variable in class water.H2O
 
cloud_healthy - Variable in class water.api.schemas3.CloudV3
 
cloud_healthy - Variable in class water.api.schemas3.PingV3
 
cloud_internal_timezone - Variable in class water.api.schemas3.CloudV3
 
CLOUD_MULTICAST_GROUP - Static variable in class water.H2O
 
CLOUD_MULTICAST_IF - Static variable in class water.H2O
 
CLOUD_MULTICAST_PORT - Static variable in class water.H2O
 
CLOUD_MULTICAST_SOCKET - Static variable in class water.H2O
 
cloud_name - Variable in class water.api.schemas3.CloudV3
 
cloud_size - Variable in class water.api.schemas3.CloudV3
 
cloud_uptime_millis - Variable in class water.api.schemas3.CloudV3
 
cloud_uptime_millis - Variable in class water.api.schemas3.PingV3
 
cloudingFinished() - Method in class water.init.AbstractEmbeddedH2OConfig
Must be called by subclass when clouding is finished.
CloudLockV3 - Class in water.api.schemas3
 
CloudLockV3() - Constructor for class water.api.schemas3.CloudLockV3
 
CloudV3 - Class in water.api.schemas3
 
CloudV3() - Constructor for class water.api.schemas3.CloudV3
 
CloudV3.NodeV3 - Class in water.api.schemas3
 
CLUSTER_ID - Static variable in class water.H2O
 
ClusteringModel<M extends ClusteringModel<M,P,O>,P extends ClusteringModel.ClusteringParameters,O extends ClusteringModel.ClusteringOutput> - Class in hex
Clustering Model Generates a 2-D array of clusters.
ClusteringModel(Key, P, O) - Constructor for class hex.ClusteringModel
 
ClusteringModel.ClusteringOutput - Class in hex
Output from all Clustering Models, includes generated clusters
ClusteringModel.ClusteringParameters - Class in hex
Clustering Model Parameters includes the number of clusters desired
ClusteringModelBuilder<M extends ClusteringModel<M,P,O>,P extends ClusteringModel.ClusteringParameters,O extends ClusteringModel.ClusteringOutput> - Class in hex
 
ClusteringModelBuilder(P) - Constructor for class hex.ClusteringModelBuilder
Constructor called from an http request; MUST override in subclasses.
ClusteringModelBuilder(P, Job) - Constructor for class hex.ClusteringModelBuilder
 
ClusteringModelBuilder(P, boolean) - Constructor for class hex.ClusteringModelBuilder
 
ClusteringModelBuilderSchema<B extends ClusteringModelBuilder,S extends ClusteringModelBuilderSchema<B,S,P>,P extends ClusteringModelParametersSchemaV3> - Class in hex.schemas
 
ClusteringModelBuilderSchema() - Constructor for class hex.schemas.ClusteringModelBuilderSchema
 
ClusteringModelParametersSchemaV3<P extends ClusteringModel.ClusteringParameters,S extends ClusteringModelParametersSchemaV3<P,S>> - Class in water.api.schemas3
An instance of a ClusteringModelParameters schema contains the common ClusteringModel build parameters.
ClusteringModelParametersSchemaV3() - Constructor for class water.api.schemas3.ClusteringModelParametersSchemaV3
 
ClusteringOutput() - Constructor for class hex.ClusteringModel.ClusteringOutput
 
ClusteringOutput(ClusteringModelBuilder) - Constructor for class hex.ClusteringModel.ClusteringOutput
Any final prep-work just before model-building starts, but after the user has clicked "go".
ClusteringParameters() - Constructor for class hex.ClusteringModel.ClusteringParameters
 
clusterInitializationFailed() - Static method in class water.H2O
Use when given arguments are incompatible for cluster to run.
cm() - Method in class hex.ModelMetrics
 
cm() - Method in class hex.ModelMetricsBinomial
 
cm(AUC2.ThresholdCriterion) - Method in class hex.ModelMetricsBinomial
 
cm() - Method in class hex.ModelMetricsMultinomial
 
cm() - Method in class hex.ModelMetricsOrdinal
 
cm - Variable in class water.api.schemas3.ModelMetricsBinomialV3
 
cm - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
 
cm - Variable in class water.api.schemas3.ModelMetricsOrdinalGenericV3
 
cm - Variable in class water.api.schemas3.ModelMetricsOrdinalV3
 
cmByCriterion(AUC2.ThresholdCriterion) - Method in class hex.AUC2
 
CMetricFunc - Interface in water.udf
Custom metric evaluation function.
CMetricScoringTask<T extends CMetricScoringTask<T>> - Class in hex
Custom metric scoring task.
CMetricScoringTask(CFuncRef) - Constructor for class hex.CMetricScoringTask
 
cnt() - Method in class water.rapids.ast.params.AstNumList
 
CodeGenerator - Interface in water.codegen
Interface for code generator.
CodeGeneratorPipeline - Class in water.codegen
A simple code generation pipeline.
CodeGeneratorPipeline() - Constructor for class water.codegen.CodeGeneratorPipeline
 
coefficients_table - Variable in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
 
coefficients_table - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
 
coefficients_table - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
 
coefficients_table - Variable in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
 
col_pairs_2dpdp - Variable in class water.api.schemas3.PartialDependenceV3
 
col_select(String[], AstParameter) - Static method in class water.rapids.ast.prims.mungers.AstColSlice
 
CollectChunkBorderValuesTask - Class in water.rapids.ast.prims.filters.dropduplicates
Collects border values from a chunk - last element of each chunk.
CollectChunkBorderValuesTask() - Constructor for class water.rapids.ast.prims.filters.dropduplicates.CollectChunkBorderValuesTask
 
collectDomainFast(Vec) - Static method in class water.util.VecUtils
Collects current domain of a categorical vector in an optimized way.
CollectDomainFast(int) - Constructor for class water.util.VecUtils.CollectDomainFast
 
collectDomainWeights(Vec, Vec) - Static method in class water.util.VecUtils
Collect the frequencies of each level in a categorical Vec.
CollectDomainWeights(int) - Constructor for class water.util.VecUtils.CollectDomainWeights
 
CollectDoubleDomain(double[], int) - Constructor for class water.util.VecUtils.CollectDoubleDomain
 
collectFeatureInteractions(SharedTreeNode, List<SharedTreeNode>, double, double, double, int, int, FeatureInteractions, Set<String>, int, int, int, int, boolean) - Static method in class hex.FeatureInteractions
 
CollectIntegerDomain() - Constructor for class water.util.VecUtils.CollectIntegerDomain
 
CollectionUtils - Class in water.util
 
CollectionUtils() - Constructor for class water.util.CollectionUtils
 
collective - Variable in class water.init.NetworkTest
 
cols - Variable in class hex.CreateFrame
 
cols - Variable in class water.api.schemas3.CreateFrameV3
 
cols - Variable in class water.api.schemas3.PartialDependenceV3
 
cols - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
 
ColSpecifierV3() - Constructor for class water.api.schemas3.FrameV3.ColSpecifierV3
 
ColSpecifierV3(String) - Constructor for class water.api.schemas3.FrameV3.ColSpecifierV3
 
ColSpecifierV3(String, String[]) - Constructor for class water.api.schemas3.FrameV3.ColSpecifierV3
 
COLUMN - Static variable in class hex.leaderboard.AlgoName
 
COLUMN - Static variable in class hex.leaderboard.ModelId
 
COLUMN - Static variable in class hex.leaderboard.ScoringTimePerRow
 
COLUMN - Static variable in class hex.leaderboard.TrainingTime
 
column(int, FramesV3) - Method in class water.api.FramesHandler
Return a single column from the frame.
column - Variable in class water.api.FramesHandler.Frames
 
column - Variable in class water.api.schemas3.FindV3
 
column - Variable in class water.api.schemas3.FramesV3
 
Column<T> - Interface in water.udf
Generic typed data column This is a type-aware representation of id -> value accessors.
column_count - Variable in class water.api.schemas3.FramesV3
 
column_count - Variable in class water.api.schemas3.FrameV3
 
column_count - Variable in class water.api.schemas3.ParseSetupV3
 
column_name - Variable in class water.api.schemas3.FrameV3.ColSpecifierV3
 
column_name_filter - Variable in class water.api.schemas3.ParseSetupV3
 
column_names - Variable in class water.api.schemas3.ParseSetupV3
 
column_names - Variable in class water.api.schemas3.ParseV3
 
column_offset - Variable in class water.api.schemas3.FramesV3
 
column_offset - Variable in class water.api.schemas3.FrameV3
 
column_offset - Variable in class water.api.schemas3.ParseSetupV3
 
column_types - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
column_types - Variable in class water.api.schemas3.ParseSetupV3
 
column_types - Variable in class water.api.schemas3.ParseV3
 
ColumnBase<T> - Class in water.udf
Basic common behavior for Functional Columns
ColumnBase() - Constructor for class water.udf.ColumnBase
 
columnDomain(int, FramesV3) - Method in class water.api.FramesHandler
 
columnDomains() - Method in class hex.createframe.columns.CategoricalColumnCfcm
 
columnDomains() - Method in class hex.createframe.CreateFrameColumnMaker
Domains for categorical columns being created (if any).
ColumnFactory<T> - Interface in water.udf
General-case factory for columns
ColumnIndicesParser - Class in water.rapids.ast.prims.filters.dropduplicates
 
ColumnIndicesParser() - Constructor for class water.rapids.ast.prims.filters.dropduplicates.ColumnIndicesParser
 
columnNames() - Method in class hex.createframe.columns.BinaryColumnCfcm
 
columnNames() - Method in class hex.createframe.columns.CategoricalColumnCfcm
 
columnNames() - Method in class hex.createframe.columns.IntegerColumnCfcm
 
columnNames() - Method in class hex.createframe.columns.RealColumnCfcm
 
columnNames() - Method in class hex.createframe.columns.StringColumnCfcm
 
columnNames() - Method in class hex.createframe.columns.TimeColumnCfcm
 
columnNames() - Method in class hex.createframe.CreateFrameColumnMaker
Names of the columns produces by this column maker.
columnNames() - Method in class hex.Model.H2OModelDescriptor
 
columns(int, FramesV3) - Method in class water.api.FramesHandler
 
columns - Variable in class water.api.schemas3.FrameSynopsisV3
 
columns - Variable in class water.api.schemas3.FrameV3
 
columns - Variable in class water.api.schemas3.ImportSQLTableV99
 
columns - Variable in class water.api.schemas3.TwoDimTableV3
 
columns(String[]) - Method in class water.rapids.ast.AstParameter
 
columns(String[]) - Method in class water.rapids.ast.params.AstNum
 
columns(String[]) - Method in class water.rapids.ast.params.AstNumList
 
columns(String[]) - Method in class water.rapids.ast.params.AstStr
 
columns(String[]) - Method in class water.rapids.ast.params.AstStrList
 
ColumnSpecsBase() - Constructor for class water.api.schemas3.TwoDimTableV3.ColumnSpecsBase
 
columnSummary(int, FramesV3) - Method in class water.api.FramesHandler
 
columnTypes() - Method in class hex.createframe.columns.BinaryColumnCfcm
 
columnTypes() - Method in class hex.createframe.columns.CategoricalColumnCfcm
 
columnTypes() - Method in class hex.createframe.columns.IntegerColumnCfcm
 
columnTypes() - Method in class hex.createframe.columns.RealColumnCfcm
 
columnTypes() - Method in class hex.createframe.columns.StringColumnCfcm
 
columnTypes() - Method in class hex.createframe.columns.TimeColumnCfcm
 
columnTypes() - Method in class hex.createframe.CreateFrameColumnMaker
Types of the columns produced by the column maker.
ColV3() - Constructor for class water.api.schemas3.FrameV3.ColV3
 
combinatorial(int, int) - Static method in class water.util.MathUtils
 
combine_method - Variable in class hex.schemas.QuantileV3.QuantileParametersV3
 
CombiningDoubleAryVisitor(double[]) - Constructor for class water.fvec.ChunkVisitor.CombiningDoubleAryVisitor
 
comment(String...) - Method in class water.util.MarkdownBuilder
 
comparator(ScoreKeeper.StoppingMetric) - Static method in class hex.ScoringInfo
Create a java.util.Comparator which allows us to sort an array of ScoringInfo based on a stopping criterion / metric.
compare(double, double, double, double) - Static method in class water.util.MathUtils
Compare 2 doubles within a tolerance.
compare(long, long) - Static method in class water.util.MathUtils
Compare signed longs
compareAndSetForkJoinTaskTag(short, short) - Method in class jsr166y.ForkJoinTask
Atomically conditionally sets the tag value for this task.
compareAndSetPendingCount(int, int) - Method in class jsr166y.CountedCompleter
Sets (atomically) the pending count to the given count only if it currently holds the given expected value.
compareTo(M) - Method in class hex.Model
 
compareTo(Object) - Method in class water.H2ONode
 
compareTo(TimelineSnapshot.Event) - Method in class water.init.TimelineSnapshot.Event
Used to determine ordering of events not bound by any dependency.
compareTo(Object) - Method in class water.Key
Lexically ordered Key comparison, so Keys can be sorted.
compareTo(KeySnapshot.KeyInfo) - Method in class water.KeySnapshot.KeyInfo
 
compareTo(BufferedString) - Method in class water.parser.BufferedString
Comparison, according to Comparable interface
compareTo(ParseWriter.ParseErr) - Method in class water.parser.ParseWriter.ParseErr
 
compareTo(Persist.PersistEntry) - Method in class water.persist.Persist.PersistEntry
 
compareTo(AstTopN.RowValue<E>) - Method in class water.rapids.ast.prims.reducers.AstTopN.RowValue
 
compareTo(Delayed) - Method in class water.RPC
 
compareTo(HttpResponseStatus) - Method in class water.util.HttpResponseStatus
 
compareUnsigned(long, long) - Static method in class water.util.MathUtils
Copmarision of unsigned longs.
compareUnsigned(long, long, long, long) - Static method in class water.util.MathUtils
Comparision of 128bit unsigned values represented by 2 longs
compatible_frames - Variable in class water.api.schemas3.ModelSchemaV3
 
compatible_frames - Variable in class water.api.schemas3.ModelsV3
 
compatible_models - Variable in class water.api.schemas3.FramesV3
 
compatible_models - Variable in class water.api.schemas3.FrameV3
 
compile(String, String) - Static method in class water.util.JCodeGen
 
compile(String, String, boolean) - Static method in class water.util.JCodeGen
 
compiled_by - Variable in class water.api.schemas3.CloudV3
 
compiled_on - Variable in class water.api.schemas3.CloudV3
 
compiledBy() - Method in class water.init.AbstractBuildVersion
 
compiledBy() - Method in class water.init.BuildVersion
 
compiledOn() - Method in class water.init.AbstractBuildVersion
 
compiledOn() - Method in class water.init.BuildVersion
 
compiledOnDate() - Method in class water.init.AbstractBuildVersion
Returns compile date for this H2O version or null.
complete(Void) - Method in class jsr166y.CountedCompleter
Regardless of pending count, invokes CountedCompleter.onCompletion(jsr166y.CountedCompleter), marks this task as complete with a null return value, and further triggers CountedCompleter.tryComplete() on this task's completer, if one exists.
complete(V) - Method in class jsr166y.ForkJoinTask
Completes this task, and if not already aborted or cancelled, returning the given value as the result of subsequent invocations of join and related operations.
completeExceptionally(Throwable) - Method in class jsr166y.ForkJoinTask
Completes this task abnormally, and if not already aborted or cancelled, causes it to throw the given exception upon join and related operations.
compose(Function<Y, Z>, Function<X, Y>) - Static method in class water.util.fp.Functions
 
compose(PureFunctions.Function<X, Y>, PureFunctions.Function<Y, Z>) - Static method in class water.util.fp.PureFunctions
 
composeScoreContributionTaskMetadata(String[], byte[], String[][], String[], Model.Contributions.ContributionsOptions) - Method in interface hex.Model.Contributions
 
compress() - Method in class water.fvec.NewChunk
 
compress2(AutoBuffer) - Method in class water.util.IcedBitSet
 
compress3(AutoBuffer) - Method in class water.util.IcedBitSet
 
compression - Variable in class water.api.schemas3.FramesV3
 
CompressionFactory - Class in water.util
 
compute(Frame) - Static method in class hex.tfidf.DocumentFrequencyTask
Computes document frequency values for given words in documents.
compute(Frame) - Static method in class hex.tfidf.TermFrequencyTask
Computes term frequency values for given words in documents.
compute() - Method in class jsr166y.CountedCompleter
The main computation performed by this task.
compute() - Method in class jsr166y.RecursiveAction
The main computation performed by this task.
compute() - Method in class jsr166y.RecursiveTask
The main computation performed by this task.
compute() - Method in class water.H2O.H2OCountedCompleter
Used by the F/J framework internally to do work.
compute1() - Method in class water.H2O.H2OCountedCompleter
 
compute1(H2O.H2OCountedCompleter) - Method in class water.Icer
 
compute2() - Method in class hex.createframe.CreateFrameExecutor
 
compute2() - Method in class hex.DMatrix.MatrixMulTsk
 
compute2() - Method in class hex.FrameSplitter
 
compute2() - Method in class hex.ModelBuilder.Driver
 
compute2() - Method in class hex.quantile.Quantile.StratifiedQuantilesTask
 
compute2() - Method in class water.Atomic
 
compute2() - Method in class water.DTask.DKeyTask
 
compute2() - Method in class water.fvec.CreateInteractions
 
compute2() - Method in class water.fvec.FrameCreator
 
compute2() - Method in class water.fvec.persist.FramePersist.LoadFrameDriver
 
compute2() - Method in class water.fvec.persist.FramePersist.SaveFrameDriver
 
compute2() - Method in class water.fvec.RebalanceDataSet
 
compute2() - Method in class water.H2O.H2OCallback
 
compute2() - Method in class water.H2O.H2OCountedCompleter
Override compute3() with actual work without having to worry about tryComplete()
compute2() - Method in class water.init.NetworkTest.NetworkTester
 
compute2() - Method in class water.LocalMR
 
compute2() - Method in class water.MRTask
Called from FJ threads to do local work.
compute2() - Method in class water.ParallelizationTask
 
compute2() - Method in class water.parser.ParseDataset.ParserFJTask
 
compute2() - Method in class water.TaskGetKey
 
compute2() - Method in class water.TaskPutKey
 
compute2() - Method in class water.UDPRebooted.ShutdownTsk
 
compute2() - Method in class water.util.FrameUtils.ExportTaskDriver
 
compute_rowLayout() - Method in class water.fvec.AppendableVec
 
ComputeAbsDiff() - Constructor for class water.util.MathUtils.ComputeAbsDiff
 
computeCosineDistances(Frame, Frame, String) - Method in class water.rapids.ast.prims.advmath.AstDistance
 
computeCrossValidation() - Method in class hex.ModelBuilder
Default naive (serial) implementation of N-fold cross-validation (builds N+1 models, all have train+validation metrics, the main model has N-fold cross-validated validation metrics)
computeCuts(Vec, int) - Method in class water.rapids.ast.prims.advmath.AstHist
 
computeDeviances(Frame, Frame, String) - Method in class hex.Model
Compute the deviances for each observation
computeHuberDelta(Vec, Vec, Vec, double) - Static method in class hex.ModelMetricsRegression
 
computeImpl() - Method in class hex.ModelBuilder.Driver
 
computeMap(String[], String[]) - Static method in class water.fvec.CategoricalWrappedVec
 
computeMaxSizeOfHyperSpace() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
 
computeOvoMacroAuc(boolean) - Method in class hex.MultinomialAUC
 
computeOvoWeightedAuc(boolean) - Method in class hex.MultinomialAUC
 
computeOvrMacroAuc(boolean) - Method in class hex.MultinomialAUC
 
computeOvrWeightedAuc(boolean) - Method in class hex.MultinomialAUC
 
computeParameters() - Method in class hex.ModelBuilder.Driver
 
computePriorClassDistribution() - Method in class hex.ModelBuilder
 
computeWeightedQuantile(Vec, Vec, double) - Static method in class water.util.MathUtils
 
concordance() - Method in class hex.ModelMetricsRegressionCoxPH
 
concordance - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHGenericV3
 
concordance - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHV3
 
concordant() - Method in class hex.ModelMetricsRegressionCoxPH
 
concordant - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHGenericV3
 
concordant - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHV3
 
ConcurrentLinkedDeque<E> - Class in jsr166y
An unbounded concurrent deque based on linked nodes.
ConcurrentLinkedDeque() - Constructor for class jsr166y.ConcurrentLinkedDeque
Constructs an empty deque.
ConcurrentLinkedDeque(Collection<? extends E>) - Constructor for class jsr166y.ConcurrentLinkedDeque
Constructs a deque initially containing the elements of the given collection, added in traversal order of the collection's iterator.
COND_QUOTE - Static variable in class water.parser.Parser
 
COND_QUOTED_NUMBER_END - Static variable in class water.parser.Parser
 
COND_QUOTED_TOKEN - Static variable in class water.parser.Parser
 
configure_s3_using_s3a - Variable in class water.H2O.OptArgs
-configure_s3_using_s3a; use S3A(FileSystem) to configure S3 client
configured(int, NodePersistentStorageV3) - Method in class water.api.NodePersistentStorageHandler
 
configured - Variable in class water.api.schemas3.NodePersistentStorageV3
 
configured() - Method in class water.init.NodePersistentStorage
 
configureLogging() - Static method in class water.H2O
 
CONFLICT - Static variable in class water.util.HttpResponseStatus
409 Conflict
ConfusionMatrix - Class in hex
 
ConfusionMatrix(double[][], String[]) - Constructor for class hex.ConfusionMatrix
Constructor for Confusion Matrix
ConfusionMatrixV3 - Class in water.api.schemas3
 
ConfusionMatrixV3() - Constructor for class water.api.schemas3.ConfusionMatrixV3
 
connection_url - Variable in class water.api.schemas3.ImportSQLTableV99
 
consensus - Variable in class water.api.schemas3.CloudV3
 
constant(Y) - Static method in class water.util.fp.Functions
 
constAry(int, byte) - Static method in class water.util.ArrayUtils
 
constAry(int, double) - Static method in class water.util.ArrayUtils
 
constColumn(T, long) - Method in class water.udf.DataColumns.BaseFactory
 
consType(Schema, Class, String, API) - Static method in class water.api.SchemaMetadata.FieldMetadata
For a given Class generate a client-friendly type name (e.g., int[][] or Frame).
consValue(Object) - Static method in class water.api.SchemaMetadata.FieldMetadata
 
contains(Object) - Method in class jsr166y.ConcurrentLinkedDeque
Returns true if this deque contains at least one element e such that o.equals(e).
contains(Object) - Method in class jsr166y.LinkedTransferQueue
Returns true if this queue contains the specified element.
contains(String) - Method in interface water.parser.PreviewParseWriter.IDomain
 
contains(T[], T) - Static method in class water.util.ArrayUtils
 
contains(byte[], byte) - Static method in class water.util.ArrayUtils
 
contains(int[], int) - Static method in class water.util.ArrayUtils
 
contains(int) - Method in class water.util.IcedBitSet
 
contains(Object) - Method in class water.util.IcedHashSet
 
contains(int) - Method in class water.util.SetOfBytes
 
containsAll(Collection<?>) - Method in class water.util.IcedHashSet
 
containsKey(Key) - Static method in class water.H2O
 
containsKey(Object) - Method in class water.util.IcedHashMapBase
 
containsKey(Object) - Method in class water.util.IcedHashMapGeneric
 
containsResponse(String, String) - Method in class hex.Model
 
containsValue(Object) - Method in class water.util.IcedHashMapBase
 
containsValue(Object) - Method in class water.util.IcedHashMapGeneric
 
contentsOf(File, String) - Static method in class water.util.FileUtils
 
context_path - Variable in class water.H2O.BaseArgs
-context_path=jetty_context_path; the context path for jetty
CONTINUE - Static variable in class water.util.HttpResponseStatus
100 Continue
ContributionsOptions() - Constructor for class hex.Model.Contributions.ContributionsOptions
 
control(int) - Method in class hex.AUUC
 
converge - Variable in class water.api.schemas3.ModelMetricsHGLMV3
 
convergence - Variable in class water.api.schemas3.ModelMetricsHGLMV3
 
convertByteArrToString(byte[]) - Static method in class water.util.BinaryFileTransfer
Array of bytes to brute-force convert into a hexadecimal string.
convertDouble2BigInteger(double) - Static method in class water.util.MathUtils
 
convertStringToByteArr(String) - Static method in class water.util.BinaryFileTransfer
Hexadecimal string to brute-force convert into an array of bytes.
convertTo2DMatrix(double[], int) - Static method in class water.util.ArrayUtils
 
copyAndFillOf(T[], int, T) - Static method in class water.util.ArrayUtils
 
copyAndFillOf(double[], int, double) - Static method in class water.util.ArrayUtils
 
copyAndFillOf(long[], int, long) - Static method in class water.util.ArrayUtils
 
copyAndFillOf(int[], int, int) - Static method in class water.util.ArrayUtils
 
CopyArrayToFrame(int, int, long, double[][]) - Constructor for class water.util.ArrayUtils.CopyArrayToFrame
 
copyFromIntArray(int[]) - Static method in class water.util.ArrayUtils
 
copyGroupInfo(AstRankWithinGroupBy.GInfoPC[], AstRankWithinGroupBy.GInfoPC[]) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.SortnGrouby
 
copyMemory(byte[], long, byte[], long, long) - Static method in class water.util.UnsafeUtils
 
copyOnWrite(Frame, int[]) - Method in class water.rapids.Session
Support C-O-W optimizations: the following list of columns are about to be updated.
copyOver(T) - Method in class water.DTask
 
copyOver(D) - Method in class water.Iced
Copy over cloned instance 'src' over 'this', field by field.
copyOver(T, T) - Method in class water.Icer
 
copyOver(VecUtils.CollectIntegerDomain) - Method in class water.util.VecUtils.CollectIntegerDomain
 
copyPQ2ArryD(PriorityQueue, double[]) - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
 
copyPQ2ArryL(PriorityQueue, long[]) - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
 
copyProperties(Object, Object, PojoUtils.FieldNaming) - Static method in class water.util.PojoUtils
Copy properties "of the same name" from one POJO to the other.
copyProperties(Object, Object, PojoUtils.FieldNaming, String[]) - Static method in class water.util.PojoUtils
Copy properties "of the same name" from one POJO to the other.
copyProperties(Object, Object, PojoUtils.FieldNaming, String[], String[]) - Static method in class water.util.PojoUtils
Copy properties "of the same name" from one POJO to the other.
copyStream(InputStream, OutputStream, int) - Static method in class water.util.FileUtils
 
copyTo(T) - Method in class water.parser.ParseSetup
Copies the common setup to another object (that is possibly and extension of the base setup).
CoreServletProvider - Class in water.webserver
 
CoreServletProvider() - Constructor for class water.webserver.CoreServletProvider
 
count - Variable in class water.api.schemas3.ProfilerNodeV3.ProfilerNodeEntryV3
 
count_table - Variable in class water.api.schemas3.TabulateV3
 
Countdown - Class in water.util
Simple countdown to encapsulate timeouts and durations.
Countdown(long) - Constructor for class water.util.Countdown
 
Countdown(long, boolean) - Constructor for class water.util.Countdown
 
CountedCompleter - Class in jsr166y
A resultless ForkJoinTask with a completion action performed when triggered and there are no remaining pending actions.
CountedCompleter(CountedCompleter, int) - Constructor for class jsr166y.CountedCompleter
Creates a new CountedCompleter with the given completer and initial pending count.
CountedCompleter(CountedCompleter) - Constructor for class jsr166y.CountedCompleter
Creates a new CountedCompleter with the given completer and an initial pending count of zero.
CountedCompleter() - Constructor for class jsr166y.CountedCompleter
Creates a new CountedCompleter with no completer and an initial pending count of zero.
countNonzeros(double[]) - Static method in class water.util.ArrayUtils
 
counts - Variable in class water.util.ProfileCollectorTask.NodeProfile
 
countTotalFailures() - Method in class hex.grid.Grid
 
cover - Variable in class hex.FeatureInteraction
 
cpu_ticks - Variable in class water.api.schemas3.WaterMeterCpuTicksV3
 
cpu_ticks - Variable in class water.util.WaterMeterCpuTicks
 
cpus_allowed - Variable in class water.api.schemas3.CloudV3.NodeV3
 
create(Key<Grid>, HyperSpaceWalker<MP, ?>) - Static method in class hex.grid.GridSearch
 
create(Key<Grid>, MP, Map<String, Object[]>) - Static method in class hex.grid.GridSearch
 
create() - Static method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria
 
create(MP, Map<String, Object[]>, ModelParametersBuilderFactory<MP>, C) - Static method in class hex.grid.HyperSpaceWalker.BaseWalker.WalkerFactory
Factory method to create an instance based on the given HyperSpaceSearchCriteria instance.
create(String[], StringPair[], String[], String[]) - Static method in class hex.Model.InteractionSpec
 
create(String[], StringPair[], String[]) - Static method in class hex.Model.InteractionSpec
 
create(String[], StringPair[]) - Static method in class hex.Model.InteractionSpec
 
create() - Method in class hex.RegexTokenizer.Builder
 
create(Class<? extends Handler>) - Method in interface water.api.HandlerFactory
 
create(int) - Method in interface water.fvec.TransformWrappedVec.TransformFactory
 
create(String, boolean) - Method in class water.persist.Persist
Create a new file and return OutputStream for writing.
create(String, boolean) - Method in class water.persist.PersistFS
 
create(String, boolean) - Method in class water.persist.PersistHex
 
create(String, boolean) - Method in class water.persist.PersistManager
 
createAndFillImpl() - Method in class water.api.Schema
Convenience helper which creates and fills an impl object from this schema.
createCentroidStatsTable() - Method in class hex.ModelMetricsClustering
Populate TwoDimTable from members _size and _withinss
createClusterConfigurationTable() - Static method in class water.util.ReproducibilityInformationUtils
 
CREATED - Static variable in class water.util.HttpResponseStatus
201 Created
createExtensions(Model) - Method in class hex.leaderboard.LeaderboardExtensionsProvider
Generates the extensions cells for a given model.
CreateFrame - Class in hex
Create a Frame from scratch If randomize = true, then the frame is filled with Random values.
CreateFrame(Key<Frame>) - Constructor for class hex.CreateFrame
 
CreateFrame() - Constructor for class hex.CreateFrame
 
CreateFrameColumnMaker - Class in hex.createframe
Base class for all "column makers" used by the CreateFrameExecutor to construct the frame.
CreateFrameColumnMaker() - Constructor for class hex.createframe.CreateFrameColumnMaker
 
CreateFrameExecutor - Class in hex.createframe
This class carries out the frame creation job.
CreateFrameExecutor(Job<Frame>) - Constructor for class hex.createframe.CreateFrameExecutor
Make a new CreateFrameExecutor.
CreateFrameHandler - Class in water.api
 
CreateFrameHandler() - Constructor for class water.api.CreateFrameHandler
 
CreateFrameHandler.CreateSimpleFrame - Class in water.api
 
CreateFrameOriginalIV4 - Class in water.api.schemas4.input
Input schema for `POST /4/frames/$original` endpoint.
CreateFrameOriginalIV4() - Constructor for class water.api.schemas4.input.CreateFrameOriginalIV4
 
CreateFramePostprocessStep - Class in hex.createframe
Base class for any "postprocessing" steps that should be undertaken after the frame has been created using CreateFrameColumnMakers.
CreateFramePostprocessStep() - Constructor for class hex.createframe.CreateFramePostprocessStep
 
CreateFrameRecipe<T extends CreateFrameRecipe<T>> - Class in hex.createframe
Base class for all frame creation recipes.
CreateFrameRecipe() - Constructor for class hex.createframe.CreateFrameRecipe
 
CreateFrameSimpleIV4 - Class in water.api.schemas4.input
Input schema for `POST /4/frames/$simple` endpoint.
CreateFrameSimpleIV4() - Constructor for class water.api.schemas4.input.CreateFrameSimpleIV4
 
CreateFrameV3 - Class in water.api.schemas3
 
CreateFrameV3() - Constructor for class water.api.schemas3.CreateFrameV3
 
createH2oCompatibleGson() - Static method in class water.api.H2oRestGsonHelper
Create a Gson JSON serializer / deserializer that has custom handling for certain H2O classes for which our REST API does automagic type conversions.
createHexName(String) - Static method in class water.parser.ParseSetup
Cleans up the file name to make .hex name to be used as a destination key.
createIfApiAnnotation(Schema, Field, List<Field>) - Static method in class water.api.SchemaMetadata.FieldMetadata
Factory method to create a new FieldMetadata instance if the Field has an @API annotation.
createImpl() - Method in class hex.schemas.GridSchemaV99
 
createImpl() - Method in class hex.schemas.ModelBuilderSchema
Create the corresponding impl object, as well as its parameters object.
createImpl() - Method in class water.api.Schema
Create an appropriate implementation object and any child objects but does not fill them.
createImpl() - Method in class water.api.schemas3.ConfusionMatrixV3
 
createImpl() - Method in class water.api.schemas3.CreateFrameV3
 
createImpl() - Method in class water.api.schemas3.DCTTransformerV3
 
createImpl() - Method in class water.api.schemas3.InteractionV3
 
createImpl() - Method in class water.api.schemas3.JobV3
 
createImpl() - Method in class water.api.schemas3.KeyV3
 
createImpl() - Method in class water.api.schemas3.MissingInserterV3
 
createImpl() - Method in class water.api.schemas3.ModelParameterSchemaV3
 
createImpl() - Method in class water.api.schemas3.PartialDependenceV3
 
createImpl() - Method in class water.api.schemas3.SchemaMetadataV3
 
createImpl() - Method in class water.api.schemas3.SplitFrameV3
 
createImpl() - Method in class water.api.schemas3.TabulateV3
 
createImpl() - Method in class water.api.schemas3.ValidationMessageV3
 
createImpl() - Method in class water.api.schemas3.WaterMeterCpuTicksV3
 
createImpl() - Method in class water.api.schemas3.WaterMeterIoV3
 
createInputFramesInformationTable(ModelBuilder) - Method in class hex.Model.Output
 
createInteractionDomain(boolean, boolean) - Constructor for class water.fvec.CreateInteractions.createInteractionDomain
 
createInteractionDomain(boolean, boolean, int[], int[]) - Constructor for class water.fvec.CreateInteractions.createInteractionDomain
 
CreateInteractions - Class in water.fvec
Helper to create interaction features between categorical columns
CreateInteractions(Interaction) - Constructor for class water.fvec.CreateInteractions
 
CreateInteractions(int, int) - Constructor for class water.fvec.CreateInteractions
 
CreateInteractions.createInteractionDomain - Class in water.fvec
 
createIPv4(int[], int) - Static method in class water.init.HostnameGuesser.CIDRBlock
 
createIPv6(int[], int) - Static method in class water.init.HostnameGuesser.CIDRBlock
 
createLogArchiveWriter(ByteArrayOutputStream) - Method in enum water.util.LogArchiveContainer
 
createMap(K[], V[]) - Static method in class water.util.CollectionUtils
 
createNewChunks(String, byte[], int) - Static method in class water.fvec.ChunkUtils
 
createNewChunks(String, byte[], int, boolean[]) - Static method in class water.fvec.ChunkUtils
 
createNodeInformationTable() - Static method in class water.util.ReproducibilityInformationUtils
 
createOutputSchema() - Method in class water.api.schemas3.ModelSchemaV3
Factory method to create the model-specific output schema.
createParametersSchema() - Method in class hex.schemas.ModelBuilderSchema
Factory method to create the model-specific parameters schema.
createParametersSchema() - Method in class water.api.schemas3.ModelSchemaV3
Factory method to create the model-specific parameters schema.
createParser(ParseSetup, Key<Job>) - Method in class water.parser.DefaultParserProviders.ArffParserProvider
 
createParser(ParseSetup, Key<Job>) - Method in class water.parser.DefaultParserProviders.CsvParserProvider
 
createParser(ParseSetup, Key<Job>) - Method in class water.parser.DefaultParserProviders.GuessParserProvider
 
createParser(ParseSetup, Key<Job>) - Method in class water.parser.DefaultParserProviders.SVMLightParserProvider
 
createParser(ParseSetup, Key<Job>) - Method in class water.parser.DefaultParserProviders.XlsParserProvider
 
createParser(ParseSetup, Key<Job>) - Method in class water.parser.ParserProvider
Create a new parser
createParserSetup(Key[], ParseSetup) - Method in class water.parser.ParserProvider
Create a parser specific setup.
createSchemaMetadata(String) - Static method in class water.api.SchemaMetadata
 
createScoringHistoryTable() - Method in class hex.grid.Grid
 
createScoringHistoryTable(ScoringInfo[], boolean, boolean, ModelCategory, boolean) - Static method in class hex.ScoringInfo
Create a TwoDimTable to display the scoring history from an array of scoringInfo.
CreateSimpleFrame() - Constructor for class water.api.CreateFrameHandler.CreateSimpleFrame
 
createSummaryTable(Key<Model>[], String, boolean) - Method in class hex.grid.Grid
 
createTwoDimTable() - Method in class hex.GainsLift
 
createValueSetter(Vec, Object) - Static method in class water.rapids.ast.prims.assign.AstRecAsgnHelper
Create an instance of ValueSetter for a given scalar value.
cross_validation - Variable in class hex.ScoringInfo
 
cross_validation_fold_assignment_frame_id - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
cross_validation_holdout_predictions_frame_id - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
cross_validation_metrics - Variable in class hex.schemas.GridSchemaV99
 
cross_validation_metrics - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
cross_validation_metrics_summary - Variable in class hex.schemas.GridSchemaV99
 
cross_validation_metrics_summary - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
cross_validation_models - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
cross_validation_predictions - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
crossProductSize(Map<K, V[]>) - Static method in class water.util.ArrayUtils
 
csv - Variable in class water.api.schemas3.DownloadDataV3
 
CSV_INFO - Static variable in class water.parser.DefaultParserProviders
 
CsvParser - Class in water.parser
 
CsvParserProvider() - Constructor for class water.parser.DefaultParserProviders.CsvParserProvider
 
CSVStream(Frame, Frame.CSVStreamParams) - Constructor for class water.fvec.Frame.CSVStream
 
CSVStream(Chunk[], String[], int, Frame.CSVStreamParams) - Constructor for class water.fvec.Frame.CSVStream
 
CSVStreamParams() - Constructor for class water.fvec.Frame.CSVStreamParams
 
cumsum(int[]) - Static method in class water.util.ArrayUtils
 
current() - Static method in class jsr166y.ThreadLocalRandom
Returns the current thread's ThreadLocalRandom.
current() - Static method in class water.Scope
debugging purpose
currThrPriority() - Static method in class water.H2O.H2OCountedCompleter
If this is a F/J thread, return it's priority - used to lift the priority of a blocking remote call, so the remote node runs it at a higher priority - so we don't deadlock when we burn the local thread.
custom_distribution_func - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
custom_metric_func - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
custom_metric_name - Variable in class water.api.schemas3.ModelMetricsBaseV3
 
custom_metric_value - Variable in class water.api.schemas3.ModelMetricsBaseV3
 
custom_non_data_line_markers - Variable in class water.api.schemas3.ParseSetupV3
 
custom_non_data_line_markers - Variable in class water.api.schemas3.ParseV3
 
CustomMetric - Class in hex
 
CustomMetric(String, double) - Constructor for class hex.CustomMetric
 
customMetricPerRow(double[], float[], double, double, Model) - Method in class hex.CMetricScoringTask
 
customMetricWs - Variable in class hex.CMetricScoringTask
Internal parameter to preserve workspace for custom metric computation
cv_buildModels(int, ModelBuilder<M, P, O>[]) - Method in class hex.ModelBuilder
 
cv_canBuildMainModelInParallel() - Method in class hex.ModelBuilder
 
cv_computeAndSetOptimalParameters(ModelBuilder<M, P, O>[]) - Method in class hex.ModelBuilder
Override for model-specific checks / modifications to _parms for the main model during N-fold cross-validation.
cv_initStoppingParameters() - Method in class hex.ModelBuilder
 
cv_mainModelScores(int, ModelMetrics.MetricBuilder[], ModelBuilder<M, P, O>[]) - Method in class hex.ModelBuilder
 
cv_makeAggregateModelMetrics(ModelMetrics.MetricBuilder[]) - Method in class hex.ModelBuilder
 
cv_scoreCVModels(int, Vec[], ModelBuilder<M, P, O>[]) - Method in class hex.ModelBuilder
 
cv_scoring_history - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
cv_updateOptimalParameters(ModelBuilder<M, P, O>[]) - Method in class hex.ModelBuilder
 
CVModelBuilder - Class in hex
Execute Cross-Validation model build in parallel
CVModelBuilder(Job, ModelBuilder<?, ?, ?>[], int) - Constructor for class hex.CVModelBuilder
 

D

data(Chunk[], int, int) - Method in class hex.Model
 
data - Variable in class water.api.NanoResponse
Data of the response, may be null.
data - Variable in class water.api.schemas3.FrameV3.ColV3
 
data - Variable in class water.api.schemas3.ParseSetupV3
 
data - Variable in class water.api.schemas3.TimelineV3.IOEvent
 
data - Variable in class water.api.schemas3.TimelineV3.NetworkEvent
 
data - Variable in class water.api.schemas3.TwoDimTableV3
 
data_frame - Variable in class water.api.schemas3.ModelSchemaBaseV3
 
database - Variable in class water.api.schemas3.ImportHiveTableV3
 
DataChunk<T> - Class in water.udf
Wrapper of a chunk that knows its type, with mutability
DataChunk() - Constructor for class water.udf.DataChunk
Deserializaiton only
DataChunk(Chunk) - Constructor for class water.udf.DataChunk
 
DataColumn<T> - Class in water.udf
A Column based on actual data in a Vec (hence implementing Vec.Holder)
DataColumn() - Constructor for class water.udf.DataColumn
Deserialization only; pls don't use
DataColumn(Vec, ChunkFactory<T>) - Constructor for class water.udf.DataColumn
 
DataColumns - Class in water.udf
An adapter to Vec, allows type-safe access to data
DataColumns() - Constructor for class water.udf.DataColumns
 
DataColumns.BaseFactory<T> - Class in water.udf
 
datafile_parser_timezone - Variable in class water.api.schemas3.CloudV3
 
dataHi() - Method in class water.init.TimelineSnapshot.Event
 
dataLo() - Method in class water.init.TimelineSnapshot.Event
 
dataset - Variable in class water.api.schemas3.DCTTransformerV3
 
dataset - Variable in class water.api.schemas3.MissingInserterV3
 
dataset - Variable in class water.api.schemas3.SplitFrameV3
 
dataset - Variable in class water.api.schemas3.TabulateV3
 
DatasetServlet - Class in water.api
 
DatasetServlet() - Constructor for class water.api.DatasetServlet
 
date - Variable in class water.api.schemas3.TimelineV3.EventV3
 
Dates - Class in water.udf.specialized
Specialized factory for dates
Dates() - Constructor for class water.udf.specialized.Dates
 
Dates - Static variable in class water.udf.specialized.Dates
 
DCT() - Constructor for class water.util.MathUtils.DCT
 
DCTTransformer - Class in water.util
 
DCTTransformer(Key<Frame>) - Constructor for class water.util.DCTTransformer
 
DCTTransformerHandler - Class in water.api
 
DCTTransformerHandler() - Constructor for class water.api.DCTTransformerHandler
 
DCTTransformerV3 - Class in water.api.schemas3
 
DCTTransformerV3() - Constructor for class water.api.schemas3.DCTTransformerV3
 
DEBUG - Static variable in class water.util.Log
 
debug(Object...) - Static method in class water.util.Log
 
debug(String) - Method in class water.util.WaterLogger
 
decodeAsInt(int, byte[], int) - Static method in class water.util.ArrayUtils
 
decodeFile(File) - Static method in class water.persist.PersistNFS
Key from file
DecompressionFactory - Class in water.util
 
decreasing - Variable in class hex.schemas.GridSchemaV99
 
decrementActiveRapidsCounter() - Static method in class water.H2O
Decrement the current number of active Rapids exec calls.
decrypt_impl - Variable in class water.api.schemas3.DecryptionSetupV3
 
decrypt_tool - Variable in class water.api.schemas3.ParseSetupV3
 
decrypt_tool - Variable in class water.api.schemas3.ParseV3
 
decrypt_tool - Variable in class water.H2O.BaseArgs
-decrypt_tool specifies the DKV key where a default decrypt tool will be installed
decrypt_tool_id - Variable in class water.api.schemas3.DecryptionSetupV3
 
decryptFirstBytes(byte[]) - Method in class water.parser.DecryptionTool
Decrypts the beginning of the file and returns its clear-text binary representation.
decryptFirstBytes(byte[]) - Method in class water.parser.GenericDecryptionTool
 
decryptFirstBytes(byte[]) - Method in class water.parser.NullDecryptionTool
 
decryptInputStream(InputStream) - Method in class water.parser.DecryptionTool
Wraps the source InputStream into deciphering input stream
decryptInputStream(InputStream) - Method in class water.parser.GenericDecryptionTool
 
decryptInputStream(InputStream) - Method in class water.parser.NullDecryptionTool
 
DecryptionSetup() - Constructor for class water.parser.DecryptionTool.DecryptionSetup
 
DecryptionSetupHandler - Class in water.api
 
DecryptionSetupHandler() - Constructor for class water.api.DecryptionSetupHandler
 
DecryptionSetupV3 - Class in water.api.schemas3
 
DecryptionSetupV3() - Constructor for class water.api.schemas3.DecryptionSetupV3
 
DecryptionTool - Class in water.parser
Base class for implementations of the Decryption Tool Decryption Tool is applied to the raw data loaded from source files and decrypts them on-the-fly.
DecryptionTool.DecryptionSetup - Class in water.parser
Blueprint of the Decryption Tool
DecryptionToolKeyV3() - Constructor for class water.api.schemas3.KeyV3.DecryptionToolKeyV3
 
DecryptionToolKeyV3(Key<DecryptionTool>) - Constructor for class water.api.schemas3.KeyV3.DecryptionToolKeyV3
 
deepClone(double[][]) - Static method in class water.util.ArrayUtils
 
deepClone(T[][]) - Static method in class water.util.ArrayUtils
 
deepClone(T[]) - Static method in class water.util.ArrayUtils
 
deepCloneWithDifferentModelAndFrame(Model, Frame) - Method in class hex.ModelMetrics
Utility used by code which creates metrics on a different frame and model than the ones that we want the metrics object to be accessible for.
deepCopy() - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
 
deepCopy() - Method in class water.fvec.Chunk
 
deepCopy(String) - Method in class water.fvec.Frame
Create a copy of the input Frame and return that copied Frame.
deepCopy() - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
 
deepCopy(T) - Static method in class water.IcedUtils
Deep-copy clone given iced object.
DeepSelect() - Constructor for class water.fvec.Frame.DeepSelect
 
deepSlice(Object, Object) - Method in class water.fvec.Frame
In support of R, a generic Deep Copy and Slice.
DEFAULT - Static variable in interface water.api.HandlerFactory
Shared default factory to create handler by using no-arg ctor and reflection.
DEFAULT_CM - Static variable in class hex.AUC2
 
DEFAULT_DATABASE - Static variable in interface water.api.ImportHiveTableHandler.HiveTableImporter
 
DEFAULT_ESCAPE - Static variable in class water.fvec.Frame.CSVStreamParams
 
DEFAULT_ESCAPE_CHAR - Static variable in class water.parser.ParseSetup
 
DEFAULT_FLOW_DIR() - Static method in class water.H2O
 
DEFAULT_ICE_ROOT() - Static method in class water.H2O
 
DEFAULT_JKS_PASS - Static variable in class water.H2O
 
default_percentiles - Variable in class water.api.schemas3.FrameV3
 
DEFAULT_SEPARATOR - Static variable in class water.fvec.Frame.CSVStreamParams
 
default_stopping_tolerance_for_frame(Frame) - Static method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
Calculate a reasonable stopping tolerance for the Frame.
default_threshold - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
default_value - Variable in class water.api.schemas3.ModelParameterSchemaV3
 
defaultCM() - Method in class hex.AUC2
 
defaultColName(int) - Static method in class water.fvec.Frame
Default column name maker
defaultDecryptionTool() - Static method in class water.H2O
 
defaultDropConsCols() - Method in class hex.Model.Parameters
 
defaultDropConsCols() - Method in class hex.quantile.QuantileModel.QuantileParameters
 
defaultErr() - Method in class hex.AUC2
 
defaultFilter() - Static method in class water.api.RequestServer
Provide the default filters for H2O's HTTP logging.
defaultForkJoinWorkerThreadFactory - Static variable in class jsr166y.ForkJoinPool
Creates a new ForkJoinWorkerThread.
defaultKey(String) - Static method in class hex.ModelBuilder
Default model-builder key
defaultMetric() - Method in enum hex.ScoreKeeper.ProblemType
 
defaultModelMetrics(Model) - Static method in class hex.ModelMetrics
 
DefaultModelParametersBuilderFactory() - Constructor for class water.api.GridSearchHandler.DefaultModelParametersBuilderFactory
 
DefaultParserProviders - Class in water.parser
Default parsers provided by H2O.
DefaultParserProviders() - Constructor for class water.parser.DefaultParserProviders
 
DefaultParserProviders.ArffParserProvider - Class in water.parser
 
DefaultParserProviders.CsvParserProvider - Class in water.parser
 
DefaultParserProviders.GuessParserProvider - Class in water.parser
 
DefaultParserProviders.SVMLightParserProvider - Class in water.parser
 
DefaultParserProviders.XlsParserProvider - Class in water.parser
 
defaultStoppingTolerance() - Method in class hex.Model.Parameters
Default relative tolerance for convergence-based early stopping
defaultThreshold() - Method in class hex.AUC2
 
defaultThreshold() - Method in class hex.Model
Default threshold for assigning class labels to the target class (for binomial models)
defaultThreshold(O) - Static method in class hex.Model
Deprecated.
defaultThreshold() - Method in class hex.Model.H2OModelDescriptor
 
defaultThreshold() - Method in class hex.Model.Output
 
DelegatingPojoWriter - Class in hex
 
DelegatingStreamWriter - Class in water.api
 
delete(int, FramesV3) - Method in class water.api.FramesHandler
Remove an unlocked frame.
delete(int, ModelsV3) - Method in class water.api.ModelsHandler
Remove an unlocked model.
delete(int, NodePersistentStorageV3) - Method in class water.api.NodePersistentStorageHandler
 
delete(String, String) - Method in class water.init.NodePersistentStorage
 
delete(Key) - Static method in class water.Lockable
Write-lock key and delete; blocking.
delete() - Method in class water.Lockable
Write-lock 'this' and delete; blocking.
delete(boolean) - Method in class water.Lockable
 
delete(Key<Job>, Futures, boolean) - Method in class water.Lockable
Write-lock 'this' and delete.
delete(Value) - Method in class water.persist.EagerPersistBase
 
delete(Value) - Method in class water.persist.Persist
Reclaim space from a previously stored Value
delete(String) - Method in class water.persist.Persist
 
delete(String) - Method in class water.persist.PersistFS
 
delete(Value) - Method in class water.persist.PersistFS
 
delete(Value) - Method in class water.persist.PersistHex
 
delete(int, Value) - Method in class water.persist.PersistManager
 
delete(String) - Method in class water.persist.PersistManager
 
delete(Value) - Method in class water.persist.PersistNFS
 
delete(File) - Static method in class water.util.FileUtils
 
delete(Lockable...) - Static method in class water.util.FrameUtils
 
delete_and_lock() - Method in class water.Lockable
Write-lock this._key by job_key, and delete any prior mapping.
delete_and_lock(Job) - Method in class water.Lockable
 
delete_and_lock(Key<Job>) - Method in class water.Lockable
 
delete_count - Variable in class water.persist.PersistManager.PersistStatsEntry
 
delete_count - Variable in class water.util.WaterMeterIo.IoStatsEntry
 
delete_on_done - Variable in class water.api.schemas3.ParseV3
 
deleteAll(int, FramesV3) - Method in class water.api.FramesHandler
Remove ALL an unlocked frames.
deleteAll(int, ModelsV3) - Method in class water.api.ModelsHandler
Remove ALL an unlocked models.
deleteCrossValidationFoldAssignment() - Method in class hex.Model
 
deleteCrossValidationModels() - Method in class hex.Model
delete from the output all associated CV models from DKV.
deleteCrossValidationPreds() - Method in class hex.Model
delete from the output all associated CV predictions from DKV.
deleteTempFrameAndItsNonSharedVecs(Frame, Frame) - Static method in class water.fvec.Frame
Given a temp Frame and a base Frame from which it was created, delete the Vecs that aren't found in the base Frame and then delete the temp Frame.
deleteVecs(Vec[], int) - Static method in class water.util.VecUtils
 
dels - Variable in class water.api.schemas3.ImportFilesMultiV3
 
dels - Variable in class water.api.schemas3.ImportFilesMultiV3.ImportFilesMulti
 
dels - Variable in class water.api.schemas3.ImportFilesV3
 
dels - Variable in class water.api.schemas3.ImportFilesV3.ImportFiles
 
DependentChunk<T> - Class in water.udf
Represents a chunk that depends on another
depth - Variable in class hex.FeatureInteraction
 
depth - Variable in class water.api.schemas3.ProfilerV3
 
depth - Variable in class water.util.JProfile
 
DESCENDING - Static variable in class water.rapids.Merge
 
descendingIterator() - Method in class jsr166y.ConcurrentLinkedDeque
Returns an iterator over the elements in this deque in reverse sequential order.
describe - Variable in class water.api.schemas3.CloudV3
 
describe() - Method in class water.init.AbstractBuildVersion
 
describe() - Method in class water.init.BuildVersion
 
describeSupportedVersions() - Static method in class water.JavaVersionSupport
 
description - Variable in class water.api.schemas3.JobV3
 
description - Variable in class water.api.schemas3.ModelMetricsBaseV3
 
description - Variable in class water.api.schemas3.RapidsHelpV3.RapidsExpressionV3
 
description - Variable in class water.api.schemas3.TwoDimTableV3
 
description - Variable in class water.api.schemas4.EndpointV4
 
description() - Method in class water.rapids.ast.AstExec
 
description() - Method in class water.rapids.ast.AstFrame
 
description() - Method in class water.rapids.ast.AstFunction
 
description() - Method in class water.rapids.ast.AstParameter
 
description() - Method in class water.rapids.ast.AstPrimitive
 
description() - Method in class water.rapids.ast.AstRoot
Return the detailed description (help) for what this language construct does or how it is supposed to be used.
description() - Method in class water.rapids.ast.AstRow
 
description() - Method in class water.rapids.ast.prims.advmath.AstDistance
 
description() - Method in class water.rapids.ast.prims.mungers.AstGetrow
 
description() - Method in class water.rapids.ast.prims.mungers.AstNrow
 
description() - Method in class water.rapids.ast.prims.reducers.AstMean
 
description() - Method in class water.rapids.ast.prims.reducers.AstSumAxis
 
description() - Method in class water.rapids.ast.prims.reducers.AstTopN
 
DESERIAL_PRIORITY - Static variable in class water.H2O
 
deserializeBootstrapFreezable(byte[]) - Static method in class water.AutoBuffer
 
desiredChunks(Frame, boolean) - Method in class hex.ModelBuilder
Find desired number of chunks.
desiredChunks(Frame, boolean) - Method in class hex.quantile.Quantile
 
dest - Variable in class hex.createframe.CreateFrameRecipe
 
dest() - Method in class hex.ModelBuilder
 
dest - Variable in class water.api.schemas3.CreateFrameV3
 
dest - Variable in class water.api.schemas3.InteractionV3
 
dest - Variable in class water.api.schemas3.JobV3
 
dest - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
 
dest - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
 
destination_frame - Variable in class water.api.schemas3.DCTTransformerV3
 
destination_frame - Variable in class water.api.schemas3.ParseSetupV3
 
destination_frame - Variable in class water.api.schemas3.ParseSVMLightV3
 
destination_frame - Variable in class water.api.schemas3.ParseV3
 
destination_frames - Variable in class water.api.schemas3.ImportFilesMultiV3
 
destination_frames - Variable in class water.api.schemas3.ImportFilesMultiV3.ImportFilesMulti
 
destination_frames - Variable in class water.api.schemas3.ImportFilesV3
 
destination_frames - Variable in class water.api.schemas3.ImportFilesV3.ImportFiles
 
destination_frames - Variable in class water.api.schemas3.SplitFrameV3
 
destination_key - Variable in class water.api.schemas3.PartialDependenceV3
 
determineTokens(String, byte, boolean, byte) - Static method in class water.parser.CsvParser
Determines the tokens that are inside a line and returns them as strings in an array.
determineTokens(String, byte, byte, byte) - Static method in class water.parser.CsvParser
 
dev_message - Variable in exception water.exceptions.H2OAbstractRuntimeException
 
dev_msg - Variable in class water.api.schemas3.H2OErrorV3
 
DEVEL_VERSION_PATCH_NUMBER - Static variable in class water.init.AbstractBuildVersion
 
deviance(double, double, double) - Method in class hex.Distribution
Deviance of given distribution function at predicted value f
deviance(double, double, double) - Method in class hex.Model
Deviance of given distribution function at predicted value f
deviance() - Method in class hex.Model
 
DFLT_CHUNK_SIZE - Static variable in class water.fvec.FileVec
Default Chunk size in bytes, useful when breaking up large arrays into "bite-sized" chunks.
DFLT_LOG2_CHUNK_SIZE - Static variable in class water.fvec.FileVec
Log-2 of Chunk size.
dfork(Key...) - Method in class water.MRTask
 
dfork(byte[], Vec...) - Method in class water.MRTask
Invokes the map/reduce computation over the given Vec instances and produces outputs Vec instances.
dfork(Vec...) - Method in class water.MRTask
 
dfork(Frame) - Method in class water.MRTask
Invokes the map/reduce computation over the given Frame instance.
dfork(byte[], Frame, boolean) - Method in class water.MRTask
Fork the task in strictly non-blocking fashion.
dfrefe - Variable in class water.api.schemas3.ModelMetricsHGLMV3
 
di(int) - Method in interface water.exceptions.JCodeSB
Decrease indentation counter
di(int) - Method in class water.util.SB
 
di(int) - Method in class water.util.SBPrintStream
 
diagArray(double[][]) - Static method in class water.util.ArrayUtils
 
die(String) - Static method in class water.H2O
 
difference(int[], int[]) - Static method in class water.util.ArrayUtils
 
difference(String[], String[]) - Static method in class water.util.ArrayUtils
 
dimensions - Variable in class water.api.schemas3.DCTTransformerV3
 
dinvoke(H2ONode) - Method in class water.DTask
Top-level remote execution hook.
dinvoke(H2ONode) - Method in class water.MRTask
Called once on remote at top level, probably with a subset of the cloud.
dinvoke(H2ONode) - Method in class water.TaskGetKey
 
dinvoke(H2ONode) - Method in class water.TaskPutKey
 
dir - Variable in class water.api.schemas3.FrameLoadV3
 
dir - Variable in class water.api.schemas3.FrameSaveV3
 
dir - Variable in class water.api.schemas3.ModelExportV3
Destination directory to save exported model.
dir - Variable in class water.api.schemas3.ModelImportV3
 
direction() - Method in interface hex.ScoreKeeper.IStoppingMetric
 
direction() - Method in enum hex.ScoreKeeper.StoppingMetric
 
direction - Variable in class water.api.schemas3.FieldMetadataV3
 
disable_flow - Variable in class water.H2O.OptArgs
-disable_flow; disable access to H2O Flow, keep REST API interface available to clients
disable_net - Variable in class water.H2O.OptArgs
-disable_net; do not listen to incoming traffic and do not try to discover other nodes, for single node deployments
disable_web - Variable in class water.H2O.OptArgs
-disable_web; disable Jetty and REST API interface
disableNonLeaderNodeAccess() - Method in class water.init.AbstractEmbeddedH2OConfig
Indicates whether we should disable REST API access on non-leader nodes.
disableParallelParse - Variable in class water.parser.ParseSetup
 
discordant() - Method in class hex.ModelMetricsRegressionCoxPH
 
discordant - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHGenericV3
 
discordant - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHV3
 
dist() - Method in class water.util.MRUtils.ClassDist
 
dist() - Method in class water.util.MRUtils.ClassDistQuasibinomial
 
Dist() - Constructor for class water.util.MRUtils.Dist
 
dist() - Method in class water.util.MRUtils.Dist
 
distinctLongs(int, long, Random) - Static method in class water.util.ArrayUtils
Generates a random array of n distinct non-negative long values.
DistributedException - Exception in water.util
Created by tomas on 3/2/16.
DistributedException() - Constructor for exception water.util.DistributedException
 
DistributedException(Throwable) - Constructor for exception water.util.DistributedException
 
DistributedException(Throwable, boolean) - Constructor for exception water.util.DistributedException
 
DistributedException(String, Throwable) - Constructor for exception water.util.DistributedException
 
Distribution - Class in hex
Distribution functions to be used by ML Algos
Distribution(DistributionFamily, LinkFunction) - Constructor for class hex.Distribution
 
Distribution(DistributionFamily) - Constructor for class hex.Distribution
 
Distribution(Model.Parameters, LinkFunction) - Constructor for class hex.Distribution
 
Distribution(Model.Parameters) - Constructor for class hex.Distribution
 
distribution - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
distribution_summary - Variable in class water.api.schemas3.FrameV3
 
DistributionFactory - Class in hex
Factory to get distribution based on Model.Parameters or DistributionFamily.
DistributionFactory() - Constructor for class hex.DistributionFactory
 
DistributionFactory.LogExpUtil - Class in hex
Util class to calculate log and exp function for distribution and link function identically
DistributionFamilyValuesProvider() - Constructor for class water.api.schemas3.ModelParamsValuesProviders.DistributionFamilyValuesProvider
 
div(float[], int) - Static method in class water.util.ArrayUtils
 
div(float[], float) - Static method in class water.util.ArrayUtils
 
div(double[], double) - Static method in class water.util.ArrayUtils
 
div(double[][], long[]) - Static method in class water.util.ArrayUtils
 
div(double[][], double[]) - Static method in class water.util.ArrayUtils
 
div(double[], long[]) - Static method in class water.util.ArrayUtils
 
div(double[], double[]) - Static method in class water.util.ArrayUtils
 
div(float[], float) - Static method in class water.util.MathUtils
 
div(double[], double) - Static method in class water.util.MathUtils
 
DKeyTask(H2O.H2OCountedCompleter, Key) - Constructor for class water.DTask.DKeyTask
 
DKV - Class in water
A Distributed Key/Value Store.
DKV() - Constructor for class water.DKV
 
DKVManager - Class in water
 
DKVManager() - Constructor for class water.DKVManager
 
DKVUtils - Class in water.util
 
DMatrix - Class in hex
Created by tomasnykodym on 11/13/14.
DMatrix() - Constructor for class hex.DMatrix
 
DMatrix.MatrixMulStats - Class in hex
Info about matrix multiplication currently in progress.
DMatrix.MatrixMulTsk - Class in hex
 
DMatrix.TransposeTsk - Class in hex
(MR)Task performing the matrix transpose.
DO_HISTOGRAMS - Static variable in class water.fvec.Vec
 
doAll(Vec...) - Method in class water.MRTask
Invokes the map/reduce computation over the given Vecs.
doAll(byte[], Vec...) - Method in class water.MRTask
Invokes the map/reduce computation over the given Vecs.
doAll(byte, Vec...) - Method in class water.MRTask
Invokes the map/reduce computation over the given Vecs.
doAll(Vec, boolean) - Method in class water.MRTask
Invokes the map/reduce computation over the given Vec.
doAll(byte[], Vec, boolean) - Method in class water.MRTask
Invokes the map/reduce computation over the given Vec.
doAll(Frame, boolean) - Method in class water.MRTask
Invokes the map/reduce computation over the given Frame.
doAll(Frame) - Method in class water.MRTask
Invokes the map/reduce computation over the given Frame.
doAll(byte[], Frame) - Method in class water.MRTask
Invokes the map/reduce computation over the given Frame.
doAll(byte, Frame) - Method in class water.MRTask
Invokes the map/reduce computation over the given Frame.
doAll(byte[], Frame, boolean) - Method in class water.MRTask
Invokes the map/reduce computation over the given Frame.
doAll(int, byte, Frame) - Method in class water.MRTask
Invokes the map/reduce computation over the given Frame.
doAll(Key...) - Method in class water.MRTask
 
doAllNodes() - Method in class water.MRTask
 
doane(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
 
doCopy() - Method in class water.fvec.CategoricalWrappedVec
 
doCopy() - Method in class water.fvec.InteractionWrappedVec
 
doCopy() - Method in class water.fvec.TransformWrappedVec
 
doCopy() - Method in class water.fvec.Vec
 
DocumentFrequencyTask - Class in hex.tfidf
Task class using map-reduce to compute document frequency values for words in given documents.
DocumentFrequencyTask() - Constructor for class hex.tfidf.DocumentFrequencyTask
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
 
doGeneric(String, HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
Top-level dispatch handling
doGet(HttpServletRequest, HttpServletResponse) - Method in class water.api.DatasetServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class water.api.NpsBinServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
 
doGroups(Frame, int[], AstGroup.AGG[]) - Static method in class water.rapids.ast.prims.mungers.AstGroup
 
doGroups(Frame, int[], byte[], AstGroup.AGG[], boolean, boolean) - Static method in class water.rapids.ast.prims.mungers.AstGroup
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
 
doIt(Frame, String, boolean) - Method in class hex.ModelBuilder.FilterCols
 
doIt() - Method in class water.util.GetLogsFromNode
Do the work.
doIt() - Method in class water.util.WaterMeterCpuTicks
 
doIt(boolean) - Method in class water.util.WaterMeterIo
 
domain - Variable in class water.api.schemas3.FramesV3
 
domain - Variable in class water.api.schemas3.FrameV3.ColV3
 
domain - Variable in class water.api.schemas3.ModelMetricsBinomialUpliftV3
 
domain - Variable in class water.api.schemas3.ModelMetricsBinomialV3
 
domain() - Method in class water.fvec.InteractionWrappedVec
 
domain() - Method in class water.fvec.Vec
Returns the categorical toString mapping array, or null if not an categorical column.
domain() - Static method in enum water.Job.JobStatus
 
domain() - Method in class water.util.VecUtils.CollectDomainFast
Returns exact numeric domain of given Vec computed by this task.
domain() - Method in class water.util.VecUtils.CollectDoubleDomain
 
domain() - Method in class water.util.VecUtils.CollectIntegerDomain
Returns exact numeric domain of given Vec computed by this task.
domain_cardinality - Variable in class water.api.schemas3.FrameV3.ColV3
 
DomainDedupe(HashMap<Integer, Integer>) - Constructor for class water.util.VecUtils.DomainDedupe
 
domainDeduper(Vec, HashMap<String, ArrayList<Integer>>) - Static method in class water.util.VecUtils.DomainDedupe
 
domains - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
domains - Variable in class water.api.schemas3.ParseV3
 
domains() - Method in class water.fvec.Frame
All the domains for categorical columns; null for non-categorical columns.
domains() - Method in class water.util.MRUtils.ClassDistQuasibinomial
 
domainUnion(String[], String[]) - Static method in class water.util.ArrayUtils
Clever union of String arrays.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class water.api.NpsBinServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class water.api.PostFileServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class water.api.PutKeyServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
 
doTest() - Method in class water.init.NetworkBench
 
DotProduct() - Constructor for class water.util.VecUtils.DotProduct
 
doTrace(HttpServletRequest, HttpServletResponse) - Method in class water.api.RequestServer
 
DoubleArray() - Constructor for class water.util.AtomicUtils.DoubleArray
 
doubles() - Method in class water.fvec.NewChunk
 
Doubles - Class in water.udf.specialized
Specialized factory for double numbers
Doubles() - Constructor for class water.udf.specialized.Doubles
 
Doubles - Static variable in class water.udf.specialized.Doubles
 
doubles(long) - Method in class water.util.RandomBase
 
doubles() - Method in class water.util.RandomBase
 
doubles(long, double, double) - Method in class water.util.RandomBase
 
doubles(double, double) - Method in class water.util.RandomBase
 
doubleToString(double) - Static method in class water.fvec.RyuDouble
 
DownloadDataHandler - Class in water.api
 
DownloadDataHandler() - Constructor for class water.api.DownloadDataHandler
 
DownloadDataV3 - Class in water.api.schemas3
 
DownloadDataV3() - Constructor for class water.api.schemas3.DownloadDataV3
 
downloadLogs(String, LogArchiveContainer) - Static method in class water.api.LogsHandler
 
downloadLogs(URI, LogArchiveContainer) - Static method in class water.H2O
 
downloadLogs(URI, String) - Static method in class water.H2O
 
downloadLogs(String, LogArchiveContainer) - Static method in class water.H2O
 
downloadLogs(String, String) - Static method in class water.H2O
 
DputIfMatch(Key, Value, Value, Futures) - Static method in class water.DKV
DputIfMatch(Key, Value, Value, Futures, boolean) - Static method in class water.DKV
Update the mapping for Key key, from Value old to Value val.
drainTasksTo(Collection<? super ForkJoinTask<?>>) - Method in class jsr166y.ForkJoinPool
Removes all available unexecuted submitted and forked tasks from scheduling queues and adds them to the given collection, without altering their execution status.
drainTo(Collection<? super E>) - Method in class jsr166y.LinkedTransferQueue
 
drainTo(Collection<? super E>, int) - Method in class jsr166y.LinkedTransferQueue
 
Driver() - Constructor for class hex.ModelBuilder.Driver
 
DropDuplicateRows - Class in water.rapids.ast.prims.filters.dropduplicates
Drops duplicated rows of a Frame
DropDuplicateRows(Frame, int[], KeepOrder) - Constructor for class water.rapids.ast.prims.filters.dropduplicates.DropDuplicateRows
 
DropDuplicateRowsTask - Class in water.rapids.ast.prims.filters.dropduplicates
Performs the row de-duplication itself.
DropDuplicateRowsTask(Frame, int[]) - Constructor for class water.rapids.ast.prims.filters.dropduplicates.DropDuplicateRowsTask
 
dropDuplicates() - Method in class water.rapids.ast.prims.filters.dropduplicates.DropDuplicateRows
 
dropped() - Method in class water.init.TimelineSnapshot.Event
 
dropped(long[], int) - Static method in class water.TimeLine
 
DStackTraceV3() - Constructor for class water.api.schemas3.JStackV3.DStackTraceV3
 
DTask<T extends DTask> - Class in water
Objects which are passed and DTask.dinvoke(water.H2ONode) is remotely executed.
DTask(H2O.H2OCountedCompleter, byte) - Constructor for class water.DTask
 
DTask(H2O.H2OCountedCompleter) - Constructor for class water.DTask
 
DTask(byte) - Constructor for class water.DTask
 
DTask() - Constructor for class water.DTask
 
DTask.DKeyTask<T extends DTask.DKeyTask,V extends Keyed> - Class in water
Task to be executed at the home node of the given key.
DTask.RemoveCall - Class in water
Task to cleanly remove value from the K/V (call it's remove() destructor) without the need to fetch it locally first.
DummyRestApiContext() - Constructor for class water.api.RequestServer.DummyRestApiContext
 
duration - Variable in class water.api.schemas4.output.JobV4
 
duration() - Method in class water.util.Countdown
 

E

E - Static variable in class water.rapids.ast.params.AstConst
 
eagerLoadFromHTTP(String) - Static method in class water.util.FrameUtils
 
eagerLoadFromURL(String, URL) - Static method in class water.util.FrameUtils
 
EagerPersistBase - Class in water.persist
Parent class for Persist implementations that do eager-load (data is loaded at import time as opposed to parse time).
EagerPersistBase() - Constructor for class water.persist.EagerPersistBase
 
early_stopping - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
 
earlyStoppingEnabled() - Method in class hex.grid.HyperSpaceSearchCriteria.SequentialSearchCriteria
 
echo(int, LogAndEchoV3) - Method in class water.api.LogAndEchoHandler
 
elapsedTime() - Method in class water.util.Countdown
 
elem2ChunkIdx(long) - Method in class water.fvec.AppendableVec
 
elem2ChunkIdx(long) - Method in class water.fvec.FileVec
 
elem2ChunkIdx(long) - Method in class water.fvec.Vec
Convert a row# to a chunk#.
element() - Method in class jsr166y.ConcurrentLinkedDeque
 
embedded - Variable in class water.H2O.OptArgs
-embedded; when running embedded into another application (eg.
EmbeddedConfigProvider - Interface in water.init
 
embeddedH2OConfig - Static variable in class water.H2O
 
EMPTY - Static variable in class hex.CustomMetric
 
emptyAUC() - Static method in class hex.AUC2
Creates a dummy AUC2 instance with no metrics, meant to prevent possible NPEs
emptyDouble - Static variable in class water.util.TwoDimTable
 
encodeAsInt(byte[]) - Static method in class water.util.ArrayUtils
 
encodeAsInt(byte[], int) - Static method in class water.util.ArrayUtils
 
encodeAsLong(byte[]) - Static method in class water.util.ArrayUtils
 
encodeAsLong(byte[], int, int) - Static method in class water.util.ArrayUtils
 
encodeBetaConstraints(Key, String[], String[], Frame) - Static method in class water.util.FrameUtils
 
encrypt(File, File) - Method in class water.tools.EncryptionTool
 
EncryptionTool - Class in water.tools
 
EncryptionTool() - Constructor for class water.tools.EncryptionTool
 
end(Val) - Method in class water.rapids.Session
Normal session exit.
end_time - Variable in class water.api.schemas3.ModelOutputSchemaV3
 
end_time() - Method in class water.Job
 
ended() - Method in class water.util.Countdown
 
endpoints - Variable in class water.api.schemas4.EndpointsListV4
 
EndpointsListV4 - Class in water.api.schemas4
List of endpoints, returned by GET /4/endpoints
EndpointsListV4() - Constructor for class water.api.schemas4.EndpointsListV4
 
EndpointV4 - Class in water.api.schemas4
 
EndpointV4() - Constructor for class water.api.schemas4.EndpointV4
 
endQuietly(Throwable) - Method in class water.rapids.Session
The Rapids call threw an exception.
endSession(int, InitIDV3) - Method in class water.api.RapidsHandler
 
endTransaction() - Static method in class water.server.ServletUtils
 
ensureSorted() - Method in class hex.leaderboard.Leaderboard
 
enter() - Static method in class water.Scope
Enter a new Scope
entries - Variable in class water.api.schemas3.AboutV3
 
entries - Variable in class water.api.schemas3.NodePersistentStorageV3
 
entries - Variable in class water.api.schemas3.ProfilerNodeV3
 
entrySet() - Method in class hex.FeatureInteractions
 
entrySet() - Method in class hex.SplitValueHistogram
 
entrySet() - Method in class water.util.IcedHashMapBase
 
entrySet() - Method in class water.util.IcedHashMapGeneric
 
enum_nlevels - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
 
enum_nlevels - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
 
EnumFrame(long, Function<Long, Integer>, String[]) - Constructor for class water.udf.TypedFrame.EnumFrame
 
Enums - Class in water.udf.specialized
Specialized factory for enums (aka Cats)
Enums() - Constructor for class water.udf.specialized.Enums
deserialization :(
Enums(String[]) - Constructor for class water.udf.specialized.Enums
 
enums(String[]) - Static method in class water.udf.specialized.Enums
 
Enums.EnumChunk - Class in water.udf.specialized
 
EnumUtils - Class in water.util
Utilities to deal with Java enums.
EnumUtils() - Constructor for class water.util.EnumUtils
 
EnumValuesProvider<E extends java.lang.Enum<E>> - Class in water.api
 
EnumValuesProvider(Class<E>) - Constructor for class water.api.EnumValuesProvider
 
EnumValuesProvider(Class<E>, Predicate<E>) - Constructor for class water.api.EnumValuesProvider
 
EnumValuesProvider(Class<E>, E[]) - Constructor for class water.api.EnumValuesProvider
 
Env - Class in water.rapids
Execute a set of instructions in the context of an H2O cloud.
Env(Session) - Constructor for class water.rapids.Env
 
Env.StackHelp - Class in water.rapids
 
EOL - Static variable in class water.parser.Parser
 
epoch_counter() - Method in interface hex.ScoringInfo.HasEpochs
 
equal(Object, Object) - Static method in class water.util.fp.FP
 
equals(Object) - Method in class hex.Model.InteractionPair
 
equals(Object) - Method in class hex.ModelMetricsBinomialGLM
 
equals(Object) - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
 
equals(Object) - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
 
equals(Object) - Method in class hex.ModelMetricsHGLMGaussianGaussian
 
equals(Object) - Method in class hex.ScoreKeeper
Compare this ScoreKeeper with that ScoreKeeper
equals(Object) - Method in class water.api.Route
 
equals(Object) - Method in class water.fvec.Vec
True if two Vecs are equal.
equals(Object) - Method in class water.fvec.Vec.VectorGroup
True if two VectorGroups are equal
equals(Object) - Method in class water.H2ONode
 
equals(Object) - Method in class water.init.TimelineSnapshot.Event
 
equals(Object) - Method in class water.Key
 
equals(Object) - Method in class water.parser.BufferedString
 
equals(Object) - Method in class water.parser.ParserInfo
 
equals(Object) - Method in class water.persist.Persist.PersistEntry
 
equals(Object) - Method in class water.rapids.ast.prims.mungers.AstGroup.G
 
equals(Object) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
 
equals(Object) - Method in class water.udf.DataColumn
 
equals(Object) - Method in class water.udf.FoldingColumn
 
equals(Object) - Method in class water.udf.Fun2Column
 
equals(Object) - Method in class water.udf.Fun3Column
 
equals(Object) - Method in class water.udf.FunColumn
 
equals(Object) - Method in class water.udf.UnfoldingColumn
 
equals(Object) - Method in class water.util.fp.FP.Some
 
equals(Object) - Method in class water.util.fp.JustCode
 
equals(Object) - Method in class water.util.HttpResponseStatus
 
equals(Object) - Method in class water.util.IcedDouble
 
equals(Object) - Method in class water.util.IcedHashMapBase
 
equals(Object) - Method in class water.util.IcedHashMapGeneric
 
equals(Object) - Method in class water.util.IcedHashSet
 
equals(Object) - Method in class water.util.IcedInt
 
equals(Object) - Method in class water.util.IcedLong
 
equals(Object, Object) - Static method in class water.util.Java7.Objects
 
equals(Object) - Method in class water.util.JSONValue
 
equals(Object) - Method in class water.util.Pair
 
equals(Object, Field, Object, Field) - Static method in class water.util.PojoUtils
 
equals(Object) - Method in class water.util.SetOfBytes
 
equals(Object) - Method in class water.util.Triple
 
equalsAny(long, long...) - Static method in class water.util.ArrayUtils
 
equalsAsciiString(String) - Method in class water.parser.BufferedString
Tests whether this BufferedString is equal to a given ASCII string
equalsWithinOneSmallUlp(float, float) - Static method in class water.util.MathUtils
Compare two numbers to see if they are within one ulp of the smaller decade.
equalsWithinOneSmallUlp(double, double) - Static method in class water.util.MathUtils
 
equalsWithinRecSumErr(double, double, int, double) - Static method in class water.util.MathUtils
 
err() - Method in class hex.ConfusionMatrix
 
err(Object...) - Static method in class water.util.Log
 
err_count() - Method in class hex.ConfusionMatrix
 
error(String, String) - Method in class hex.ModelBuilder
 
error - Variable in class water.api.schemas99.RapidsV99
 
error(String) - Method in class water.util.WaterLogger
 
error_count() - Method in class hex.ModelBuilder
 
error_count - Variable in class hex.schemas.ModelBuilderSchema
 
error_count - Variable in class water.api.schemas3.H2OModelBuilderErrorV3
 
error_count - Variable in class water.api.schemas3.ModelBuilderV3
 
ERRR - Static variable in class water.util.Log
 
errs() - Method in class water.parser.ParseSetup
 
escapechar - Variable in class water.api.schemas3.ParseSetupV3
 
escapechar - Variable in class water.api.schemas3.ParseV3
 
escapeJava(String) - Static method in class water.util.SB
Escape all " and \ characters to provide a proper Java-like string Does not escape unicode characters.
espc() - Method in class water.fvec.Vec
 
espc(Vec) - Static method in class water.fvec.Vec.ESPC
Get the ESPC for a Vec.
ESPCGROUP - Static variable in class water.TypeMap
 
estimatedByteSize() - Method in class hex.createframe.CreateFrameExecutor
Estimated size of the frame (in bytes), to be used in determining the optimal chunk size.
estimateGridWork(long) - Method in interface hex.grid.HyperSpaceWalker
Return estimated grid work.
estimateGridWork(long) - Method in class hex.grid.HyperSpaceWalker.RandomDiscreteValueWalker
 
EULER_MASCHERONI_CONSTANT - Static variable in class water.util.MathUtils
Euler–Mascheroni constant (also called Euler's constant)
EVAL_AUTO_PARAMS_ENABLED - Static variable in class hex.Model
 
evalAutoParamsEnabled - Variable in class hex.Model
 
evaluateAutoModelParameters() - Static method in class hex.Model
Whether to evaluate input parameters of value AUTO.
event() - Method in class water.api.schemas3.TimelineV3.EventV3
 
event() - Method in class water.api.schemas3.TimelineV3.HeartBeatEvent
 
event() - Method in class water.api.schemas3.TimelineV3.IOEvent
 
event() - Method in class water.api.schemas3.TimelineV3.NetworkEvent
 
Event(int, int) - Constructor for class water.init.TimelineSnapshot.Event
 
events - Variable in class hex.GainsLift
 
events() - Method in class hex.GainsLift.GainsLiftBuilder
 
events - Variable in class water.api.schemas3.TimelineV3
 
EventV3() - Constructor for class water.api.schemas3.TimelineV3.EventV3
 
ex() - Method in class water.Job
 
example() - Method in class water.rapids.ast.AstExec
 
example() - Method in class water.rapids.ast.AstFrame
 
example() - Method in class water.rapids.ast.AstFunction
 
example() - Method in class water.rapids.ast.AstParameter
 
example() - Method in class water.rapids.ast.AstPrimitive
 
example() - Method in class water.rapids.ast.AstRoot
Return an example of how this Ast construct ought to be used.
example() - Method in class water.rapids.ast.AstRow
 
example() - Method in class water.rapids.ast.prims.mungers.AstGetrow
 
example() - Method in class water.rapids.ast.prims.mungers.AstNrow
 
example() - Method in class water.rapids.ast.prims.reducers.AstMean
 
example() - Method in class water.rapids.ast.prims.reducers.AstSumAxis
 
example() - Method in class water.rapids.ast.prims.reducers.AstTopN
 
exception - Variable in class water.api.schemas3.JobV3
 
exception - Variable in class water.api.schemas4.output.JobV4
 
exception_msg - Variable in class water.api.schemas3.H2OErrorV3
 
exception_type - Variable in class water.api.schemas3.H2OErrorV3
 
exec(AUC2, int) - Method in enum hex.AUC2.ThresholdCriterion
 
exec(AUUC, int) - Method in enum hex.AUUC.AUUCType
 
exec(int, NewChunk[], Random) - Method in class hex.createframe.columns.BinaryColumnCfcm
 
exec(int, NewChunk[], Random) - Method in class hex.createframe.columns.CategoricalColumnCfcm
 
exec(int, NewChunk[], Random) - Method in class hex.createframe.columns.IntegerColumnCfcm
 
exec(int, NewChunk[], Random) - Method in class hex.createframe.columns.RealColumnCfcm
 
exec(int, NewChunk[], Random) - Method in class hex.createframe.columns.StringColumnCfcm
 
exec(int, NewChunk[], Random) - Method in class hex.createframe.columns.TimeColumnCfcm
 
exec(int, NewChunk[], Random) - Method in class hex.createframe.CreateFrameColumnMaker
Implement this method in a subclass to actually build the columns.
exec(Frame, Random) - Method in class hex.createframe.CreateFramePostprocessStep
This method performs the actual work of the postprocessing task.
exec() - Method in class hex.createframe.CreateFrameRecipe
This function will be called by the REST API handler to initiate making of the recipe.
exec(Frame, Random) - Method in class hex.createframe.postprocess.MissingInserterCfps
Execute this post-processing step.
exec(Frame, Random) - Method in class hex.createframe.postprocess.ShuffleColumnsCfps
 
exec() - Method in class hex.GainsLift
 
exec(Job) - Method in class hex.GainsLift
 
exec() - Method in class hex.MeanResidualDeviance
 
exec() - Method in class hex.ParallelModelBuilder
 
exec() - Method in class hex.Transformer
Execution endpoint for transformations.
exec() - Method in class jsr166y.CountedCompleter
Implements execution conventions for CountedCompleters
exec() - Method in class jsr166y.ForkJoinTask
Immediately performs the base action of this task and returns true if, upon return from this method, this task is guaranteed to have completed normally.
exec() - Method in class jsr166y.RecursiveAction
Implements execution conventions for RecursiveActions.
exec() - Method in class jsr166y.RecursiveTask
Implements execution conventions for RecursiveTask.
exec(int, CreateFrameSimpleIV4) - Method in class water.api.CreateFrameHandler.CreateSimpleFrame
 
exec(int, JobIV4) - Method in class water.api.JobsHandler.FetchJob
 
exec(int, RapidsSchemaV3) - Method in class water.api.RapidsHandler
 
exec(int, InputSchemaV4) - Method in class water.api.RapidsHandler.StartSession4
 
exec(int, IS) - Method in class water.api.RestApiHandler
Execute the endpoint, returning the result as the output schema.
exec(Val[]) - Method in class water.rapids.ast.AstBuiltin
Most Ast* functions will want to override this method.
exec(Env) - Method in class water.rapids.ast.AstExec
 
exec(Env) - Method in class water.rapids.ast.AstFrame
 
exec(Env) - Method in class water.rapids.ast.AstFunction
 
exec(Env) - Method in class water.rapids.ast.AstPrimitive
 
exec(Env) - Method in class water.rapids.ast.AstRoot
"Execute" this AST expression, and return the result.
exec(Env) - Method in class water.rapids.ast.AstRow
 
exec(Env) - Method in class water.rapids.ast.params.AstConst
 
exec(Env) - Method in class water.rapids.ast.params.AstId
 
exec(Env) - Method in class water.rapids.ast.params.AstNum
 
exec(Env) - Method in class water.rapids.ast.params.AstNumList
 
exec(Env) - Method in class water.rapids.ast.params.AstStr
 
exec(Env) - Method in class water.rapids.ast.params.AstStrList
 
exec(Val...) - Method in class water.rapids.ast.prims.math.AstUniOp
 
exec(Val[]) - Method in class water.rapids.ast.prims.misc.AstSetProperty
 
exec(Val...) - Method in class water.rapids.ast.prims.mungers.AstIsNa
 
exec(Val[]) - Method in class water.rapids.ast.prims.mungers.AstMelt
 
exec(Val[]) - Method in class water.rapids.ast.prims.mungers.AstPivot
 
exec(Val[]) - Method in class water.rapids.ast.prims.string.AstGrep
 
exec(Val[]) - Method in class water.rapids.ast.prims.testing.AstSetReadForbidden
 
exec(Val[]) - Method in class water.rapids.ast.prims.time.AstMoment
 
exec(String) - Static method in class water.rapids.Rapids
Execute a single rapids call in a short-lived session
exec(String, Session) - Static method in class water.rapids.Rapids
Compute and return a value in this session.
exec(AstRoot, AstFunction) - Method in class water.rapids.Session
Execute an AstRoot in the current Session with much assertion-checking
exec() - Method in class water.util.FrameUtils.CategoricalBinaryEncoder
 
exec() - Method in class water.util.FrameUtils.CategoricalEigenEncoder
 
exec() - Method in class water.util.FrameUtils.CategoricalEnumLimitedEncoder
 
exec() - Method in class water.util.FrameUtils.CategoricalLabelEncoder
 
exec() - Method in class water.util.FrameUtils.CategoricalOneHotEncoder
 
execImpl() - Method in class hex.CreateFrame
 
execImpl(Key<Frame>) - Method in class hex.Interaction
 
execImpl() - Method in class hex.PartialDependence
 
execImpl() - Method in class hex.SplitFrame
 
execImpl() - Method in class hex.Transformer
Implementation endpoint for transformations.
execImpl() - Method in class water.init.NetworkTest
 
execImpl() - Method in class water.util.DCTTransformer
 
execImpl() - Method in class water.util.FrameUtils.MissingInserter
 
execImpl(boolean) - Method in class water.util.JProfile
 
execImpl() - Method in class water.util.JStack
 
execImpl() - Method in class water.util.Tabulate
 
execNested() - Method in class hex.PartialDependence
 
execute(ForkJoinTask<?>) - Method in class jsr166y.ForkJoinPool
Arranges for (asynchronous) execution of the given task.
execute(Runnable) - Method in class jsr166y.ForkJoinPool
 
exists(int, NodePersistentStorageV3) - Method in class water.api.NodePersistentStorageHandler
 
exists - Variable in class water.api.schemas3.NodePersistentStorageV3
 
exists(URI) - Static method in class water.fvec.persist.PersistUtils
 
exists(String) - Method in class water.init.NodePersistentStorage
 
exists(String, String) - Method in class water.init.NodePersistentStorage
 
exists(String) - Method in class water.persist.Persist
 
exists(String) - Method in class water.persist.PersistFS
 
exists(String) - Method in class water.persist.PersistManager
 
exit(int) - Static method in class water.H2O
Notify embedding software instance H2O wants to exit.
exit(int) - Method in class water.init.AbstractEmbeddedH2OConfig
Tell the embedding software that H2O wants the process to exit.
exit(Key...) - Static method in class water.Scope
Exit the inner-most Scope, remove all Keys created since the matching enter call except for the listed Keys.
exp(double) - Static method in class hex.DistributionFactory.LogExpUtil
Sanitized exponential function - helper function.
expand() - Method in class water.rapids.ast.params.AstNumList
 
expand(String) - Method in class water.rapids.Env
 
expand4() - Method in class water.rapids.ast.params.AstNumList
 
expand8() - Method in class water.rapids.ast.params.AstNumList
 
expand8Sort() - Method in class water.rapids.ast.params.AstNumList
 
expandAndScatter(double[], int, int[]) - Static method in class water.util.ArrayUtils
 
expandArray(double[][], int) - Static method in class water.util.ArrayUtils
 
ExpandCatBetaConstraints(Frame, Frame) - Constructor for class water.util.FrameUtils.ExpandCatBetaConstraints
 
expandedLength() - Method in class water.fvec.InteractionWrappedVec
Obtain the length of the expanded (i.e.
expandedVals() - Method in class water.fvec.ChunkVisitor
 
expandedVals() - Method in class water.fvec.ChunkVisitor.NewChunkVisitor
 
expandPath(String) - Static method in class water.util.StringUtils
Expand ~ to user.home
EXPECT_COND_LF - Static variable in class water.parser.Parser
 
EXPECTATION_FAILED - Static variable in class water.util.HttpResponseStatus
417 Expectation Failed
expectedGain - Variable in class hex.FeatureInteraction
 
Exponents(int) - Constructor for class water.fvec.NewChunk.Exponents
 
export(int, FramesV3) - Method in class water.api.FramesHandler
Export a single frame to the specified path.
export(Frame, String, String, boolean, int) - Static method in class water.fvec.Frame
 
export(Frame, String, String, boolean, int, String, Frame.CSVStreamParams) - Static method in class water.fvec.Frame
 
export(Frame, String, String, boolean, int, boolean, String, Frame.CSVStreamParams) - Static method in class water.fvec.Frame
 
export(Frame, String, boolean, String) - Method in interface water.parser.BinaryFormatExporter
 
export_checkpoints_dir - Variable in class hex.schemas.GridSchemaV99
 
export_checkpoints_dir - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
export_cross_validation_predictions - Variable in class water.api.schemas3.GridExportV3
 
export_cross_validation_predictions - Variable in class water.api.schemas3.ModelExportV3
 
export_cross_validation_predictions - Variable in class water.api.schemas3.ModelsV3
 
exportBinary(String, boolean, ModelExportOption...) - Method in interface hex.faulttolerance.Recoverable
 
exportBinary(String, boolean, ModelExportOption...) - Method in class hex.grid.Grid
Exports this Grid in a binary format using AutoBuffer.
exportBinaryModel(String, boolean, ModelExportOption...) - Method in class hex.Model
Exports a binary model to a given location.
ExportFileFormat - Enum in water.util
 
exportGrid(int, GridExportV3) - Method in class water.api.GridImportExportHandler
 
exportModel(int, ModelExportV3) - Method in class water.api.ModelsHandler
 
exportModelDetails(int, ModelExportV3) - Method in class water.api.ModelsHandler
 
exportMojo(String, boolean) - Method in class hex.Model
Exports a MOJO representation of a model to a given location.
exportMojo(int, ModelExportV3) - Method in class water.api.ModelsHandler
 
exportParquet(Frame, String, boolean, String) - Static method in class water.fvec.Frame
 
exportReferences(Recoverable<T>) - Method in class hex.faulttolerance.Recovery
Saves all of the keyed objects used by this Grid's params.
ExportTaskDriver(Frame, String, String, boolean, Job, int, boolean, CompressionFactory, Frame.CSVStreamParams) - Constructor for class water.util.FrameUtils.ExportTaskDriver
 
expressions - Variable in class water.api.schemas3.RapidsHelpV3
 
expString(String) - Static method in class hex.LinkFunction
Return x as e^x string - helper function
ExtensionManager - Class in water
 
extra_headers - Variable in class water.H2O.BaseArgs
 
extractChunkPart(Chunk, Chunk, int, int, Futures) - Static method in class water.ChunkSplitter
Extract portion of given chunk into given output chunk.
extractChunkRow(Chunk[], String[], byte[], int, RowData) - Static method in class water.util.RowDataUtils
 
extractChunks(Frame, int, boolean) - Static method in class water.util.FrameUtils
 
extractCol(int, double[][]) - Static method in class water.util.ArrayUtils
 
extractDeclaredApiParameters(X) - Static method in class water.api.schemas3.ModelParametersSchemaV3
 
extractFrame(int, int) - Method in class water.fvec.Frame
Split this Frame; return a subframe created from the given column interval, and remove those columns from this Frame.
extractInputStream(HttpServletRequest, HttpServletResponse) - Static method in class water.server.ServletUtils
 
extractPartInputStream(HttpServletRequest, HttpServletResponse) - Static method in class water.server.ServletUtils
 
extractRows(NewChunk, int, int) - Method in class water.fvec.Chunk
 
extractRows(NewChunk, int[]) - Method in class water.fvec.Chunk
 
extractRows(NewChunk, int) - Method in class water.fvec.Chunk
 
extractRows(NewChunk, int, int) - Method in class water.fvec.NewChunk
 
extractRows(NewChunk, int...) - Method in class water.fvec.NewChunk
 
extractVersionFromSchemaName(String) - Static method in class water.api.Schema
Extract the version number from the schema class name.

F

f0point5() - Method in class hex.ConfusionMatrix
Returns the F-measure which combines precision and recall and weights precision higher than recall.
f1() - Method in class hex.ConfusionMatrix
Returns the F-measure which combines precision and recall.
f2() - Method in class hex.ConfusionMatrix
Returns the F-measure which combines precision and recall and weights recall higher than precision.
factor(long) - Method in class water.fvec.Vec
Returns the ith factor for this categorical column.
factor_columns - Variable in class water.api.schemas3.InteractionV3
 
factors - Variable in class hex.CreateFrame
 
factors - Variable in class water.api.schemas3.CreateFrameV3
 
factors - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
 
factors() - Method in class water.rapids.ast.prims.time.AstDayOfWeek
 
factors() - Method in class water.rapids.ast.prims.time.AstTime
 
factory - Variable in class water.udf.UnfoldingFrame
 
fail(String, Throwable) - Static method in class water.H2O
H2O.fail is intended to be used in code where something should never happen, and if it does it's a coding error that needs to be addressed immediately.
fail() - Static method in class water.H2O
 
fail(String) - Static method in class water.H2O
 
fail(Throwable) - Method in class water.Job
 
FAILED_DEPENDENCY - Static variable in class water.util.HttpResponseStatus
424 Failed Dependency (WebDAV, RFC4918)
failed_params - Variable in class hex.schemas.GridSchemaV99
 
failed_raw_params - Variable in class hex.schemas.GridSchemaV99
 
fails - Variable in class water.api.schemas3.ImportFilesMultiV3
 
fails - Variable in class water.api.schemas3.ImportFilesMultiV3.ImportFilesMulti
 
fails - Variable in class water.api.schemas3.ImportFilesV3
 
fails - Variable in class water.api.schemas3.ImportFilesV3.ImportFiles
 
failure_details - Variable in class hex.schemas.GridSchemaV99
 
failure_stack_traces - Variable in class hex.schemas.GridSchemaV99
 
FairnessMetrics(double, double, double, double, double, AUC2.AUCBuilder, double) - Constructor for class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMetrics
 
FairnessMRTask(int[], int[], int, int, int) - Constructor for class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
 
FALSE - Static variable in class water.rapids.ast.params.AstConst
 
FATAL - Static variable in class water.util.Log
 
fatal(Object...) - Static method in class water.util.Log
 
fatal(String) - Method in class water.util.WaterLogger
 
fd(Vec, double) - Static method in class water.rapids.ast.prims.advmath.AstHist
 
fds_h(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
 
feature_interaction - Variable in class water.api.schemas3.FeatureInteractionV3
 
FeatureInteraction - Class in hex
 
FeatureInteraction(List<SharedTreeNode>, double, double, double, double, double, double) - Constructor for class hex.FeatureInteraction
 
FeatureInteractions - Class in hex
 
FeatureInteractions() - Constructor for class hex.FeatureInteractions
 
FeatureInteractionsCollector - Interface in hex
Implementors of this interface have feature interactions calculation implemented.
FeatureInteractionV3 - Class in water.api.schemas3
 
FeatureInteractionV3() - Constructor for class water.api.schemas3.FeatureInteractionV3
 
features() - Method in class hex.Model.H2OModelDescriptor
 
features() - Method in class hex.Model.Output
Returns features used by the model
features_level - Variable in class water.H2O.OptArgs
Optionally disable algorithms marked as beta or experimental.
fetch() - Method in interface hex.leaderboard.LeaderboardCell
Fetch the value if necessary: this may be a long running task.
fetch() - Method in class hex.leaderboard.ScoringTimePerRow
 
fetch() - Method in class hex.leaderboard.TrainingTime
 
fetch(int, DownloadDataV3) - Method in class water.api.DownloadDataHandler
 
fetch(int, FrameChunksV3) - Method in class water.api.FrameChunksHandler
 
fetch(int, FramesV3) - Method in class water.api.FramesHandler
Return a single frame.
fetch(int, GridSchemaV99) - Method in class water.api.GridsHandler
Return a specified grid.
fetch(int, JobsV3) - Method in class water.api.JobsHandler
 
fetch(int, JStackV3) - Method in class water.api.JStackHandler
 
fetch(int, LogsV3) - Method in class water.api.LogsHandler
 
fetch(int, ModelsV3) - Method in class water.api.ModelsHandler
Return a single model.
fetch(int, NetworkTestV3) - Method in class water.api.NetworkTestHandler
 
fetch(int, ProfilerV3) - Method in class water.api.ProfilerHandler
 
fetch(int, SteamMetricsV3) - Method in class water.api.SteamMetricsHandler
 
fetch(int, TimelineV3) - Method in class water.api.TimelineHandler
 
fetch(int, WaterMeterCpuTicksV3) - Method in class water.api.WaterMeterCpuTicksHandler
 
fetch(int, WaterMeterIoV3) - Method in class water.api.WaterMeterIoHandler
 
FETCH_ACK_PRIORITY - Static variable in class water.H2O
 
fetch_all(int, WaterMeterIoV3) - Method in class water.api.WaterMeterIoHandler
 
fetch_mode - Variable in class water.api.schemas3.ImportSQLTableV99
 
fetchAll() - Static method in class hex.Model
 
fetchAll() - Static method in class water.fvec.Frame
Fetch all Frames from the KV store.
fetchAll(Class<T>) - Method in class water.KeySnapshot
 
fetchAll(Class<T>, boolean) - Method in class water.KeySnapshot
 
fetchAll(Class<T>, boolean, int, int) - Method in class water.KeySnapshot
 
fetchBinaryModel(int, ModelsV3) - Method in class water.api.ModelsHandler
 
fetchFlatfile() - Method in class water.init.AbstractEmbeddedH2OConfig
If configProvidesFlatfile, get it.
fetchFrameCols() - Method in class water.api.ModelsHandler.Models
Fetch all the Frames so we can see if they are compatible with our Model(s).
fetchJavaCode(int, ModelsV3) - Method in class water.api.ModelsHandler
 
FetchJob() - Constructor for class water.api.JobsHandler.FetchJob
 
fetchLight(int, FramesV3) - Method in class water.api.FramesHandler
 
fetchModelCols(Model[]) - Static method in class water.api.FramesHandler.Frames
Fetch all the Models so we can see if they are compatible with our Frame(s).
fetchMojo(int, ModelsV3) - Method in class water.api.ModelsHandler
 
fetchPartialDependence(int, KeyV3.PartialDependenceKeyV3) - Method in class water.api.ModelsHandler
 
fetchPreview(int, ModelsV3) - Method in class water.api.ModelsHandler
Return a single model.
fetchRoute(int, MetadataV3) - Method in class water.api.MetadataHandler
Return the metadata for a REST API Route, specified either by number or path.
fetchSchemaMetadata(int, MetadataV3) - Method in class water.api.MetadataHandler
Fetch the metadata for a Schema by its simple Schema name (e.g., "DeepLearningParametersV2").
fetchSchemaMetadataByClass(int, MetadataV3) - Method in class water.api.MetadataHandler
Deprecated.
fetchStreaming(int, DownloadDataV3) - Method in class water.api.DownloadDataHandler
 
field() - Method in class hex.ModelBuilder.ValidationMessage
 
field_name - Variable in class water.api.schemas3.ValidationMessageV3
 
FieldMetadata() - Constructor for class water.api.SchemaMetadata.FieldMetadata
 
FieldMetadata(Schema, Field, List<Field>) - Constructor for class water.api.SchemaMetadata.FieldMetadata
Create a new FieldMetadata object for the given Field of the given Schema.
FieldMetadataV3 - Class in water.api.schemas3
Schema for the metadata for the field of a Schema.
FieldMetadataV3() - Constructor for class water.api.schemas3.FieldMetadataV3
 
fields - Variable in class water.api.SchemaMetadata
 
fields() - Method in class water.api.schemas3.ModelParametersSchemaV3
 
fields - Variable in class water.api.schemas3.SchemaMetadataV3
 
FILE - Static variable in interface water.persist.PersistManager.Schemes
 
file_name - Variable in class water.api.schemas99.AssemblyV99
 
fileHasHeader(byte[], ParseSetup) - Method in class water.parser.CsvParser
 
fileHasHeader(byte[], ParseSetup) - Method in class water.parser.Parser
 
FileIntegrityChecker - Class in water.util
 
FileIntegrityChecker(File) - Constructor for class water.util.FileIntegrityChecker
 
filename - Variable in class water.api.schemas3.DownloadDataV3
 
files - Variable in class water.api.schemas3.ImportFilesMultiV3
 
files - Variable in class water.api.schemas3.ImportFilesMultiV3.ImportFilesMulti
 
files - Variable in class water.api.schemas3.ImportFilesV3
 
files - Variable in class water.api.schemas3.ImportFilesV3.ImportFiles
 
FileUtils - Class in water.util
File utilities.
FileUtils() - Constructor for class water.util.FileUtils
 
FileVec - Class in water.fvec
 
FileVec(Key, long, byte) - Constructor for class water.fvec.FileVec
 
FileVecUtils - Class in water.fvec
 
FileVecUtils() - Constructor for class water.fvec.FileVecUtils
 
fill(int, Chunk[]) - Method in class water.rapids.ast.prims.mungers.AstGroup.G
 
fill(int, Chunk[], int[]) - Method in class water.rapids.ast.prims.mungers.AstGroup.G
 
fill(int, Chunk[], int[], byte[]) - Method in class water.rapids.ast.prims.mungers.AstGroup.G
 
fill(int, Chunk[], int[]) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
 
fill(double[], long) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
 
fill(byte[], int, int, int) - Method in class water.util.IcedBitSet
 
fill2(byte[], AutoBuffer) - Method in class water.util.IcedBitSet
 
fill3(byte[], AutoBuffer) - Method in class water.util.IcedBitSet
 
fillFrom(ModelMetrics) - Method in class hex.ScoreKeeper
 
fillFrom(ModelMetrics, CustomMetric) - Method in class hex.ScoreKeeper
 
fillFromAny(Object) - Method in class water.api.Schema
 
fillFromBody(String) - Method in class water.api.Schema
Fills this Schema from the body content when available.
fillFromFrame(Frame) - Method in class water.api.schemas3.FrameChunksV3
 
fillFromImpl(Grid) - Method in class hex.schemas.GridSchemaV99
 
fillFromImpl(G) - Method in class hex.schemas.GridSearchSchema
 
fillFromImpl(HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria) - Method in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
 
fillFromImpl(HyperSpaceSearchCriteria.SequentialSearchCriteria) - Method in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
 
fillFromImpl(B) - Method in class hex.schemas.ModelBuilderSchema
 
fillFromImpl() - Method in class water.api.Schema
Fill this schema from the default impl, and then return self.
fillFromImpl(I) - Method in class water.api.Schema
Fill this Schema from the given implementation object.
fillFromImpl(I, String[]) - Method in class water.api.Schema
 
fillFromImpl(DecryptionTool.DecryptionSetup) - Method in class water.api.schemas3.DecryptionSetupV3
 
fillFromImpl(FramesHandler.Frames) - Method in class water.api.schemas3.FramesV3
 
fillFromImpl(Frame) - Method in class water.api.schemas3.FrameV3
 
fillFromImpl(Job) - Method in class water.api.schemas3.JobV3
 
fillFromImpl(Iced) - Method in class water.api.schemas3.KeyV3
 
fillFromImpl(J) - Method in class water.api.schemas3.ModelBuilderV3
 
fillFromImpl(ModelMetrics) - Method in class water.api.schemas3.ModelMetricsBaseV3
 
fillFromImpl(ModelMetricsBinomialGeneric) - Method in class water.api.schemas3.ModelMetricsBinomialGenericV3
 
fillFromImpl(ModelMetricsBinomialGLMGeneric) - Method in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
 
fillFromImpl(ModelMetricsBinomialGLM) - Method in class water.api.schemas3.ModelMetricsBinomialGLMV3
 
fillFromImpl(ModelMetricsBinomialUplift) - Method in class water.api.schemas3.ModelMetricsBinomialUpliftV3
 
fillFromImpl(ModelMetricsBinomial) - Method in class water.api.schemas3.ModelMetricsBinomialV3
 
fillFromImpl(ModelMetricsClustering) - Method in class water.api.schemas3.ModelMetricsClusteringV3
 
fillFromImpl(ModelMetricHGLMGaussianGaussianGeneric) - Method in class water.api.schemas3.ModelMetricsHGLMGaussianGaussianGenericV3
 
fillFromImpl(ModelMetricsHGLMGaussianGaussian) - Method in class water.api.schemas3.ModelMetricsHGLMGaussianGaussianV3
 
fillFromImpl(ModelMetricsHGLMGeneric) - Method in class water.api.schemas3.ModelMetricsHGLMGenericV3
 
fillFromImpl(ModelMetricsHGLM) - Method in class water.api.schemas3.ModelMetricsHGLMV3
 
fillFromImpl(I) - Method in class water.api.schemas3.ModelMetricsMultinomialGenericV3
 
fillFromImpl(ModelMetricsMultinomialGLMGeneric) - Method in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
 
fillFromImpl(ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM) - Method in class water.api.schemas3.ModelMetricsMultinomialGLMV3
 
fillFromImpl(I) - Method in class water.api.schemas3.ModelMetricsMultinomialV3
 
fillFromImpl(I) - Method in class water.api.schemas3.ModelMetricsOrdinalGenericV3
 
fillFromImpl(I) - Method in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
 
fillFromImpl(ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM) - Method in class water.api.schemas3.ModelMetricsOrdinalGLMV3
 
fillFromImpl(I) - Method in class water.api.schemas3.ModelMetricsOrdinalV3
 
fillFromImpl(ModelMetricsRegressionCoxPH) - Method in class water.api.schemas3.ModelMetricsRegressionCoxPHV3
 
fillFromImpl(I) - Method in class water.api.schemas3.ModelMetricsRegressionGenericV3
 
fillFromImpl(ModelMetricsRegressionGLMGeneric) - Method in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
 
fillFromImpl(ModelMetricsRegressionGLM) - Method in class water.api.schemas3.ModelMetricsRegressionGLMV3
 
fillFromImpl(I) - Method in class water.api.schemas3.ModelMetricsRegressionV3
 
fillFromImpl(O) - Method in class water.api.schemas3.ModelOutputSchemaV3
 
fillFromImpl(Iced) - Method in class water.api.schemas3.ModelParameterSchemaV3
 
fillFromImpl(P) - Method in class water.api.schemas3.ModelParametersSchemaV3
 
fillFromImpl(M) - Method in class water.api.schemas3.ModelSchemaV3
 
fillFromImpl(ModelsHandler.Models) - Method in class water.api.schemas3.ModelsV3
 
fillFromImpl(NetworkBench) - Method in class water.api.schemas3.NetworkBenchV3
 
fillFromImpl(ParseSetup) - Method in class water.api.schemas3.ParseSetupV3
 
fillFromImpl(Route) - Method in class water.api.schemas3.RouteV3
 
fillFromImpl(SchemaMetadata) - Method in class water.api.schemas3.SchemaMetadataV3
 
fillFromImpl(Tabulate) - Method in class water.api.schemas3.TabulateV3
 
fillFromImpl(TimelineHandler.Timeline) - Method in class water.api.schemas3.TimelineV3
 
fillFromImpl(TwoDimTable) - Method in class water.api.schemas3.TwoDimTableV3
Fill a TwoDimTable Schema from a TwoDimTable
fillFromImpl(ModelBuilder.ValidationMessage) - Method in class water.api.schemas3.ValidationMessageV3
 
fillFromImpl(WaterMeterCpuTicks) - Method in class water.api.schemas3.WaterMeterCpuTicksV3
 
fillFromImpl(WaterMeterIo) - Method in class water.api.schemas3.WaterMeterIoV3
 
fillFromImpl(Route) - Method in class water.api.schemas4.EndpointV4
 
fillFromImpl(Job<?>) - Method in class water.api.schemas4.output.JobV4
 
fillFromImplWithSynopsis(FramesHandler.Frames) - Method in class water.api.schemas3.FramesListV3
 
fillFromImplWithSynopsis(ModelsHandler.Models) - Method in class water.api.schemas3.ModelsV3
 
fillFromJson(T, String) - Static method in class water.util.PojoUtils
Take a object which potentially has default values for some fields and set only those fields which are in the supplied JSON string.
fillFromParms(Properties) - Method in class hex.schemas.GridSearchSchema
 
fillFromParms(Properties) - Method in class hex.schemas.ModelBuilderSchema
 
fillFromParms(Properties) - Method in class water.api.Schema
Fill this Schema object from a set of parameters.
fillFromParms(Properties, boolean) - Method in class water.api.Schema
Fill this Schema object from a set of parameters.
fillFromParms(Properties, Properties, boolean) - Method in class water.api.Schema
Fill this Schema from a set of (generally HTTP) parameters.
fillImpl(HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria) - Method in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
 
fillImpl(HyperSpaceSearchCriteria.SequentialSearchCriteria) - Method in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
 
fillImpl(B) - Method in class hex.schemas.ModelBuilderSchema
 
fillImpl(I, String[]) - Method in class water.api.Schema
 
fillImpl(I) - Method in class water.api.Schema
Fill an impl object and any children from this schema and its children.
fillImpl(DecryptionTool.DecryptionSetup) - Method in class water.api.schemas3.DecryptionSetupV3
 
fillImpl(FramesHandler.Frames) - Method in class water.api.schemas3.FramesV3
 
fillImpl(P) - Method in class water.api.schemas3.ModelParametersSchemaV3
 
fillImpl(ModelsHandler.Models) - Method in class water.api.schemas3.ModelsV3
 
fillImpl(ParseSetup) - Method in class water.api.schemas3.ParseSetupV3
 
fillImpl(SchemaMetadata) - Method in class water.api.schemas3.SchemaMetadataV3
 
fillImpl(TwoDimTable) - Method in class water.api.schemas3.TwoDimTableV3
Fill a TwoDimTable from this Schema
fillMissingParameters() - Method in class hex.createframe.CreateFrameRecipe
Resolve parameter values that cannot be initialized to static defaults.
FillNAWithDoubleValueTask - Class in water.fvec.task
 
FillNAWithDoubleValueTask(int, double) - Constructor for class water.fvec.task.FillNAWithDoubleValueTask
 
FillNAWithLongValueTask - Class in water.fvec.task
 
FillNAWithLongValueTask(int, long) - Constructor for class water.fvec.task.FillNAWithLongValueTask
 
fillScoringInfo(ScoringInfo) - Method in class hex.Model
Fill a ScoringInfo with data from the ModelMetrics for this model.
fillSparseNAs(int) - Method in class water.util.MathUtils.BasicStats
 
fillSparseZeros(int) - Method in class water.util.MathUtils.BasicStats
 
fillTable() - Method in class water.init.NetworkTest
 
fillTo(ScoreKeeper) - Method in interface hex.ScoreKeeper.ScoreKeeperAware
 
fillWithDefaults() - Method in class hex.schemas.HyperSpaceSearchCriteriaV99
Fill with the default values from the corresponding Iced object.
filter(Vec, String) - Method in class hex.ModelBuilder.FilterCols
 
filter(RequestUri, Properties, Properties) - Method in interface water.api.RequestServer.HttpLogFilter
 
filter(KeySnapshot.KVFilter) - Method in class water.KeySnapshot
Filter the snapshot providing custom filter.
filter(KeySnapshot.KeyInfo) - Method in class water.KeySnapshot.KVFilter
 
filter(List<Y>) - Method in class water.util.fp.Predicate
 
FilterByValueTask - Class in water.fvec.task
 
FilterByValueTask(double, boolean) - Constructor for class water.fvec.task.FilterByValueTask
 
FilterCols(int) - Constructor for class hex.ModelBuilder.FilterCols
 
filterFields(Object, String, String) - Static method in class water.util.PojoUtils
Null out fields in this schema and its children as specified by parameters __exclude_fields and __include_fields.
finalize(Job<Frame>, Vec[], ParseSetup, int[]) - Method in class water.parser.ParseFinalizer
 
finalize(Job<Frame>, Vec[], ParseSetup, int[]) - Method in class water.parser.SyntheticColumnGenerator
 
finalizeFrame(String, long[], byte[], String[][]) - Static method in class water.fvec.ChunkUtils
 
finalizeFrame(String, long[], byte[], String[][], boolean) - Static method in class water.fvec.ChunkUtils
 
finalizeRegistration() - Static method in class water.H2O
Deprecated.
use starServingRestApi
find(String) - Method in class water.fvec.Frame
Finds the column index with a matching name, or -1 if missing
find(Vec) - Method in class water.fvec.Frame
Deprecated.
as many columns in a Frame could be backed by the same Vec, we can't return single column index that corresponds to a given vec. Please use Frame.find(String) instead.
find(Key) - Method in class water.fvec.Frame
Deprecated.
as many columns in a Frame could be backed by the same Vec (and its key), we can't return single column index that corresponds to a given key. Please use Frame.find(String) instead.
find(String[]) - Method in class water.fvec.Frame
find(T[], T) - Static method in class water.util.ArrayUtils
 
find(T[], T, int) - Static method in class water.util.ArrayUtils
 
find(long[], long) - Static method in class water.util.ArrayUtils
 
find(int[], int) - Static method in class water.util.ArrayUtils
 
find_compatible_frames - Variable in class water.api.ModelsHandler.Models
 
find_compatible_frames - Variable in class water.api.schemas3.ModelsV3
 
find_compatible_models - Variable in class water.api.FramesHandler.Frames
 
find_compatible_models - Variable in class water.api.schemas3.FramesV3
 
findActualClassParameter(Class, int) - Static method in class water.util.ReflectionUtils
Reflection helper which returns the actual class for a type parameter, even if itself is parameterized.
findActualFieldClass(Class, Field) - Static method in class water.util.ReflectionUtils
Reflection helper which returns the actual class for a field which has a parameterized type.
findByColName(String) - Method in class water.fvec.Frame.FrameVecRegistry
Finds a Vec by column name
findInetAddressForSelf(String, String) - Static method in class water.init.HostnameGuesser
Finds InetAddress for a specified IP, guesses the address if parameter is not specified (uses network as a hint if provided).
findInetAddressForSelf() - Static method in class water.init.NetworkInit
 
findLongestCommonPrefix(String[]) - Static method in class water.util.ArrayUtils
 
findMethodOutputClass(Method) - Static method in class water.util.ReflectionUtils
Reflection helper which returns the actual class for a method's parameter.
findMethodParameterClass(Method, int) - Static method in class water.util.ReflectionUtils
Reflection helper which returns the actual class for a method's parameter.
findMinMax(Vec, Vec) - Static method in class water.util.VecUtils
 
findNamedField(Object, String) - Static method in class water.util.ReflectionUtils
Return the Field for the specified name.
FindV3 - Class in water.api.schemas3
 
FindV3() - Constructor for class water.api.schemas3.FindV3
 
findWithPrefix(String[], String) - Static method in class water.util.ArrayUtils
Find an element with prefix with linear search & return it's index if find exactly, -index-2 if find first occurrence with prefix or -1
findWithPrefix(String[], String, int) - Static method in class water.util.ArrayUtils
Find an element with prefix with linear search & return it's index if find exactly, -index-2 if find first occurrence with prefix or -1
finished(ModelBuilder<?, ?, ?>) - Method in class hex.CVModelBuilder
 
FISHER_TEST_REL_ERROR - Static variable in class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
 
fit(int, AssemblyV99) - Method in class water.api.AssemblyHandler
 
fit(Frame) - Method in class water.rapids.Assembly
 
fit(Frame) - Method in class water.rapids.transforms.H2OColOp
 
fit(Frame) - Method in class water.rapids.transforms.H2OColSelect
 
fit(Frame) - Method in class water.rapids.transforms.H2OScaler
 
fit(Frame) - Method in class water.rapids.transforms.Transform
 
fitsIntoInt(double) - Static method in class water.util.PrettyPrint
 
fitTransform(Frame) - Method in class water.rapids.transforms.Transform
 
fixedLength(String, int) - Static method in class water.util.StringUtils
 
fixef - Variable in class water.api.schemas3.ModelMetricsHGLMV3
 
fjqueue - Variable in class water.api.schemas3.CloudV3.NodeV3
 
fjthrds - Variable in class water.api.schemas3.CloudV3.NodeV3
 
flat(T[][]) - Static method in class water.util.ArrayUtils
Flatenize given array (skips null arrays) Example: [[1,2], null, [3,null], [4]] -> [1,2,3,null,4]
flatfile - Variable in class water.H2O.OptArgs
-flatfile=flatfile; Specify a list of cluster IP addresses
flatMap(Function<T, FP.Option<U>>) - Method in class water.util.fp.FP.Some
 
flatten(FP.Option<FP.Option<T>>) - Static method in class water.util.fp.FP
 
flipForReading() - Method in class water.AutoBuffer
 
FloatArray() - Constructor for class water.util.AtomicUtils.FloatArray
 
flow_dir - Variable in class water.H2O.OptArgs
-flow_dir=/path/to/dir; directory to save flows in
flush() - Method in class water.util.LineLimitOutputStreamWrapper
 
flushBufferedMessages() - Static method in class water.util.Log
 
flushBufferedMessagesToStdout() - Static method in class water.util.Log
 
fn(int) - Method in class hex.AUC2
 
fold_assignment - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
fold_column - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
Foldable<X,Y> - Interface in water.util.fp
Represents a folding operation applicable to streams or collection Initial value of type Y is the value that is returned on an empty collection.
FoldAssignment - Class in hex
 
FoldAssignmentSchemeValuesProvider() - Constructor for class water.api.schemas3.ModelParamsValuesProviders.FoldAssignmentSchemeValuesProvider
 
foldColumn() - Method in class hex.Model.H2OModelDescriptor
 
foldIdx() - Method in class hex.Model.Output
 
FoldingColumn<X,Y> - Class in water.udf
This column depends a plurality of columns
FoldingColumn() - Constructor for class water.udf.FoldingColumn
deserialization :(
FoldingColumn(Foldable<X, Y>, Column<X>...) - Constructor for class water.udf.FoldingColumn
 
FoldingColumn(Foldable<X, Y>, Iterable<Column<X>>) - Constructor for class water.udf.FoldingColumn
 
foldName() - Method in class hex.Model.Output
 
FORBIDDEN - Static variable in class water.util.HttpResponseStatus
403 Forbidden
force - Variable in class water.api.schemas3.FrameLoadV3
 
force - Variable in class water.api.schemas3.FrameSaveV3
 
force - Variable in class water.api.schemas3.FramesV3
 
force - Variable in class water.api.schemas3.ModelExportV3
Destination directory to save exported model.
force - Variable in class water.api.schemas3.ModelImportV3
 
forceTermination() - Method in class jsr166y.Phaser
Forces this phaser to enter termination state.
forColumn(DataColumns.BaseFactory<X>, Column<X>) - Static method in class water.udf.TypedFrame
 
forCriterion(AUC2.ThresholdCriterion) - Method in class hex.AUC2
 
forJob(Job<?>) - Static method in class water.JobUpdatePostMap
 
fork() - Method in class jsr166y.ForkJoinTask
Arranges to asynchronously execute this task.
fork(Key) - Method in class water.Atomic
 
ForkJoinPool - Class in jsr166y
An ExecutorService for running ForkJoinTasks.
ForkJoinPool() - Constructor for class jsr166y.ForkJoinPool
Creates a ForkJoinPool with parallelism equal to Runtime.availableProcessors(), using the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int) - Constructor for class jsr166y.ForkJoinPool
Creates a ForkJoinPool with the indicated parallelism level, the default thread factory, no UncaughtExceptionHandler, and non-async LIFO processing mode.
ForkJoinPool(int, ForkJoinPool.ForkJoinWorkerThreadFactory, Thread.UncaughtExceptionHandler, boolean) - Constructor for class jsr166y.ForkJoinPool
Creates a ForkJoinPool with the given parameters.
ForkJoinPool.ForkJoinWorkerThreadFactory - Interface in jsr166y
Factory for creating new ForkJoinWorkerThreads.
ForkJoinPool.ManagedBlocker - Interface in jsr166y
Interface for extending managed parallelism for tasks running in ForkJoinPools.
ForkJoinTask<V> - Class in jsr166y
Abstract base class for tasks that run within a ForkJoinPool.
ForkJoinTask() - Constructor for class jsr166y.ForkJoinTask
 
ForkJoinWorkerThread - Class in jsr166y
A thread managed by a ForkJoinPool, which executes ForkJoinTasks.
ForkJoinWorkerThread(ForkJoinPool) - Constructor for class jsr166y.ForkJoinWorkerThread
Creates a ForkJoinWorkerThread operating in the given pool.
forkParseDataset(Key<Frame>, Key[], ParseSetup, boolean) - Static method in class water.parser.ParseDataset
The entry-point for data set parsing.
forkParseSVMLight(Key<Frame>, Key[], ParseSetup) - Static method in class water.parser.ParseDataset
 
form_auth - Variable in class water.H2O.BaseArgs
-form_auth enables Form-based authentication
format - Variable in class water.api.schemas3.FramesV3
 
format - Variable in class water.api.schemas3.SaveToHiveTableV3
 
formatPct(double) - Static method in class water.util.PrettyPrint
 
formGram(double[][], boolean) - Static method in class water.util.ArrayUtils
Given a n by k matrix X, form its Gram matrix
formGram(double[][]) - Static method in class water.util.ArrayUtils
 
forSupervised(boolean) - Static method in enum hex.ScoreKeeper.ProblemType
 
FOUND - Static variable in class water.util.HttpResponseStatus
302 Found
foundNAs(Chunk[], int, int[], int) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy
 
fourth_moment(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
 
fp(int) - Method in class hex.AUC2
 
FP - Class in water.util.fp
Elements of Functional Programming (known as FP) in Java
FP() - Constructor for class water.util.fp.FP
 
FP.Some<T> - Class in water.util.fp
 
fraction - Variable in class water.api.schemas3.MissingInserterV3
 
frame() - Method in class hex.ModelMetrics
 
frame - Variable in class water.api.schemas3.FriedmanPopescusHV3
 
frame - Variable in class water.api.schemas3.ModelMetricsBaseV3
 
frame - Variable in class water.api.schemas99.AssemblyV99
 
Frame - Class in water.fvec
A collection of named Vecs, essentially an R-like Distributed Data Frame.
Frame(Vec...) - Constructor for class water.fvec.Frame
Creates an internal frame composed of the given Vecs and default names.
Frame(String[], Vec[]) - Constructor for class water.fvec.Frame
Creates an internal frame composed of the given Vecs and names.
Frame(Key<Frame>) - Constructor for class water.fvec.Frame
Creates an empty frame with given key.
Frame(Key<Frame>, Vec[]) - Constructor for class water.fvec.Frame
Creates a frame with given key, default names and vectors.
Frame(Key<Frame>, String[], Vec[]) - Constructor for class water.fvec.Frame
Creates a frame with given key, names and vectors.
Frame(Frame) - Constructor for class water.fvec.Frame
Deep copy of Vecs and Keys and Names (but not data!) to a new random Key.
FRAME - Static variable in class water.TypeMap
 
frame(Key<Frame>, String[], double[]...) - Static method in class water.util.ArrayUtils
Create a new frame based on given row data.
frame(double[]...) - Static method in class water.util.ArrayUtils
 
frame(String[], double[]...) - Static method in class water.util.ArrayUtils
 
frame(String, Vec) - Static method in class water.util.ArrayUtils
 
Frame.CSVStream - Class in water.fvec
 
Frame.CSVStreamParams - Class in water.fvec
 
Frame.DeepSelect - Class in water.fvec
Last column is a bit vec indicating whether or not to take the row.
Frame.FrameVecRegistry - Class in water.fvec
 
Frame.VecSpecifier - Class in water.fvec
Pair of (column name, Frame key).
frame_checksum - Variable in class water.api.schemas3.ModelMetricsBaseV3
 
frame_id - Variable in class water.api.FramesHandler.Frames
 
frame_id - Variable in class water.api.schemas3.DownloadDataV3
 
frame_id - Variable in class water.api.schemas3.FrameBaseV3
 
frame_id - Variable in class water.api.schemas3.FrameChunksV3
 
frame_id - Variable in class water.api.schemas3.FrameLoadV3
 
frame_id - Variable in class water.api.schemas3.FrameSaveV3
 
frame_id - Variable in class water.api.schemas3.FramesListV3
 
frame_id - Variable in class water.api.schemas3.FramesV3
 
frame_id - Variable in class water.api.schemas3.PartialDependenceV3
 
frame_id - Variable in class water.api.schemas3.SaveToHiveTableV3
 
frame_op_scalar(Frame, double) - Method in class water.rapids.ast.prims.operators.AstBinOp
Auto-widen the scalar to every element of the frame
frame_op_scalar(Frame, double) - Method in class water.rapids.ast.prims.operators.AstEq
 
frame_op_scalar(Frame, double) - Method in class water.rapids.ast.prims.operators.AstNe
 
FrameBaseV3<I extends Iced,S extends FrameBaseV3<I,S>> - Class in water.api.schemas3
The minimal amount of information on a Frame.
FrameBaseV3() - Constructor for class water.api.schemas3.FrameBaseV3
 
FrameChunksHandler - Class in water.api
 
FrameChunksHandler() - Constructor for class water.api.FrameChunksHandler
 
FrameChunksV3 - Class in water.api.schemas3
 
FrameChunksV3() - Constructor for class water.api.schemas3.FrameChunksV3
 
FrameChunksV3.FrameChunkV3 - Class in water.api.schemas3
 
FrameChunkV3() - Constructor for class water.api.schemas3.FrameChunksV3.FrameChunkV3
 
FrameChunkV3(int, Vec) - Constructor for class water.api.schemas3.FrameChunksV3.FrameChunkV3
 
FrameCreator - Class in water.fvec
Helper to make up a Frame from scratch, with random content
FrameCreator(CreateFrame) - Constructor for class water.fvec.FrameCreator
 
FrameKeyV3() - Constructor for class water.api.schemas3.KeyV3.FrameKeyV3
 
FrameKeyV3(Key<Frame>) - Constructor for class water.api.schemas3.KeyV3.FrameKeyV3
 
FrameLoadV3 - Class in water.api.schemas3
Frame import REST end-point.
FrameLoadV3() - Constructor for class water.api.schemas3.FrameLoadV3
 
FramePersist - Class in water.fvec.persist
 
FramePersist(Frame) - Constructor for class water.fvec.persist.FramePersist
 
FramePersist.LoadFrameDriver - Class in water.fvec.persist
 
FramePersist.SaveFrameDriver - Class in water.fvec.persist
 
Frames() - Constructor for class hex.SplitFrame.Frames
 
Frames() - Constructor for class water.api.FramesHandler.Frames
 
frames - Variable in class water.api.FramesHandler.Frames
 
frames - Variable in class water.api.schemas3.FramesListV3
 
frames - Variable in class water.api.schemas3.FramesV3
 
frames - Variable in class water.api.schemas3.RapidsMapFrameV3
 
FrameSaveV3 - Class in water.api.schemas3
Frame export REST end-point.
FrameSaveV3() - Constructor for class water.api.schemas3.FrameSaveV3
 
FramesHandler<I extends FramesHandler.Frames,S extends SchemaV3<I,S>> - Class in water.api
 
FramesHandler() - Constructor for class water.api.FramesHandler
 
FramesHandler.Frames - Class in water.api
Class which contains the internal representation of the frames list and params.
FrameSizeMonitor - Class in water
 
FramesListV3 - Class in water.api.schemas3
 
FramesListV3() - Constructor for class water.api.schemas3.FramesListV3
 
FrameSplitter - Class in hex
Frame splitter function to divide given frame into multiple partitions based on given ratios.
FrameSplitter(Frame, double[], Key<Frame>[], Key<Job>) - Constructor for class hex.FrameSplitter
 
FrameSplitter(H2O.H2OCountedCompleter, Frame, double[], Key<Frame>[], Key<Job>) - Constructor for class hex.FrameSplitter
 
FramesV3 - Class in water.api.schemas3
 
FramesV3() - Constructor for class water.api.schemas3.FramesV3
 
FrameSynopsisV3 - Class in water.api.schemas3
The minimal amount of information on a Frame.
FrameSynopsisV3() - Constructor for class water.api.schemas3.FrameSynopsisV3
 
FrameSynopsisV3(Frame) - Constructor for class water.api.schemas3.FrameSynopsisV3
 
FrameToArray(int, int, long, double[][]) - Constructor for class water.util.ArrayUtils.FrameToArray
 
FrameUtils - Class in water.util
 
FrameUtils() - Constructor for class water.util.FrameUtils
 
FrameUtils.CalculateWeightMeanSTD - Class in water.util
This class will calculate the weighted mean and standard deviatioin of a target column of a data frame with the weights specified in another column.
FrameUtils.CategoricalBinaryEncoder - Class in water.util
Helper to convert a categorical variable into a "binary" encoding format.
FrameUtils.CategoricalEigenEncoder - Class in water.util
Helper to convert a categorical variable into the first eigenvector of the dummy-expanded matrix.
FrameUtils.CategoricalEnumLimitedEncoder - Class in water.util
Helper to convert a categorical variable into the first eigenvector of the dummy-expanded matrix.
FrameUtils.CategoricalLabelEncoder - Class in water.util
 
FrameUtils.CategoricalOneHotEncoder - Class in water.util
 
FrameUtils.ExpandCatBetaConstraints - Class in water.util
 
FrameUtils.ExportTaskDriver - Class in water.util
 
FrameUtils.MissingInserter - Class in water.util
Helper to insert missing values into a Frame
FrameUtils.Vec2ArryTsk - Class in water.util
 
FrameUtils.Vecs2ArryTsk - Class in water.util
 
FrameUtils.WeightedMean - Class in water.util
 
FrameV3 - Class in water.api.schemas3
All the details on a Frame.
FrameV3() - Constructor for class water.api.schemas3.FrameV3
 
FrameV3(Key<Frame>) - Constructor for class water.api.schemas3.FrameV3
 
FrameV3(Frame) - Constructor for class water.api.schemas3.FrameV3
 
FrameV3(Frame, long, int) - Constructor for class water.api.schemas3.FrameV3
 
FrameV3(Frame, long, int, int, int) - Constructor for class water.api.schemas3.FrameV3
 
FrameV3(Frame, long, int, int, int, int, boolean) - Constructor for class water.api.schemas3.FrameV3
 
FrameV3.ColSpecifierV3 - Class in water.api.schemas3
 
FrameV3.ColV3 - Class in water.api.schemas3
 
frameVecRegistry() - Method in class water.fvec.Frame
A structure for fast lookup in the set of frame's vectors.
free_disk - Variable in class water.api.schemas3.CloudV3.NodeV3
 
free_mem - Variable in class water.api.schemas3.CloudV3.NodeV3
 
free_mem - Variable in class water.api.schemas3.PingV3.NodeMemoryInfoV3
 
free_mem() - Method in class water.H2O
 
freeMem() - Method in class water.Value
Invalidate byte[] cache.
freePOJO() - Method in class water.Value
Invalidate POJO cache.
Freezable<T extends Freezable> - Interface in water
Auto-serializer interface using a delegator pattern (the faster option is to byte-code gen directly in all Iced classes, but this requires all Iced classes go through a ClassLoader).
frequency(int) - Method in class hex.AUUC
 
FriedmanPopescusHCollector - Interface in hex
Implementors of this interface have Friedman & Popescu's H calculation implemented.
FriedmanPopescusHV3 - Class in water.api.schemas3
 
FriedmanPopescusHV3() - Constructor for class water.api.schemas3.FriedmanPopescusHV3
 
FRM - Static variable in class water.rapids.Val
 
from(String, double) - Static method in class hex.CustomMetric
 
from - Variable in class water.api.schemas3.TimelineV3.NetworkEvent
 
from(String) - Static method in class water.udf.CFuncRef
Create function definition from "lang:keyName=funcName"
from(String, String, String) - Static method in class water.udf.CFuncRef
 
fromGenModel(CategoricalEncoding) - Static method in enum hex.Model.Parameters.CategoricalEncodingScheme
 
fromRow(double...) - Static method in class water.rapids.vals.ValFrame
 
fromSeconds(double) - Static method in class water.util.Countdown
 
fromString(String) - Static method in enum hex.AUC2.ThresholdCriterion
 
fromString(String) - Static method in enum hex.AUUC.AUUCType
 
fromValue(V) - Static method in class water.util.JSONValue
 
frozenType() - Method in interface water.Freezable
Returns a small dense integer, which is cluster-wide unique per-class.
frozenType() - Method in class water.H2O.H2OCountedCompleter
 
frozenType() - Method in class water.Iced
Returns a small dense integer, which is cluster-wide unique per-class.
frozenType() - Method in class water.Icer
 
frozenType() - Method in class water.util.IcedAtomicInt
 
fScore - Variable in class hex.FeatureInteraction
 
fScoreWeighted - Variable in class hex.FeatureInteraction
 
FSIOException - Exception in water.api
 
FSIOException(String, Throwable) - Constructor for exception water.api.FSIOException
 
FSIOException(String, String) - Constructor for exception water.api.FSIOException
 
full_column_count - Variable in class water.api.schemas3.FramesV3
 
full_column_count - Variable in class water.api.schemas3.FrameV3
 
fullName() - Method in class hex.Model.Parameters
The pretty algo name for this Model (e.g., Gradient Boosting Machine, rather than GBM).
fullName() - Method in class hex.quantile.QuantileModel.QuantileParameters
 
FUN - Static variable in class water.rapids.Val
 
Fun2Column<X,Y,Z> - Class in water.udf
This column depends on two other columns
Fun2Column() - Constructor for class water.udf.Fun2Column
deserialization :(
Fun2Column(Function2<X, Y, Z>, Column<X>, Column<Y>) - Constructor for class water.udf.Fun2Column
 
Fun2Column.FunChunk - Class in water.udf
Pretends to be a chunk of a column, for distributed calculations.
Fun3Column<X,Y,Z,T> - Class in water.udf
This column depends on three other columns
Fun3Column() - Constructor for class water.udf.Fun3Column
deserialization :(
Fun3Column(Function3<X, Y, Z, T>, Column<X>, Column<Y>, Column<Z>) - Constructor for class water.udf.Fun3Column
 
Fun3Column.FunChunk - Class in water.udf
Pretends to be a chunk of a column, for distributed calculations.
func - Variable in class water.udf.CFuncObject
 
func - Variable in class water.udf.CFuncTask
 
FunChunk(TypedChunk<X>, TypedChunk<Y>) - Constructor for class water.udf.Fun2Column.FunChunk
 
FunChunk(TypedChunk<X>, TypedChunk<Y>, TypedChunk<Z>) - Constructor for class water.udf.Fun3Column.FunChunk
 
FunChunk(TypedChunk<X>) - Constructor for class water.udf.FunColumn.FunChunk
 
funcName - Variable in class water.udf.CFuncRef
 
FunColumn<X,Y> - Class in water.udf
This column depends on another column
FunColumn() - Constructor for class water.udf.FunColumn
deserialization :(
FunColumn(Function<X, Y>, Column<X>) - Constructor for class water.udf.FunColumn
 
FunColumn.FunChunk - Class in water.udf
Pretends to be a chunk of a column, for distributed calculations.
FunColumnBase<T> - Class in water.udf
Basic common behavior for Functional Columns
FunColumnBase() - Constructor for class water.udf.FunColumnBase
deserialization :(
function - Variable in class water.udf.UnfoldingFrame
 
Function<X,Y> - Interface in water.util.fp
Represents a single-argument function We could as well use Google guava library, but Guava's functions are not serializable.
Function1DTransform() - Constructor for class water.fvec.TransformWrappedVec.Function1DTransform
 
Function2<X,Y,Z> - Interface in water.util.fp
Represents a two-argument function We could as well use Google guava library, but Guava's functions are not serializable.
Function3<X,Y,Z,T> - Interface in water.util.fp
Represents a three-argument function We could as well use Google guava library, but Guava's functions are not serializable.
Functions - Class in water.util.fp
Operations on functions
Functions() - Constructor for class water.util.fp.Functions
 
funstr - Variable in class water.api.schemas3.RapidsFunctionV3
 
funstr - Variable in class water.api.schemas99.RapidsV99
 
Futures - Class in water
A collection of Futures that can be extended, or blocked on the whole collection.
Futures() - Constructor for class water.Futures
 
FVecParseReader - Class in water.parser
Parser data in taking data from fluid vec chunk.
FVecParseReader(Chunk) - Constructor for class water.parser.FVecParseReader
 
FVecParseWriter - Class in water.parser
Parsed data output specialized for fluid vecs.
FVecParseWriter(Vec.VectorGroup, int, Categorical[], byte[], int, AppendableVec[]) - Constructor for class water.parser.FVecParseWriter
 
FVecParseWriter(Vec.VectorGroup, int, Categorical[], byte[], int, AppendableVec[], int[], Key<Job>) - Constructor for class water.parser.FVecParseWriter
 

G

G(int, AstGroup.AGG[]) - Constructor for class water.rapids.ast.prims.mungers.AstGroup.G
 
G(int, int, AstGroup.AGG[]) - Constructor for class water.rapids.ast.prims.mungers.AstGroup.G
 
G(int, AstGroup.AGG[], boolean) - Constructor for class water.rapids.ast.prims.mungers.AstGroup.G
 
G(int, int, AstGroup.AGG[], boolean) - Constructor for class water.rapids.ast.prims.mungers.AstGroup.G
 
ga_hadoop_ver - Variable in class water.H2O.OptArgs
--ga_hadoop_ver=ga_hadoop_ver; Version string for Hadoop
gain - Variable in class hex.FeatureInteraction
 
gains_lift_table - Variable in class water.api.schemas3.ModelMetricsBinomialV3
 
GainsLift - Class in hex
 
GainsLift(Vec, Vec) - Constructor for class hex.GainsLift
 
GainsLift(Vec, Vec, Vec) - Constructor for class hex.GainsLift
 
gainsLift() - Method in class hex.ModelMetricsBinomial
 
GainsLift.GainsLiftBuilder - Class in hex
 
gainslift_bins - Variable in class water.api.schemas3.ModelParametersSchemaV3
 
GainsLiftBuilder(double[]) - Constructor for class hex.GainsLift.GainsLiftBuilder
 
gamma(double, double, double, double) - Method in interface water.udf.CDistributionFunc
Contribution for GBM's leaf node prediction (numerator and denominator).
gammaDenom(double, double, double, double) - Method in class hex.Distribution
Contribution to denominator for GBM's leaf node prediction
gammaNum(double, double, double, double) - Method in class hex.Distribution
Contribution to numerator for GBM's leaf node prediction
GarbageCollectHandler - Class in water.api
 
GarbageCollectHandler() - Constructor for class water.api.GarbageCollectHandler
 
GarbageCollectV3 - Class in water.api.schemas3
 
GarbageCollectV3() - Constructor for class water.api.schemas3.GarbageCollectV3
 
gateHandler(HttpServletRequest, HttpServletResponse) - Method in class water.webserver.H2OHttpViewImpl
 
GATEWAY_TIMEOUT - Static variable in class water.util.HttpResponseStatus
504 Gateway Timeout
gatherSameMSBRows(Frame, long) - Static method in class water.rapids.Merge
 
gaussianArray(int, int) - Static method in class water.util.ArrayUtils
 
gaussianArray(int, int, long) - Static method in class water.util.ArrayUtils
 
gaussianVector(int) - Static method in class water.util.ArrayUtils
 
gaussianVector(int, long) - Static method in class water.util.ArrayUtils
 
gaussianVector(int, Random) - Static method in class water.util.ArrayUtils
Make a new array initialized to random Gaussian N(0,1) values with the given seed.
gaussianVector(long, double[]) - Static method in class water.util.ArrayUtils
Remove the array allocation in this one
gc(int, GarbageCollectV3) - Method in class water.api.GarbageCollectHandler
 
gc() - Static method in class water.H2O
Run System.gc() on every node in the H2O cluster.
GCS - Static variable in interface water.persist.PersistManager.Schemes
 
GCS - Static variable in class water.Value
 
GcsFileVec - Class in water.fvec
 
genClass() - Method in class water.rapids.transforms.Transform
 
genClassImpl() - Method in class water.rapids.transforms.H2OColOp
 
genClassImpl() - Method in class water.rapids.transforms.H2OColSelect
 
genClassImpl() - Method in class water.rapids.transforms.H2OScaler
 
genClassImpl() - Method in class water.rapids.transforms.Transform
 
genDelegate(int, Class<T>) - Static method in class water.Weaver
 
generate(JCodeSB) - Method in interface water.codegen.CodeGenerator
Generate code to given output.
generate(JCodeSB) - Method in class water.codegen.CodeGeneratorPipeline
 
generateLineSearchVecs(double[], double[], int, double) - Static method in class water.util.ArrayUtils
 
generateNumKeys(Key, int) - Static method in class water.util.FrameUtils
Generate given numbers of keys by suffixing key by given numbered suffix.
generateNumKeys(Key, int, String) - Static method in class water.util.FrameUtils
 
generatePairwiseInteractionsFromList(Frame, int...) - Static method in class hex.Model.InteractionPair
Generate all pairwise combinations of the arguments.
GenericDecryptionTool - Class in water.parser
 
GenericDecryptionTool(DecryptionTool.DecryptionSetup) - Constructor for class water.parser.GenericDecryptionTool
 
genHelp(int, SchemaV3) - Method in class water.api.RapidsHandler
 
get(String) - Method in class hex.FeatureInteractions
 
get(MP) - Method in class hex.grid.GridSearch.SimpleParametersBuilderFactory
 
get() - Method in class hex.ModelBuilder
Block till completion, and return the built model from the DKV.
get(MP) - Method in interface hex.ModelParametersBuilderFactory
Get parameters builder for initial parameters.
get(Object) - Method in class hex.SplitValueHistogram
 
get() - Method in class jsr166y.ForkJoinTask
Waits if necessary for the computation to complete, and then retrieves its result.
get(long, TimeUnit) - Method in class jsr166y.ForkJoinTask
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get(long, TimeUnit, boolean) - Method in class jsr166y.ForkJoinTask
Waits if necessary for at most the given time for the computation to complete, and then retrieves its result, if available.
get(int, AboutV3) - Method in class water.api.AboutHandler
 
get(MP) - Method in class water.api.GridSearchHandler.DefaultModelParametersBuilderFactory
 
get(P) - Static method in class water.api.ModelCacheManager
 
get() - Method in class water.AutoBuffer
 
get(Class<T>) - Method in class water.AutoBuffer
 
get(Key) - Static method in class water.DKV
Return the Value mapped to Key key, or null if no mapping.
get(String) - Static method in class water.DKV
Return the Value mapped to Key formed by key_name, or null if no mapping.
get(Key<Job>, Consumer<FrameSizeMonitor>) - Static method in class water.FrameSizeMonitor
 
get(int) - Method in class water.fvec.NewChunk.Exponents
 
get(int) - Method in class water.fvec.NewChunk.Mantissas
 
get() - Method in class water.IcedWrapper
 
get(String, String, AtomicLong) - Method in class water.init.NodePersistentStorage
 
get() - Method in class water.Job
Blocks until the Job completes
get() - Method in class water.Key
Convenience function to fetch key contents from the DKV.
get(Key<DecryptionTool>) - Static method in class water.parser.DecryptionTool
Retrieves a Decryption Tool from DKV using a given key.
get(ParseSetup) - Static method in class water.parser.ParseFinalizer
 
get(int) - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.LongAry
 
get() - Method in class water.RPC
 
get(boolean) - Method in class water.RPC
 
get(long, TimeUnit) - Method in class water.RPC
 
get(long) - Method in class water.udf.ColumnBase
 
get(long) - Method in class water.udf.DataColumn
 
get(long) - Method in class water.udf.FoldingColumn
 
get(int) - Method in class water.udf.Fun2Column.FunChunk
 
get(long) - Method in class water.udf.Fun2Column
 
get(int) - Method in class water.udf.Fun3Column.FunChunk
 
get(long) - Method in class water.udf.Fun3Column
 
get(int) - Method in class water.udf.FunColumn.FunChunk
 
get(long) - Method in class water.udf.FunColumn
 
get(long) - Method in class water.udf.FunColumnBase
 
get(int) - Method in class water.udf.specialized.Enums.EnumChunk
 
get(int) - Method in interface water.udf.TypedChunk
 
get(long) - Method in class water.udf.UnfoldingColumn
 
get() - Method in class water.util.fp.FP.Some
 
get(Object) - Method in class water.util.IcedHashMapBase
 
get(Object) - Method in class water.util.IcedHashMapGeneric
 
get(V) - Method in class water.util.IcedHashSet
 
get(int, int) - Method in class water.util.TwoDimTable
Accessor for table cells
get() - Method in class water.Value
The FAST path get-POJO as an Iced subclass - final method for speed.
get(Class<T>) - Method in class water.Value
The FAST path get-POJO as a Freezable - final method for speed.
get1() - Method in class water.AutoBuffer
 
get1(byte[], int) - Static method in class water.util.UnsafeUtils
 
get1U() - Method in class water.AutoBuffer
 
get2() - Method in class water.AutoBuffer
 
get2(byte[], int) - Static method in class water.util.UnsafeUtils
 
get2s() - Method in class water.AutoBuffer
 
get3() - Method in class water.AutoBuffer
 
get4() - Method in class water.AutoBuffer
 
get4(byte[], int) - Static method in class water.util.UnsafeUtils
 
get4f() - Method in class water.AutoBuffer
 
get4f(byte[], int) - Static method in class water.util.UnsafeUtils
 
get8() - Method in class water.AutoBuffer
 
get8(byte[], int) - Static method in class water.util.UnsafeUtils
 
get8d() - Method in class water.AutoBuffer
 
get8d(byte[], int) - Static method in class water.util.UnsafeUtils
 
get_as_string(int, NodePersistentStorageV3) - Method in class water.api.NodePersistentStorageHandler
 
get_as_string(String, String) - Method in class water.init.NodePersistentStorage
 
get_free_disk() - Method in class water.HeartBeat
 
get_free_mem() - Method in class water.HeartBeat
 
GET_KEY_PRIORITY - Static variable in class water.H2O
 
get_kv_mem() - Method in class water.HeartBeat
 
get_length(String, String) - Method in class water.init.NodePersistentStorage
 
get_macroOvrAucPr() - Method in class hex.MultinomialAUC
 
get_max_disk() - Method in class water.HeartBeat
 
get_parse_columns_indices() - Method in class water.parser.ParseSetup
 
get_pojo_mem() - Method in class water.HeartBeat
 
get_swap_mem() - Method in class water.HeartBeat
 
get_type() - Method in class water.fvec.Vec
Get the column type.
get_type_str() - Method in class water.fvec.Vec
 
getA(Class<T>) - Method in class water.AutoBuffer
 
getA1() - Method in class water.AutoBuffer
 
getA1(int) - Method in class water.AutoBuffer
 
getA2() - Method in class water.AutoBuffer
 
getA4() - Method in class water.AutoBuffer
 
getA4f() - Method in class water.AutoBuffer
 
getA8() - Method in class water.AutoBuffer
 
getA8d() - Method in class water.AutoBuffer
 
getAA(Class<T>) - Method in class water.AutoBuffer
 
getAA1() - Method in class water.AutoBuffer
 
getAA2() - Method in class water.AutoBuffer
 
getAA4() - Method in class water.AutoBuffer
 
getAA4f() - Method in class water.AutoBuffer
 
getAA8() - Method in class water.AutoBuffer
 
getAA8d() - Method in class water.AutoBuffer
 
getAAA(Class<T>) - Method in class water.AutoBuffer
 
getAAA4() - Method in class water.AutoBuffer
 
getAAA8() - Method in class water.AutoBuffer
 
getAAA8d() - Method in class water.AutoBuffer
 
getAAASer(Class<T>) - Method in class water.AutoBuffer
 
getAASer(Class<T>) - Method in class water.AutoBuffer
 
getAAStr() - Method in class water.AutoBuffer
 
getAboutEntries() - Static method in class water.H2O
 
getActiveProcessorCount() - Static method in class water.H2ORuntime
 
getActiveThreadCount() - Method in class jsr166y.ForkJoinPool
Returns an estimate of the number of threads that are currently stealing or executing tasks.
getAdaptiveParallelism() - Static method in class hex.grid.GridSearch
 
getAdditionalParameters() - Method in class water.api.schemas3.ModelParametersSchemaV3
 
getAEnum(E[]) - Method in class water.AutoBuffer
 
getAllHyperParamNames() - Method in interface hex.grid.HyperSpaceWalker
 
getAllHyperParamNamesInSubspaces() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
 
getAllHyperParamNamesInSubspaces() - Method in interface hex.grid.HyperSpaceWalker
 
getAllHyperParamNamesInSubspaces() - Method in class hex.grid.SequentialWalker
 
getAllowedMetrics(Key<Model>) - Static method in class hex.ModelMetrics
 
getAllProviderNames(boolean) - Method in class water.parser.ParserService
 
getAllProviders() - Method in class water.parser.ParserService
Return list of all parser providers sorted based on priority.
getAllProviders(boolean) - Method in class water.parser.ParserService
Returns all parser providers sorted based on priority if required.
getAllSchemas() - Method in class water.api.RequestServer.DummyRestApiContext
 
getAllServlets() - Method in class water.server.ServletService
 
getAllWebsockets() - Method in class water.server.ServletService
 
getAlwaysEnabledServlets() - Method in class water.server.ServletService
 
getArgs() - Method in class water.rapids.ast.AstExec
 
getArgs() - Method in class water.rapids.vals.ValFun
 
getArray() - Method in class water.util.ArrayUtils.FrameToArray
 
getArrivedParties() - Method in class jsr166y.Phaser
Returns the number of registered parties that have arrived at the current phase of this phaser.
getASer(Class<T>) - Method in class water.AutoBuffer
 
getAst() - Method in class water.rapids.transforms.Transform
 
getAsTable() - Method in class hex.FeatureInteractions
 
getAStr() - Method in class water.AutoBuffer
 
getAsyncMode() - Method in class jsr166y.ForkJoinPool
Returns true if this pool uses local first-in-first-out scheduling mode for forked tasks that are never joined.
getAuc() - Method in class hex.PairwiseAUC
 
getAucPrTable() - Method in class hex.MultinomialAUC
 
getAucTable() - Method in class hex.MultinomialAUC
 
getAuthExtensions() - Method in class water.ExtensionManager
 
getAuthExtensions() - Method in class water.webserver.H2OHttpViewImpl
 
getAZ() - Method in class water.AutoBuffer
 
getBackend() - Method in class water.fvec.FileVec
 
getBins() - Method in class water.fvec.InteractionWrappedVec
 
getBool() - Method in class water.rapids.Val
 
getBoostrapClasses() - Method in interface water.TypeMapExtension
Userspace-defined bootstrap classes.
getBuffer() - Method in class water.parser.BufferedString
 
getBuildVersion() - Method in class water.AbstractH2OExtension
Get extension-specific build information.
getBuildVersion() - Static method in class water.init.AbstractBuildVersion
 
getByInfo(ParserInfo) - Method in class water.parser.ParserService
 
getByLang(String) - Method in class water.udf.CFuncLoaderService
 
getByName(String) - Method in class water.parser.ParserService
 
getBytes() - Method in class water.fvec.Chunk
Short-cut to the embedded big-data memory.
getBytes() - Method in class water.util.SetOfBytes
 
getCategoricalEncoding() - Method in interface hex.Model.AdaptFrameParameters
 
getCategoricalEncoding() - Method in class hex.Model.Parameters
 
getCellValues() - Method in class water.util.TwoDimTable
 
getChunk() - Method in class water.parser.FVecParseReader
Exposes directly the underlying chunk.
getChunkData(int) - Method in class water.parser.FVecParseReader
 
getChunkData(int) - Method in interface water.parser.ParseReader
 
getChunkDataStart(int) - Method in class water.parser.FVecParseReader
 
getChunkDataStart(int) - Method in interface water.parser.ParseReader
 
getChunks(Frame, int) - Static method in class water.fvec.ChunkUtils
 
getClientByIPPort(String) - Static method in class water.H2O
 
getClients() - Static method in class water.H2O
 
getCLOUD() - Static method in class water.TimeLine
 
getCloudSize() - Static method in class water.H2O
 
getCode() - Method in class water.util.HttpResponseStatus
Returns the code of this status.
getColDim() - Method in class water.util.TwoDimTable
Get col dimension
getColFormats() - Method in class water.util.TwoDimTable
 
getColHeaderForRowHeaders() - Method in class water.util.TwoDimTable
 
getColHeaders() - Method in class water.util.TwoDimTable
 
getColTypes() - Method in class water.util.TwoDimTable
 
getColumn() - Method in class hex.leaderboard.AlgoName
 
getColumn() - Method in interface hex.leaderboard.LeaderboardCell
 
getColumn(String) - Static method in class hex.leaderboard.MetricScore
 
getColumn() - Method in class hex.leaderboard.MetricScore
 
getColumn() - Method in class hex.leaderboard.ModelId
 
getColumn() - Method in class hex.leaderboard.ScoringTimePerRow
 
getColumn() - Method in class hex.leaderboard.TrainingTime
 
getColumnNames() - Method in class water.parser.ParseSetup
 
getColumnTypes() - Method in class water.parser.ParseSetup
 
getColumnTypeStrings() - Method in class water.parser.ParseSetup
 
getCompleter() - Method in class jsr166y.CountedCompleter
Returns the completer established in this task's constructor, or null if none.
getComputedCustomMetric() - Method in class hex.CMetricScoringTask
 
getConfig() - Method in interface water.init.