- 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
-
- 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
- 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
-
- 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
CreateFrameColumnMaker
s.
- 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
-
- 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
-
- 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
Vec
s.
- doAll(byte[], Vec...) - Method in class water.MRTask
-
Invokes the map/reduce computation over the given
Vec
s.
- doAll(byte, Vec...) - Method in class water.MRTask
-
Invokes the map/reduce computation over the given
Vec
s.
- 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
-
- 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 - 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.
- 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 i
th 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
-
- 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
-
- find(Key) - Method in class water.fvec.Frame
-
- 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
-
- 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
-
- ForkJoinPool.ManagedBlocker - Interface in jsr166y
-
Interface for extending managed parallelism for tasks running
in
ForkJoinPool
s.
- 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
-
- 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
Vec
s, 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(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.EmbeddedConfigProvider
-
- getConfig() - Method in class water.webserver.H2OHttpViewImpl
-
- getConnectionSafe(String, String, String) - Static method in class water.jdbc.SQLManager
-
Makes sure the appropriate database driver is initialized before calling DriverManager#getConnection.
- getContent() - Method in interface water.exceptions.JCodeSB
-
- getContent() - Method in class water.util.SB
-
- getContent() - Method in class water.util.SBPrintStream
-
- getContextPath() - Method in class water.server.ServletMeta
-
- getContextPath() - Method in class water.server.WebsocketMeta
-
- getConvergenceStrategy() - Method in interface hex.ScoreKeeper.IStoppingMetric
-
- getConvergenceStrategy() - Method in enum hex.ScoreKeeper.StoppingMetric
-
- getCoreExtension(String) - Method in class water.ExtensionManager
-
- getCoreExtensions() - Method in class water.ExtensionManager
-
- getCpuTicks() - Method in class water.util.LinuxProcFileReader
-
Array of ticks.
- getCurrentRowSize() - Method in class water.fvec.Frame.CSVStream
-
- getData() - Method in class water.parser.ParseSetup
-
- getDecodedUri(HttpServletRequest) - Static method in class water.server.ServletUtils
-
- getDecryptionTool() - Method in class water.parser.ParseSetup
-
- getDefaultGridSortBy() - Method in class hex.Model
-
Identifies the default ordering method for models returned from Grid Search
- getDelay(TimeUnit) - Method in class water.RPC
-
- getDependency(TimelineSnapshot.Event) - Method in class water.init.TimelineSnapshot
-
- getDependentKeys() - Method in interface hex.faulttolerance.Recoverable
-
- getDependentKeys() - Method in class hex.grid.Grid
-
- getDependentKeys() - Method in class hex.Model.Parameters
-
- getDException() - Method in class water.DTask
-
The _ex field as a RuntimeException or null.
- getDistribution(DistributionFamily) - Static method in class hex.DistributionFactory
-
- getDistribution(Model.Parameters) - Static method in class hex.DistributionFactory
-
- getDistributionFamily() - Method in class hex.Model.Parameters
-
- getDomainFirst() - Method in class hex.PairwiseAUC
-
- getDomainSecond() - Method in class hex.PairwiseAUC
-
- getDoubles(double[], int, int) - Method in class water.fvec.Chunk
-
Dense bulk interface, fetch values from the given range
- getDoubles(double[], int, int, double) - Method in class water.fvec.Chunk
-
- getDoubles() - Method in class water.fvec.Chunk
-
- getDoubles(double[], int[]) - Method in class water.fvec.Chunk
-
Dense bulk interface, fetch values from the given ids
- getEmbeddedH2OConfig() - Static method in class water.H2O
-
- getEnum(E[]) - Method in class water.AutoBuffer
-
- getException() - Method in class jsr166y.ForkJoinTask
-
Returns the exception thrown by the base computation, or a
CancellationException
if cancelled, or null
if
none or if the method has not yet completed.
- getExperimentalVersion() - Static method in class water.api.SchemaServer
-
Get the experimental schema version, which indicates that a schema is not guaranteed to be stable between H2O
releases.
- getExtensionName() - Method in class water.AbstractH2OExtension
-
- getExtensionsAsMap() - Method in class hex.leaderboard.Leaderboard
-
- getFactory() - Method in class jsr166y.ForkJoinPool
-
Returns the factory used for constructing new workers.
- getFailedParameters() - Method in class hex.grid.Grid.SearchFailure
-
- getFailedRawParameters() - Method in class hex.grid.Grid.SearchFailure
-
- getFailureCount() - Method in class hex.grid.Grid.SearchFailure
-
- getFailureDetails() - Method in class hex.grid.Grid.SearchFailure
-
- getFailures() - Method in class hex.grid.Grid
-
Returns all failures currently listed in this Grid instance, including failures related to models not present in
the grid that failed during the last run.
- getFailureStackTraces() - Method in class hex.grid.Grid.SearchFailure
-
- getFeatureInteractionsTable(FeatureInteractions) - Static method in class hex.FeatureInteractions
-
- getFeatureInteractionsTable(int, int, int) - Method in interface hex.FeatureInteractionsCollector
-
- getFieldEvenInherited(Object, String) - Static method in class water.util.PojoUtils
-
Gets a public, protected or private Field of an object, even if it's inherited.
- getFieldMetadata(Schema) - Static method in class water.api.SchemaMetadata
-
Returns metadata of all annotated fields.
- getFieldNamingStrategy() - Method in class hex.grid.GridSearch.SimpleParametersBuilderFactory
-
- getFieldNamingStrategy() - Method in interface hex.ModelParametersBuilderFactory
-
Returns mapping from input parameter specification to
attribute names of MP
.
- getFieldNamingStrategy() - Method in class water.api.GridSearchHandler.DefaultModelParametersBuilderFactory
-
- getFieldValue(Object, String, PojoUtils.FieldNaming) - Static method in class water.util.PojoUtils
-
Returns field value.
- getFieldValue(Object, String) - Static method in class water.util.ReflectionUtils
-
- getFile(Value) - Method in class water.persist.PersistFS
-
Get destination file where value is stored
- getFile(String) - Static method in class water.util.FileUtils
-
- getFileExtension() - Method in enum water.util.LogArchiveContainer
-
- getFilename() - Method in class water.api.StreamingSchema
-
- getFinalSetup(Key[], ParseSetup) - Method in class water.parser.ParseSetup
-
Return create a final parser-specific setup
for this configuration.
- getFirst() - Method in class jsr166y.ConcurrentLinkedDeque
-
- getFirstBytes() - Method in class water.fvec.ByteVec
-
Get an unspecified amount of initial bytes; typically a whole C1NChunk of
length Vec.DFLT_CHUNK_SIZE but no guarantees.
- getFirstBytes(FileVec) - Static method in class water.fvec.FileVecUtils
-
- getFirstBytes() - Method in class water.fvec.HDFSFileVec
-
- getFlatfile() - Static method in class water.H2O
-
Returns a set of nodes which are contacted during manual multi-cast.
- getFoldColumn() - Method in interface hex.Model.AdaptFrameParameters
-
- getFoldColumn() - Method in class hex.Model.Parameters
-
- getForkJoinTaskTag() - Method in class jsr166y.ForkJoinTask
-
Returns the tag for this task.
- getFormat() - Method in class hex.leaderboard.LeaderboardColumn
-
- getFrame() - Method in class water.rapids.Val
-
- getFrame() - Method in class water.rapids.vals.ValFrame
-
- getFreezable() - Method in class water.Value
-
The FAST path get-POJO as a
Freezable
- final method for speed.
- getFriedmanPopescusH(Frame, String[]) - Method in interface hex.FriedmanPopescusHCollector
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetrics
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetricsBinomial
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetricsBinomialUplift
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetricsHGLM
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetricsMultinomial
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetricsOrdinal
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetricsRegression
-
- getFromDKV(Model, Frame) - Static method in class hex.ModelMetricsRegressionCoxPH
-
- getFromDKV(String, String) - Static method in class water.api.FramesHandler
-
- getFromDKV(String, Key) - Static method in class water.api.FramesHandler
-
- getFromDKV(String, String, Class<T>) - Static method in class water.api.Handler
-
- getFromDKV(String, Key, Class<T>) - Static method in class water.api.Handler
-
- getFromDKV(String, String) - Static method in class water.api.ModelsHandler
-
- getFromDKV(String, Key) - Static method in class water.api.ModelsHandler
-
- getFun() - Method in class water.rapids.Val
-
- getFun() - Method in class water.rapids.vals.ValFun
-
- getFunc() - Method in class water.udf.CFuncObject
-
- getFuncClassLoader() - Method in class water.udf.CFuncObject
-
- getFuncClassLoader() - Method in class water.udf.CFuncTask
-
- getFuncType() - Method in class hex.CMetricScoringTask
-
- getFuncType() - Method in class water.udf.CFuncObject
-
- getFuncType() - Method in class water.udf.CFuncTask
-
- getGenModelEncoding() - Method in class hex.Model
-
Specify categorical encoding that should be applied before running score0 method of POJO/MOJO.
- getGet(String) - Static method in class water.DKV
-
- getGet(Key) - Static method in class water.DKV
-
- getGlobalByteOffset() - Method in class water.parser.FVecParseReader
-
- getGlobalByteOffset() - Method in interface water.parser.ParseReader
-
- getHandlerClass() - Method in class water.server.WebsocketMeta
-
- getHandlerMethodInputSchema(Method) - Static method in class water.api.Handler
-
- getHandlerMethodOutputSchema(Method) - Static method in class water.api.Handler
-
- getHdfsHomeDirectory() - Method in class water.persist.PersistManager
-
- getHighestSupportedVersion() - Static method in class water.api.SchemaServer
-
Get the highest schema version that we support.
- getHitRatioTable(float[]) - Static method in class hex.ModelMetricsMultinomial
-
- getHitRatioTable(float[]) - Static method in class hex.ModelMetricsOrdinal
-
- getHomeDirectory() - Method in class water.persist.Persist
-
- getHyperNames() - Method in class hex.grid.Grid
-
Returns an array of used hyper parameters names.
- getHyperParamNames() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- getHyperParamNames() - Method in interface hex.grid.HyperSpaceWalker
-
Returns hyper parameters names which are used for walking the hyper parameters space.
- getHyperParamNames() - Method in class hex.grid.SequentialWalker
-
- getHyperParams() - Method in class hex.grid.Grid
-
- getHyperParams() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- getHyperParams() - Method in interface hex.grid.HyperSpaceWalker
-
- getHyperParams() - Method in class hex.grid.SequentialWalker
-
- getHyperValues(MP) - Method in class hex.grid.Grid
-
Return value of hyper parameters used for this grid search.
- getIce() - Method in class water.persist.PersistManager
-
Get the current Persist flavor for user-mode swapping.
- getIcedId(String) - Static method in class water.TypeMap
-
- getIcer(Freezable) - Static method in class water.TypeMap
-
- getIdleTimeMillis() - Static method in class water.H2O
-
Get the number of milliseconds the H2O cluster has been idle.
- getImplClass(Class<? extends Schema>) - Static method in class water.api.Schema
-
Return the class of the implementation type parameter I for the
given Schema class.
- getImplClass() - Method in class water.api.Schema
-
Return the class of the implementation type parameter I for this Schema.
- getIndent() - Method in interface water.exceptions.JCodeSB
-
- getIndent() - Method in class water.util.SB
-
- getIndent() - Method in class water.util.SBPrintStream
-
- getInformationTableNumRows() - Method in class hex.Model.Output
-
- getInputNames() - Method in class water.rapids.transforms.Transform
-
- getInputTypes() - Method in class water.rapids.transforms.Transform
-
- getInstance(Key, Logger) - Static method in class hex.leaderboard.Leaderboard
-
Retrieves a leaderboard from DKV
- getInstance(String, Logger, Frame, String, Leaderboard.ScoreData) - Static method in class hex.leaderboard.Leaderboard
-
Retrieves a leaderboard from DKV
- getInstance() - Static method in class water.ExtensionManager
-
- getInstance() - Static method in class water.ListenerService
-
- getInt() - Method in class water.AutoBuffer
-
- getIntegers(int[], int, int, int) - Method in class water.fvec.Chunk
-
- getInteraction(Key<Frame>, String[], int) - Static method in class hex.Interaction
-
- getInteractionsOnly() - Method in class hex.Model.InteractionSpec
-
- getIp() - Method in class water.H2ONode
-
- getIpPortString() - Static method in class water.H2O
-
- getIpPortString() - Method in class water.H2ONode
-
- getIPv4MulticastGroup(int) - Static method in class water.util.NetworkUtils
-
- getIPv4MulticastGroup(int, int, int) - Static method in class water.util.NetworkUtils
-
- getIPv6MulticastGroup(int, long) - Static method in class water.util.NetworkUtils
-
- getIPv6MulticastGroup(int, long[], long[], long) - Static method in class water.util.NetworkUtils
-
- getIPv6Scope(InetAddress) - Static method in class water.util.NetworkUtils
-
Return IPv6 scope for given IPv6 address.
- getIsLeftColumn() - Method in class water.rapids.transforms.H2OBinaryOp
-
- getIsRightColumn() - Method in class water.rapids.transforms.H2OBinaryOp
-
- getJob() - Method in class hex.CVModelBuilder
-
- getk(K) - Method in class water.util.IcedHashMap
-
- getKey() - Method in interface hex.faulttolerance.Recoverable
-
- getKey() - Method in class hex.KeyValue
-
- getKey(Key, Futures) - Method in class water.AutoBuffer
-
- getKey(Futures) - Method in class water.AutoBuffer
-
- getKey() - Method in class water.Keyed
-
- getKey() - Method in class water.udf.CFuncRef
-
- getKeyed() - Method in class water.rapids.Val
-
- getKeyed() - Method in class water.rapids.vals.ValKeyed
-
- getKeyedClass(Class<? extends KeyV3>) - Static method in class water.api.schemas3.KeyV3
-
- getKeyedClass() - Method in class water.api.schemas3.KeyV3
-
- getKeyedClassType(Class<? extends KeyV3>) - Static method in class water.api.schemas3.KeyV3
-
- getKeyedClassType() - Method in class water.api.schemas3.KeyV3
-
- getLang() - Method in class water.udf.CFuncLoader
-
Supported language.
- getLang() - Method in class water.udf.JavaCFuncLoader
-
- getLast() - Method in class jsr166y.ConcurrentLinkedDeque
-
- getLatestOrHighestSupportedVersion() - Static method in class water.api.SchemaServer
-
Combines getLatestVersion() and getHighestSupportedVersion().
- getLatestVersion() - Static method in class water.api.SchemaServer
-
Get the highest schema version number that we've encountered during schema registration.
- getLeader() - Method in class hex.leaderboard.Leaderboard
-
- getLeafStatisticsTable() - Method in class hex.FeatureInteractions
-
- getLinkFunction(String) - Static method in class hex.LinkFunctionFactory
-
- getLinkFunction(LinkFunctionType) - Static method in class hex.LinkFunctionFactory
-
- getListenerExtensions() - Method in class water.ExtensionManager
-
- getLocalChunkIds(Vec) - Static method in class water.util.VecUtils
-
- getLocalIpPingTimeout() - Static method in class water.util.NetworkUtils
-
- getLogDir() - Static method in class water.util.Log
-
Get the directory where the logs are stored.
- getLogFileName(String) - Static method in class water.util.Log
-
Get log file name without the path for particular log level.
- getLogFilePath(String) - Static method in class water.util.Log
-
Get full path to a specific log file
- getLogLevel() - Static method in class water.util.Log
-
- GetLogsFromNode - Class in water.util
-
Get zipped log directory data from a node.
- GetLogsFromNode(int, LogArchiveContainer) - Constructor for class water.util.GetLogsFromNode
-
- getLongProperty(String) - Static method in class water.util.OSUtils
-
- getLongProperty(String, int) - Static method in class water.util.OSUtils
-
- getMacroOvoAuc() - Method in class hex.MultinomialAUC
-
- getMacroOvoAucPr() - Method in class hex.MultinomialAUC
-
- getMacroOvrAuc() - Method in class hex.MultinomialAUC
-
- getMap() - Method in class water.fvec.CreateInteractions.createInteractionDomain
-
- getMapFrame() - Method in class water.rapids.Val
-
- getMapFrame() - Method in class water.rapids.vals.ValMapFrame
-
- getMaxCategoricalLevels() - Method in interface hex.Model.AdaptFrameParameters
-
- getMaxCategoricalLevels() - Method in class hex.Model.Parameters
-
- getMaxHyperSpaceSize() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- getMaxHyperSpaceSize() - Method in interface hex.grid.HyperSpaceWalker
-
Return estimated maximum size of hyperspace, not subject to any early stopping criteria.
- getMaxHyperSpaceSize() - Method in class hex.grid.SequentialWalker
-
- getMaxModels() - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria
-
- getMaxRuntimeSecs() - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria
-
- getMeans() - Method in class water.fvec.InteractionWrappedVec
-
- getMessagesByFieldAndSeverity(String, byte) - Method in class hex.ModelBuilder
-
- getMethod() - Method in class water.api.RequestUri
-
- getMetricBuilder() - Method in class hex.Model.PredictScoreResult
-
- getMetricFromModel(Key<Model>, String) - Static method in class hex.ModelMetrics
-
- getMetricFromModelMetric(ModelMetrics, String) - Static method in class hex.ModelMetrics
-
- getMetrics() - Method in class hex.leaderboard.Leaderboard
-
The sort metric is always the first element in the list of metrics.
- getMetrics(String[], Frame, Model, String[], String) - Method in class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
-
- getMetricValues(String) - Method in class hex.leaderboard.Leaderboard
-
- getMimeType() - Method in enum water.util.LogArchiveContainer
-
- getModel(MP) - Method in class hex.grid.Grid
-
Returns model for given combination of model parameters or null if the model does not exist.
- getModel() - Method in class water.rapids.Val
-
- getModel() - Method in class water.rapids.vals.ValModel
-
- getModelCategory() - Method in class hex.ClusteringModel.ClusteringOutput
-
- getModelCategory() - Method in class hex.Model.H2OModelDescriptor
-
- getModelCategory() - Method in class hex.Model.Output
-
- getModelCategory() - Method in class hex.quantile.QuantileModel.QuantileOutput
-
- getModelCount() - Method in class hex.grid.Grid
-
Returns number of models in this grid.
- getModelCount() - Method in class hex.grid.GridSearch
-
Returns expected number of models in resulting Grid object.
- getModelCount() - Method in class hex.leaderboard.Leaderboard
-
Return the number of models in this Leaderboard.
- getModelCount() - Method in interface hex.ModelContainer
-
- getModelExportOptions() - Method in interface water.api.ModelExportAware
-
- getModelId() - Method in class hex.leaderboard.AlgoName
-
- getModelId() - Method in interface hex.leaderboard.LeaderboardCell
-
- getModelId() - Method in class hex.leaderboard.MetricScore
-
- getModelId() - Method in class hex.leaderboard.ModelId
-
- getModelId() - Method in class hex.leaderboard.ScoringTimePerRow
-
- getModelId() - Method in class hex.leaderboard.TrainingTime
-
- getModelKey(MP) - Method in class hex.grid.Grid
-
- getModelKeys() - Method in class hex.grid.Grid
-
Returns keys of all models included in this object.
- getModelKeys() - Method in class hex.leaderboard.Leaderboard
-
- getModelKeys() - Method in interface hex.ModelContainer
-
- getModelMetrics() - Method in class hex.Model.Output
-
- getModelName() - Method in class hex.grid.Grid
-
Returns name of model included in this object.
- getModelParams(MP, Object[], String[]) - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- getModelRank(Key<Model>) - Method in class hex.leaderboard.Leaderboard
-
- getModels() - Method in class hex.grid.Grid
-
Return all models included in this grid object.
- getModels() - Method in class hex.leaderboard.Leaderboard
-
- getModels() - Method in interface hex.ModelContainer
-
- getModelsSortedByMetric(String) - Method in class hex.leaderboard.Leaderboard
-
- getMojo() - Method in class hex.Model
-
Override this in models that support serialization into the MOJO format.
- getMostImportantFeatures(int) - Method in interface hex.Model.GetMostImportantFeatures
-
- getMul(int) - Method in class water.fvec.InteractionWrappedVec
-
- getMulticastPort(int) - Static method in class water.util.NetworkUtils
-
- getName() - Method in class hex.leaderboard.LeaderboardColumn
-
- getName() - Method in class hex.ModelBuilder
-
Overridable Model Builder name used in generated code, in case the name of the ModelBuilder class is not suitable.
- getName() - Method in class water.api.AbstractRegister
-
- getName() - Method in class water.api.RegisterV3Api
-
- getName() - Method in class water.api.RegisterV4Api
-
- getName() - Method in interface water.api.RestApiExtension
-
Provide name of the REST API extension.
- getName() - Method in class water.H2O.AboutEntry
-
- getName() - Method in interface water.H2OListenerExtension
-
Name of listener extension
- getName() - Method in interface water.init.EmbeddedConfigProvider
-
- getName() - Method in class water.udf.CFuncRef
-
- getName() - Method in class water.util.CompressionFactory
-
- getNames() - Method in class water.rapids.vals.ValRow
-
- getNames(Class<? extends Enum<?>>) - Static method in class water.util.EnumUtils
-
Return an array of Strings of all the enum levels.
- getNewNames() - Method in class water.rapids.transforms.H2OColOp
-
- getNewNames() - Method in class water.rapids.transforms.Transform
-
- getNewTypes() - Method in class water.rapids.transforms.H2OColOp
-
- getNewTypes() - Method in class water.rapids.transforms.Transform
-
- getNodeByIpPort(String) - Method in class water.H2O
-
- getNonPredictors() - Method in interface hex.Model.AdaptFrameParameters
-
- getNonPredictors() - Method in class hex.Model.Parameters
-
- getNPS() - Static method in class water.H2O
-
- getNTrees() - Method in interface hex.Model.GetNTrees
-
- getNum() - Method in class water.rapids.ast.params.AstNum
-
- getNum() - Method in class water.rapids.Val
-
- getNum() - Method in class water.rapids.vals.ValNum
-
- getNumberColumns() - Method in class water.parser.ParseSetup
-
- getNumericType() - Method in class water.parser.BufferedString
-
- getNums() - Method in class water.rapids.Val
-
- getNums() - Method in class water.rapids.vals.ValNums
-
- getNums() - Method in class water.rapids.vals.ValRow
-
- getNvs() - Method in class water.parser.FVecParseWriter
-
- getOffset() - Method in class water.parser.BufferedString
-
- getOffsetColumn() - Method in interface hex.Model.AdaptFrameParameters
-
- getOffsetColumn() - Method in class hex.Model.Parameters
-
- getOldNames() - Method in class water.rapids.transforms.H2OBinaryOp
-
- getOldNames() - Method in class water.rapids.transforms.H2OColOp
-
- getOrCreateModelMetrics(Key<Model>) - Method in class hex.leaderboard.Leaderboard
-
- getOrigDomains() - Method in class hex.Model.H2OModelDescriptor
-
- getOrigNames() - Method in class hex.Model.H2OModelDescriptor
-
- getOrMake(String, Logger, Frame, String, Leaderboard.ScoreData) - Static method in class hex.leaderboard.Leaderboard
-
Retrieves a leaderboard from DKV or creates a fresh one and add it to DKV.
- getOrMake(String, Logger, Frame, String) - Static method in class hex.leaderboard.Leaderboard
-
- getOrMakeClient(String, Object) - Method in interface water.persist.S3ClientFactory
-
- getOrMakeRealSeed() - Method in class hex.Model.Parameters
-
- getOsName() - Static method in class water.util.OSUtils
-
- getOutputNames() - Method in class water.rapids.transforms.Transform
-
- getOutputTypes() - Method in class water.rapids.transforms.Transform
-
- getPairwiseDomainsString() - Method in class hex.PairwiseAUC
-
- getParallelism() - Method in class hex.grid.Grid
-
- getParallelism() - Method in class jsr166y.ForkJoinPool
-
Returns the targeted parallelism level of this pool.
- getParallelismLevel(int) - Static method in class hex.grid.GridSearch
-
Converts user-given number representing parallelism level and regime to a final number, representing the number of models
built in parallel.
- getParameters() - Method in class hex.ParallelModelBuilder.ModelBuildFailure
-
- getParametersBuilderFactory() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- getParametersBuilderFactory() - Method in interface hex.grid.HyperSpaceWalker
-
- getParametersBuilderFactory() - Method in class hex.grid.SequentialWalker
-
- getParams() - Method in class hex.grid.Grid
-
- getParams() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- getParams() - Method in interface hex.grid.HyperSpaceWalker
-
Return initial model parameters for search.
- getParams() - Method in class hex.grid.SequentialWalker
-
- getParams() - Method in class water.rapids.transforms.Transform
-
- getParamsList() - Method in class water.api.RequestUri
-
- getParent() - Method in class jsr166y.Phaser
-
Returns the parent of this phaser, or null
if none.
- getParent(String) - Method in class water.persist.Persist
-
- getParent(String) - Method in class water.persist.PersistFS
-
- getParentClassloader() - Method in class water.udf.CFuncObject
-
- getParentClassloader() - Method in class water.udf.CFuncTask
-
- getParseType() - Method in class water.parser.ParseSetup
-
- getPath() - Method in class water.api.RequestUri
-
- getPath() - Method in class water.fvec.FileVec
-
- getPathForKey(Key) - Static method in class water.fvec.FileVec
-
- getPendingCount() - Method in class jsr166y.CountedCompleter
-
Returns the current pending count.
- getPermutationVarImp(String, long, String[], long) - Method in class water.rapids.PermutationVarImp
-
Get PermutationVarImp
- getPermutationVarImp(String) - Method in class water.rapids.PermutationVarImp
-
Get PermutationVarImp
- getPersistForURI(URI) - Method in class water.persist.PersistManager
-
- getPhase() - Method in class jsr166y.Phaser
-
Returns the current phase number.
- getPM() - Static method in class water.H2O
-
- getPojoInterfaces() - Method in class hex.Model
-
- getPool() - Static method in class jsr166y.ForkJoinTask
-
Returns the pool hosting the current task execution, or null
if this task is executing outside of any ForkJoinPool.
- getPool() - Method in class jsr166y.ForkJoinWorkerThread
-
Returns the pool hosting this thread.
- getPoolIndex() - Method in class jsr166y.ForkJoinWorkerThread
-
Returns the index number of this thread in its pool.
- getPoolSize() - Method in class jsr166y.ForkJoinPool
-
Returns the number of worker threads that have started but not
yet terminated.
- getPrAuc() - Method in class hex.PairwiseAUC
-
- getPredictions() - Method in class hex.Model.PredictScoreResult
-
- getProcessCpusAllowed() - Method in class water.util.LinuxProcFileReader
-
- getProcessID() - Method in class water.util.LinuxProcFileReader
-
- getProcessNumOpenFds() - Method in class water.util.LinuxProcFileReader
-
- getProcessRss() - Method in class water.util.LinuxProcFileReader
-
- getProcessTotalTicks() - Method in class water.util.LinuxProcFileReader
-
- getProject() - Method in class hex.leaderboard.Leaderboard
-
- getProperty(String, String) - Method in class water.rapids.Session
-
- getQueuedSubmissionCount() - Method in class jsr166y.ForkJoinPool
-
Returns an estimate of the number of tasks submitted to this
pool that have not yet begun executing.
- getQueuedTaskCount() - Method in class jsr166y.ForkJoinPool
-
Returns an estimate of the total number of tasks currently held
in queues by worker threads (but not including tasks submitted
to the pool that have not begun executing).
- getQueuedTaskCount() - Static method in class jsr166y.ForkJoinTask
-
Returns an estimate of the number of tasks that have been
forked by the current worker thread but not yet executed.
- getRawResult() - Method in class hex.ParallelModelBuilder
-
- getRawResult() - Method in class jsr166y.CountedCompleter
-
Always returns null
.
- getRawResult() - Method in class jsr166y.ForkJoinTask
-
Returns the result that would be returned by
ForkJoinTask.join()
, even
if this task completed abnormally, or
null
if this task
is not known to have been completed.
- getRawResult() - Method in class jsr166y.RecursiveAction
-
Always returns null
.
- getRawResult() - Method in class jsr166y.RecursiveTask
-
- getReasonPhrase() - Method in class water.util.HttpResponseStatus
-
Returns the reason phrase of this status.
- getRegisteredParties() - Method in class jsr166y.Phaser
-
Returns the number of parties registered at this phaser.
- getRepeatedPermutationVarImp(String, long, int, String[], long) - Method in class water.rapids.PermutationVarImp
-
Get Repeated Permutation Variable Importance
- getRequiredCoreExtensions() - Method in class water.api.AbstractRegister
-
- getRequiredCoreExtensions() - Method in interface water.api.RestApiExtension
-
List of core extensions on which this rest api depends on
- getResource2(String) - Static method in class water.init.JarHash
-
- getResourcesList(String) - Static method in class water.init.JarHash
-
Given a path name (without preceding and appending "/"),
return the names of all file and directory names contained
in the path location (not recursive).
- getResponseColumn() - Method in interface hex.Model.AdaptFrameParameters
-
- getResponseColumn() - Method in class hex.Model.Parameters
-
- getRestApiExtensions() - Method in class water.ExtensionManager
-
- getResult() - Method in class hex.FrameSplitter
-
Blocking call to obtain a result of computation.
- getResult() - Method in class water.fvec.RebalanceDataSet
-
- getResult(boolean) - Method in class water.MRTask
-
Block for and get any final results from a dfork'd MRTask.
- getResult() - Method in class water.MRTask
-
Block for and get any final results from a dfork'd MRTask.
- getRNG(long...) - Static method in class water.util.RandomUtils
-
- getROCInfo(Model, Frame, String) - Method in class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
-
- getRoot() - Method in class jsr166y.Phaser
-
Returns the root ancestor of this phaser, which is the same as
this phaser if it has no parent.
- getRow() - Method in class water.rapids.ast.prims.reducers.AstTopN.RowValue
-
- getRow() - Method in class water.rapids.Val
-
- getRow() - Method in class water.rapids.vals.ValFrame
-
Extract row from a single-row frame.
- getRow() - Method in class water.rapids.vals.ValRow
-
- getRowDim() - Method in class water.util.TwoDimTable
-
Get row dimension
- getRowHeaders() - Method in class water.util.TwoDimTable
-
- getRuleImportanceTable() - Method in interface hex.SignificantRulesCollector
-
- getRunningThreadCount() - Method in class jsr166y.ForkJoinPool
-
Returns an estimate of the number of worker threads that are
not blocked waiting to join tasks or for other managed
synchronization.
- getSchema(String) - Static method in class water.api.SchemaServer
-
Lookup schema by name.
- getSchemaName() - Method in class water.api.Schema
-
- getSchemaType() - Method in class water.api.Schema
-
- getSchemaVersion() - Method in class water.api.Schema
-
Get the version number of this schema, for example 3 or 99.
- getScheme() - Method in class water.webserver.H2OHttpViewImpl
-
- getScoringInfos() - Method in class hex.grid.Grid
-
- getSearchCriteria() - Method in class hex.grid.Grid
-
- getSecurityManager() - Method in class water.H2ONode
-
- getSer() - Method in class water.AutoBuffer
-
- getSer(Class<T>) - Method in class water.AutoBuffer
-
- getServletClass() - Method in class water.server.ServletMeta
-
- getServlets() - Method in class water.webserver.H2OHttpViewImpl
-
- getSession(String) - Static method in class water.api.RapidsHandler
-
- getSessionProperty(int, SessionPropertyV3) - Method in class water.api.RapidsHandler
-
- getSessionProperty(String, String) - Static method in class water.server.ServletUtils
-
- getShutdownRequested() - Static method in class water.H2O
-
- getSigma(int) - Method in class water.fvec.InteractionWrappedVec
-
- getSkippedColumns() - Method in class water.parser.ParseSetup
-
- getSocketFactory() - Method in class water.H2ONode
-
- getSortMetric() - Method in class hex.leaderboard.Leaderboard
-
If no sort metric is provided when creating the leaderboard,
then a default sort metric will be automatically chosen based on the problem type:
binomial classification: auc
multinomial classification: logloss
regression: mean_residual_deviance
- getSortMetricValues() - Method in class hex.leaderboard.Leaderboard
-
- getSparseDoubles(double[], int[]) - Method in class water.fvec.Chunk
-
Sparse bulk interface, stream through the compressed values and extract them into dense double array.
- getSparseDoubles(double[], int[], double) - Method in class water.fvec.Chunk
-
- getSplitValueHistograms() - Method in class hex.FeatureInteractions
-
- getStableVersion() - Static method in class water.api.SchemaServer
-
- getStats() - Method in class water.persist.PersistManager
-
- getStatus() - Method in class water.Job
-
- getStealCount() - Method in class jsr166y.ForkJoinPool
-
Returns an estimate of the total number of tasks stolen from
one thread's work queue by another.
- getStoppingMetric() - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria
-
- getStoppingRounds() - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria
-
- getStoppingTolerance() - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria
-
- getStr(int, int) - Method in class water.AutoBuffer
-
- getStr() - Method in class water.AutoBuffer
-
- getStr() - Method in class water.rapids.ast.params.AstStr
-
- getStr() - Method in class water.rapids.Val
-
- getStr() - Method in class water.rapids.vals.ValNum
-
- getStr() - Method in class water.rapids.vals.ValNums
-
- getStr() - Method in class water.rapids.vals.ValStr
-
- getStreamWriter() - Method in class water.api.StreamingSchema
-
Returns stream writer providing output stream.
- getStrs() - Method in class water.rapids.Val
-
- getStrs() - Method in class water.rapids.vals.ValNums
-
- getStrs() - Method in class water.rapids.vals.ValStr
-
- getStrs() - Method in class water.rapids.vals.ValStrs
-
- getSub(int) - Method in class water.fvec.InteractionWrappedVec
-
- getSubModels() - Method in class hex.MultiModelMojoWriter
-
- getSumPositives() - Method in class hex.PairwiseAUC
-
- getSurplusQueuedTaskCount() - Static method in class jsr166y.ForkJoinTask
-
Returns an estimate of how many more locally queued tasks are
held by the current worker thread than there are other worker
threads that might steal them.
- getSysBoolProperty(String, boolean) - Static method in class water.H2O
-
Retrieves a boolean value of an H2O system property.
- getSysProperty(String, String) - Method in class hex.ModelBuilder
-
- getSysProperty(String, String) - Static method in class water.H2O
-
Retrieves a value of an H2O system property.
- getSystemIdleTicks() - Method in class water.util.LinuxProcFileReader
-
- getSystemTotalTicks() - Method in class water.util.LinuxProcFileReader
-
- getTable(boolean) - Method in class hex.MultinomialAUC
-
- getTableDescription() - Method in class water.util.TwoDimTable
-
- getTableHeader() - Method in class water.util.TwoDimTable
-
- getTheFreezableOrThrow(int) - Static method in class water.TypeMap
-
- getThrowable() - Method in class hex.ParallelModelBuilder.ModelBuildFailure
-
- getTimestamp() - Method in class water.H2ONode
-
- getTimezone() - Static method in class water.parser.ParseTime
-
- getToEigenVec() - Method in class hex.Model
-
- getToEigenVec() - Method in class hex.ModelBuilder
-
- getTotalPhysicalMemory() - Static method in class water.util.OSUtils
-
Safe call to obtain size of total physical memory.
- getTotalSpace() - Method in class water.persist.Persist
-
Total storage space, or -1 for unknown
- getTotalSpace() - Method in class water.persist.PersistFS
-
- getTrainingFrame() - Method in class hex.grid.Grid
-
Returns the data frame used to train all these models.
- getTreatmentColumn() - Method in interface hex.Model.AdaptFrameParameters
-
- getTreatmentColumn() - Method in class hex.Model.Parameters
-
- getType() - Method in class hex.leaderboard.LeaderboardColumn
-
- getUdp(int) - Static method in class water.UDP
-
- getUnarrivedParties() - Method in class jsr166y.Phaser
-
Returns the number of registered parties that have not yet
arrived at the current phase of this phaser.
- getUncaughtExceptionHandler() - Method in class jsr166y.ForkJoinPool
-
Returns the handler for internal worker threads that terminate
due to unrecoverable errors encountered while executing tasks.
- getUri() - Method in class water.api.Route
-
- getURI(String) - Static method in class water.util.FileUtils
-
- getUrl() - Method in class water.api.RequestUri
-
- getURL(String) - Static method in class water.H2O
-
- getURL(String, InetAddress, int, String) - Static method in class water.H2O
-
- getURL(String, String, int, String) - Static method in class water.H2O
-
- getUsableSpace() - Method in class water.persist.Persist
-
Usable storage space, or -1 for unknown
- getUsableSpace() - Method in class water.persist.PersistFS
-
- getUsedColumns(String[]) - Method in class hex.Model.Parameters
-
Looks for all String parameters with the word 'column' in the parameter name, if
the parameter value is present in supplied array of strings, it will be added to the
returned set of used columns.
- getUserAgent() - Static method in class water.server.ServletUtils
-
- getV1() - Method in class hex.Model.InteractionPair
-
- getV2() - Method in class hex.Model.InteractionPair
-
- getValue() - Method in class hex.KeyValue
-
- getValue() - Method in class hex.leaderboard.AlgoName
-
- getValue() - Method in interface hex.leaderboard.LeaderboardCell
-
gets the current value of the cell.
- getValue() - Method in class hex.leaderboard.MetricScore
-
- getValue() - Method in class hex.leaderboard.ModelId
-
- getValue() - Method in class hex.leaderboard.ScoringTimePerRow
-
- getValue() - Method in class hex.leaderboard.TrainingTime
-
- getValue() - Method in class water.H2O.AboutEntry
-
- getValue() - Method in class water.rapids.ast.prims.reducers.AstTopN.RowValue
-
- getValues() - Method in class hex.grid.HyperParameters
-
- getValues(Class<? extends ValuesProvider>) - Static method in class water.api.SchemaMetadata
-
- getVar(Vec) - Static method in class water.rapids.ast.prims.advmath.AstVariance
-
- getVariableImportances() - Method in class hex.Model.Output
-
Retrieves variable importances
- getVecKey(Key) - Static method in class water.fvec.Vec
-
Get a Vec Key from Chunk Key, without loading the Chunk.
- getVecKey() - Method in class water.Key
-
- getVersion() - Method in class water.api.RequestUri
-
- getVersion() - Method in class water.api.Route
-
- getWaitingConsumerCount() - Method in class jsr166y.LinkedTransferQueue
-
- getWaitingConsumerCount() - Method in interface jsr166y.TransferQueue
-
Returns an estimate of the number of consumers waiting to
receive elements via BlockingQueue.take()
or timed
poll
.
- getWarningDetails() - Method in class hex.grid.Grid.SearchFailure
-
- getWebServer() - Static method in class water.H2O
-
- getWebsockets() - Method in class water.webserver.H2OHttpViewImpl
-
- getWeightedMean() - Method in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- getWeightedOvoAuc() - Method in class hex.MultinomialAUC
-
- getWeightedOvoAucPr() - Method in class hex.MultinomialAUC
-
- getWeightedOvrAuc() - Method in class hex.MultinomialAUC
-
- getWeightedOvrAucPr() - Method in class hex.MultinomialAUC
-
- getWeightedSigma() - Method in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- getWeightsColumn() - Method in interface hex.Model.AdaptFrameParameters
-
- getWeightsColumn() - Method in class hex.Model.Parameters
-
- getWork() - Method in class water.Job
-
- getWovenFields(Class<?>) - Static method in class water.Weaver
-
Get all woven fields in this class, including subclasses, up to the
normal
Iced
serialization classes, skipping static and transient
fields, and the required _ice_id field.
- getZ() - Method in class water.AutoBuffer
-
- gflops - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- GInfoPC(int, long) - Constructor for class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
-
- Gini - Variable in class water.api.schemas3.ModelMetricsBinomialV3
-
- GITHUB_DISCUSSIONS - Static variable in class water.H2O
-
- GLMMetrics - Interface in hex
-
Created by tomasnykodym on 1/5/16.
- globalKeysOfClass(Class) - Static method in class water.KeySnapshot
-
Return all the keys of the given class.
- globalSnapshot() - Static method in class water.KeySnapshot
-
- globalSnapshot(long) - Static method in class water.KeySnapshot
-
Cache-enabled call to get global key snapshot.
- GONE - Static variable in class water.util.HttpResponseStatus
-
410 Gone
- GOOGLE_DNS_IPV4 - Static variable in class water.util.NetworkUtils
-
- GOOGLE_DNS_IPV6 - Static variable in class water.util.NetworkUtils
-
- gradient(double, double) - Method in interface water.udf.CDistributionFunc
-
(Negative half) Gradient of deviance function at predicted value f, for actual response y.
- gradient(double, double, int) - Method in interface water.udf.CDistributionFunc
-
(Negative half) Gradient of deviance function at predicted value f, for actual response y.
- Grid<MP extends Model.Parameters> - Class in hex.grid
-
A Grid of Models representing result of hyper-parameter space exploration.
- Grid(Key, MP, String[], Map<String, Object[]>, HyperSpaceSearchCriteria, PojoUtils.FieldNaming, int) - Constructor for class hex.grid.Grid
-
Construct a new grid object to store results of grid search.
- Grid(Key, HyperSpaceWalker<MP, ?>, int) - Constructor for class hex.grid.Grid
-
- Grid.SearchFailure<MP extends Model.Parameters> - Class in hex.grid
-
Failure that occurred during hyperspace exploration.
- grid_directory - Variable in class water.api.schemas3.GridExportV3
-
- grid_id - Variable in class hex.schemas.GridSchemaV99
-
- grid_id - Variable in class hex.schemas.GridSearchSchema
-
- grid_id - Variable in class water.api.schemas3.GridExportV3
-
- grid_path - Variable in class water.api.schemas3.GridImportV3
-
- GRID_PROTO - Static variable in class hex.grid.Grid
-
Publicly available Grid prototype - used by REST API.
- gridable - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- GridExportV3 - Class in water.api.schemas3
-
- GridExportV3() - Constructor for class water.api.schemas3.GridExportV3
-
- GridImportExportHandler - Class in water.api
-
- GridImportExportHandler() - Constructor for class water.api.GridImportExportHandler
-
- GridImportV3 - Class in water.api.schemas3
-
- GridImportV3() - Constructor for class water.api.schemas3.GridImportV3
-
- gridKeyName(String, Frame) - Static method in class hex.grid.GridSearch
-
Defines a key for a new Grid object holding results of grid search.
- GridKeyV3() - Constructor for class water.api.schemas3.KeyV3.GridKeyV3
-
- GridKeyV3(Key<Grid>) - Constructor for class water.api.schemas3.KeyV3.GridKeyV3
-
- Grids - Class in water.api
-
- Grids() - Constructor for class water.api.Grids
-
- grids - Variable in class water.api.schemas99.GridsV99
-
- GridSchemaV99 - Class in hex.schemas
-
REST endpoint representing single grid object.
- GridSchemaV99() - Constructor for class hex.schemas.GridSchemaV99
-
- GridSearch<MP extends Model.Parameters> - Class in hex.grid
-
Grid search job.
- GridSearch.Builder<MP extends Model.Parameters> - Class in hex.grid
-
- GridSearch.SimpleParametersBuilderFactory<MP extends Model.Parameters> - Class in hex.grid
-
The factory is producing a parameters builder which uses reflection to setup field values.
- GridSearch.SimpleParametersBuilderFactory.SimpleParamsBuilder<MP extends Model.Parameters> - Class in hex.grid
-
The builder modifies initial model parameters directly by reflection.
- GridSearchHandler<G extends Grid<MP>,S extends GridSearchSchema<G,S,MP,P>,MP extends Model.Parameters,P extends ModelParametersSchemaV3> - Class in water.api
-
A generic grid search handler implementing launch of grid search.
- GridSearchHandler() - Constructor for class water.api.GridSearchHandler
-
- GridSearchHandler.DefaultModelParametersBuilderFactory<MP extends Model.Parameters,PS extends ModelParametersSchemaV3> - Class in water.api
-
- GridSearchHandler.ModelParametersFromSchemaBuilder<MP extends Model.Parameters,PS extends ModelParametersSchemaV3> - Class in water.api
-
Model parameters factory building model parameters with respect to its schema.
- GridSearchSchema<G extends Grid<MP>,S extends GridSearchSchema<G,S,MP,P>,MP extends Model.Parameters,P extends ModelParametersSchemaV3> - Class in hex.schemas
-
This is a common grid search schema composed of two parameters: default parameters for a builder
and hyper parameters which are given as a mapping from parameter name to list of possible
values.
- GridSearchSchema() - Constructor for class hex.schemas.GridSearchSchema
-
- GridsHandler - Class in water.api
-
/Grids/ end-point handler.
- GridsHandler() - Constructor for class water.api.GridsHandler
-
- GridsV99 - Class in water.api.schemas99
-
- GridsV99() - Constructor for class water.api.schemas99.GridsV99
-
- group() - Method in class water.fvec.Vec
-
Get the group this vector belongs to.
- GRP - Static variable in class water.Key
-
- GTEST_THRESHOLD - Static variable in class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
-
- GUESS_COL_CNT - Static variable in class water.parser.ParseSetup
-
- GUESS_HEADER - Static variable in class water.parser.ParseSetup
-
- GUESS_INFO - Static variable in class water.parser.DefaultParserProviders
-
- GUESS_SEP - Static variable in class water.parser.ParseSetup
-
- guessFinalSetup(ByteVec, byte[], ParseSetup) - Method in class water.parser.BinaryParserProvider
-
Finalizes ParseSetup created by guessInitSetup
using data read from a given ByteVec/bits.
- guessFinalSetup(ByteVec, byte[], ParseSetup) - Method in class water.parser.ParserProvider
-
Finalizes ParseSetup created by guessInitSetup
using data read from a given ByteVec/bits.
- guessInitSetup(ByteVec, byte[], ParseSetup) - Method in class water.parser.BinaryParserProvider
-
Constructs initial ParseSetup from a given user setup
Any exception thrown by this method will signal that this ParserProvider doesn't support
the input data.
- guessInitSetup(ByteVec, byte[], ParseSetup) - Method in class water.parser.DefaultParserProviders.ArffParserProvider
-
- guessInitSetup(ByteVec, byte[], ParseSetup) - Method in class water.parser.DefaultParserProviders.CsvParserProvider
-
- guessInitSetup(ByteVec, byte[], ParseSetup) - Method in class water.parser.ParserProvider
-
Constructs initial ParseSetup from a given user setup
Any exception thrown by this method will signal that this ParserProvider doesn't support
the input data.
- guessNAStrings(byte[]) - Method in class water.parser.PreviewParseWriter
-
- guessNcols(String[], String[][]) - Static method in class water.parser.CsvParser
-
- GuessParserProvider() - Constructor for class water.parser.DefaultParserProviders.GuessParserProvider
-
- guessSeparator(String, String, boolean, byte) - Static method in class water.parser.CsvParser
-
- guessSetup(int, ParseSetupV3) - Method in class water.api.ParseSetupHandler
-
- guessSetup(ByteVec, byte[], byte, int, boolean, int, String[], byte[], String[][], String[][]) - Method in class water.parser.BinaryParserProvider
-
Deprecated.
- guessSetup(ByteVec, byte[], byte, int, boolean, int, String[], byte[], String[][], String[][]) - Method in class water.parser.DefaultParserProviders.SVMLightParserProvider
-
- guessSetup(ByteVec, byte[], byte, int, boolean, int, String[], byte[], String[][], String[][]) - Method in class water.parser.DefaultParserProviders.XlsParserProvider
-
- guessSetup(ByteVec, byte[], ParseSetup) - Method in class water.parser.ParserProvider
-
- guessSetup(ByteVec, byte[], byte, int, boolean, int, String[], byte[], String[][], String[][]) - Method in class water.parser.ParserProvider
-
Returns parser setup of throws exception if input is not recognized
- guessSetup(Key[], boolean, int) - Static method in class water.parser.ParseSetup
-
Used by test harnesses for simple parsing of test data.
- guessSetup(Key[], ParseSetup) - Static method in class water.parser.ParseSetup
-
Discover the parse setup needed to correctly parse all files.
- guessSetup(ByteVec, byte[], ParseSetup) - Static method in class water.parser.ParseSetup
-
Guess everything from a single pile-o-bits.
- guessSetup_impl(ByteVec, byte[], ParseSetup) - Method in class water.parser.DefaultParserProviders.GuessParserProvider
-
- guessSetup_impl(ByteVec, byte[], ParseSetup) - Method in class water.parser.ParserProvider
-
Actual implementation of the guessSetup method.
- GuessSetupTsk(ParseSetup) - Constructor for class water.parser.ParseSetup.GuessSetupTsk
-
- guessType(int, int, int, int, int, int, int, PreviewParseWriter.IDomain) - Static method in class water.parser.PreviewParseWriter
-
- guessTypes() - Method in class water.parser.PreviewParseWriter
-
- GUI_PRIORITY - Static variable in class water.H2O
-
- h - Variable in class water.api.schemas3.FriedmanPopescusHV3
-
- h2o - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- H2O - Class in water
-
Start point for creating or joining an H2O
Cloud.
- H2O.AboutEntry - Class in water
-
- H2O.BaseArgs - Class in water
-
A class containing all of the authentication arguments for H2O.
- H2O.FJWThr - Class in water
-
- H2O.H2OCallback<T extends H2O.H2OCountedCompleter> - Class in water
-
- H2O.H2OCountedCompleter<T extends H2O.H2OCountedCompleter> - Class in water
-
- H2O.KeyValueArg - Class in water
-
- H2O.OptArgs - Class in water
-
A class containing all of the arguments for H2O.
- H2O.OptString - Class in water
-
- H2O.RemoteRunnable<T extends H2O.RemoteRunnable> - Class in water
-
- H2O_DEFAULT_PORT - Static variable in class water.H2O
-
- H2O_PORT - Static variable in class water.H2O
-
- H2O_REST_API_VERSION - Static variable in class water.api.RequestServer
-
- H2OAbstractRuntimeException - Exception in water.exceptions
-
RuntimeException which results in a http 400 error by default, and serves as a base class for other error types.
- H2OAbstractRuntimeException(String, String, IcedHashMapGeneric.IcedHashMapStringObject) - Constructor for exception water.exceptions.H2OAbstractRuntimeException
-
- H2OAbstractRuntimeException(String, String) - Constructor for exception water.exceptions.H2OAbstractRuntimeException
-
- H2OBinaryOp - Class in water.rapids.transforms
-
- H2OBinaryOp(String, String, boolean, String[]) - Constructor for class water.rapids.transforms.H2OBinaryOp
-
- H2OCallback() - Constructor for class water.H2O.H2OCallback
-
- H2OCallback(H2O.H2OCountedCompleter) - Constructor for class water.H2O.H2OCallback
-
- H2OCategoricalLevelNotFoundArgumentException - Exception in water.exceptions
-
Exception signalling that an categorical level was not found.
- H2OCategoricalLevelNotFoundArgumentException(String, String, String, String) - Constructor for exception water.exceptions.H2OCategoricalLevelNotFoundArgumentException
-
- H2OCC - Static variable in class water.TypeMap
-
- H2OColOp - Class in water.rapids.transforms
-
- H2OColOp(String, String, boolean, String[]) - Constructor for class water.rapids.transforms.H2OColOp
-
- H2OColSelect - Class in water.rapids.transforms
-
- H2OColSelect(String, String, boolean, String[]) - Constructor for class water.rapids.transforms.H2OColSelect
-
- H2OColumnNotFoundArgumentException - Exception in water.exceptions
-
Exception signalling that a Vec was not found.
- H2OColumnNotFoundArgumentException(String, Frame, String) - Constructor for exception water.exceptions.H2OColumnNotFoundArgumentException
-
- H2OColumnNotFoundArgumentException(String, String, String) - Constructor for exception water.exceptions.H2OColumnNotFoundArgumentException
-
- H2OColumnNotFoundArgumentException(Frame, String) - Constructor for exception water.exceptions.H2OColumnNotFoundArgumentException
-
- H2OColumnNotFoundArgumentException(String, String) - Constructor for exception water.exceptions.H2OColumnNotFoundArgumentException
-
- H2OConcurrentModificationException - Exception in water.exceptions
-
H2OConcurrentModificationException signals that object was modified while being used in another
operation.
- H2OConcurrentModificationException(String) - Constructor for exception water.exceptions.H2OConcurrentModificationException
-
- H2OConstants - Class in water
-
Global constants used throughout the H2O-3 project.
- H2OConstants() - Constructor for class water.H2OConstants
-
- H2OCountedCompleter() - Constructor for class water.H2O.H2OCountedCompleter
-
- H2OCountedCompleter(H2O.H2OCountedCompleter) - Constructor for class water.H2O.H2OCountedCompleter
-
- H2OCountedCompleter(byte) - Constructor for class water.H2O.H2OCountedCompleter
-
- H2OCountedCompleter(H2O.H2OCountedCompleter, byte) - Constructor for class water.H2O.H2OCountedCompleter
-
- H2OError - Class in water
-
Class which represents a back-end error which will be returned to the client.
- H2OError(String, String, String, int, IcedHashMapGeneric.IcedHashMapStringObject, Exception) - Constructor for class water.H2OError
-
- H2OError(long, String, String, String, int, IcedHashMapGeneric.IcedHashMapStringObject, Throwable) - Constructor for class water.H2OError
-
- H2OError(Throwable, String) - Constructor for class water.H2OError
-
- H2OErrorV3<I extends H2OError,S extends H2OErrorV3<I,S>> - Class in water.api.schemas3
-
Schema which represents a back-end error which will be returned to the client.
- H2OErrorV3() - Constructor for class water.api.schemas3.H2OErrorV3
-
- H2OFailException - Exception in water.exceptions
-
RuntimeException which causes H2O to shut down.
- H2OFailException(String) - Constructor for exception water.exceptions.H2OFailException
-
- H2OFailException(String, Throwable) - Constructor for exception water.exceptions.H2OFailException
-
- H2OGridException - Exception in water.exceptions
-
- H2OGridException(String) - Constructor for exception water.exceptions.H2OGridException
-
- H2OGridException(String, Throwable) - Constructor for exception water.exceptions.H2OGridException
-
- H2OGridException(String, Throwable, int) - Constructor for exception water.exceptions.H2OGridException
-
- h2oHttpView - Static variable in class water.init.NetworkInit
-
- H2OHttpViewImpl - Class in water.webserver
-
This is intended to be a singleton per H2O node.
- H2OHttpViewImpl(H2OHttpConfig) - Constructor for class water.webserver.H2OHttpViewImpl
-
- H2OIllegalArgumentException - Exception in water.exceptions
-
- H2OIllegalArgumentException(String, String, Object) - Constructor for exception water.exceptions.H2OIllegalArgumentException
-
- H2OIllegalArgumentException(String, String, IcedHashMapGeneric.IcedHashMapStringObject) - Constructor for exception water.exceptions.H2OIllegalArgumentException
-
Raw-message constructor for use by subclasses.
- H2OIllegalArgumentException(String, String) - Constructor for exception water.exceptions.H2OIllegalArgumentException
-
Raw-message constructor for use by subclasses.
- H2OIllegalArgumentException(String) - Constructor for exception water.exceptions.H2OIllegalArgumentException
-
Raw-message constructor for use by subclasses.
- H2OIllegalValueException - Exception in water.exceptions
-
Exception indicating that we found an illegal value which was not passed in as an argument.
- H2OIllegalValueException(String, String, Object) - Constructor for exception water.exceptions.H2OIllegalValueException
-
- H2OIllegalValueException(String, Object) - Constructor for exception water.exceptions.H2OIllegalValueException
-
- H2OKeyNotFoundArgumentException - Exception in water.exceptions
-
Exception signalling that a Key was not found.
- H2OKeyNotFoundArgumentException(String, String, String) - Constructor for exception water.exceptions.H2OKeyNotFoundArgumentException
-
- H2OKeyNotFoundArgumentException(String, String) - Constructor for exception water.exceptions.H2OKeyNotFoundArgumentException
-
- H2OKeyNotFoundArgumentException(String, Key) - Constructor for exception water.exceptions.H2OKeyNotFoundArgumentException
-
- H2OKeyNotFoundArgumentException(String) - Constructor for exception water.exceptions.H2OKeyNotFoundArgumentException
-
- H2OKeyNotFoundArgumentException(Key) - Constructor for exception water.exceptions.H2OKeyNotFoundArgumentException
-
- H2OKeysNotFoundArgumentException - Exception in water.exceptions
-
- H2OKeysNotFoundArgumentException(String, String[]) - Constructor for exception water.exceptions.H2OKeysNotFoundArgumentException
-
- H2OKeyWrongTypeArgumentException - Exception in water.exceptions
-
- H2OKeyWrongTypeArgumentException(String, Object, Class<? extends Keyed>, Class) - Constructor for exception water.exceptions.H2OKeyWrongTypeArgumentException
-
- H2OListenerExtension - Interface in water
-
- H2OModelBuilderError - Class in water
-
Class which represents a ModelBuilder back-end error which will be returned to the client.
- H2OModelBuilderError(long, String, String, String, int, IcedHashMapGeneric.IcedHashMapStringObject, H2OModelBuilderIllegalArgumentException) - Constructor for class water.H2OModelBuilderError
-
- H2OModelBuilderErrorV3 - Class in water.api.schemas3
-
Schema which represents a back-end error from the model building process which will be
returned to the client.
- H2OModelBuilderErrorV3() - Constructor for class water.api.schemas3.H2OModelBuilderErrorV3
-
- H2OModelBuilderIllegalArgumentException - Exception in water.exceptions
-
- H2OModelDescriptor() - Constructor for class hex.Model.H2OModelDescriptor
-
- H2ONode - Class in water
-
A Node
in an H2O
Cloud.
- H2ONodeTimestamp - Class in water
-
- H2ONodeTimestamp() - Constructor for class water.H2ONodeTimestamp
-
- H2ONotFoundArgumentException - Exception in water.exceptions
-
- H2ONotFoundArgumentException(String, String) - Constructor for exception water.exceptions.H2ONotFoundArgumentException
-
- H2ONotFoundArgumentException(String) - Constructor for exception water.exceptions.H2ONotFoundArgumentException
-
- H2OParseException(String) - Constructor for exception water.parser.ParseDataset.H2OParseException
-
- H2OParseException(String, Throwable) - Constructor for exception water.parser.ParseDataset.H2OParseException
-
- H2OParseException(Throwable) - Constructor for exception water.parser.ParseDataset.H2OParseException
-
- H2ORandomRNG(long) - Constructor for class water.util.RandomUtils.H2ORandomRNG
-
- H2oRestGsonHelper - Class in water.api
-
Custom Gson serialization for our REST API, which does things like turn a String of a Key into
a Key object automagically.
- H2oRestGsonHelper() - Constructor for class water.api.H2oRestGsonHelper
-
- H2ORuntime - Class in water
-
H2O wrapper around Runtime class exposing modified versions of some functions
- H2ORuntime() - Constructor for class water.H2ORuntime
-
- H2OScaler - Class in water.rapids.transforms
-
- H2OSecurityManager - Class in water
-
Takes care of security.
- H2OStarter - Class in water
-
H2O starter which manages start and registration of application extensions.
- H2OStarter() - Constructor for class water.H2OStarter
-
- H2OUnsupportedDataFileException - Exception in water.exceptions
-
Exception thrown by a parser when a file format is recognized but a certain feature used
in the particular data file is not supported (eg.
- H2OUnsupportedDataFileException(String, String, IcedHashMapGeneric.IcedHashMapStringObject) - Constructor for exception water.exceptions.H2OUnsupportedDataFileException
-
- H2OUnsupportedDataFileException(String, String) - Constructor for exception water.exceptions.H2OUnsupportedDataFileException
-
- hadoop_properties - Variable in class water.H2O.OptArgs
-
-Hkey=value; additional configuration to merge into the Hadoop Configuration
- handle(int, Route, Properties, String) - Method in class water.api.GridSearchHandler
-
- handle(int, Route, Properties, String) - Method in class water.api.Handler
-
- handle(int, Route, Properties, String) - Method in class water.api.ModelBuilderHandler
-
- handle(int, Route, Properties, String) - Method in class water.api.SegmentModelsBuilderHandler
-
- handle(String, HttpServletRequest, HttpServletResponse) - Method in class water.server.LeaderNodeRequestFilter
-
- Handler - Class in water.api
-
- Handler() - Constructor for class water.api.Handler
-
- handler_class - Variable in class water.api.schemas3.RouteV3
-
- handler_method - Variable in class water.api.schemas3.RouteV3
-
- HandlerFactory - Interface in water.api
-
Handler factory supports different strategies to
create an instance of handler class for given registered route.
- has(long) - Method in class water.rapids.ast.params.AstNumList
-
- HAS_HEADER - Static variable in class water.parser.ParseSetup
-
- has_response - Variable in class hex.CreateFrame
-
- has_response - Variable in class water.api.schemas3.CreateFrameV3
-
- has_response - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- hasCheckpoint() - Method in class hex.Model.Parameters
-
- hasErrors() - Method in class water.parser.FVecParseWriter
-
- hasErrors() - Method in interface water.parser.ParseWriter
-
- hasErrors() - Method in class water.parser.PreviewParseWriter
-
- hasException() - Method in class water.DTask
-
- hasFloat() - Method in class water.fvec.Chunk
-
- hasFold() - Method in class hex.Model.Output
-
- hasFoldCol() - Method in class hex.ModelBuilder
-
- hash() - Method in class water.rapids.ast.prims.mungers.AstGroup.G
-
- hash() - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
-
- hash_login - Variable in class water.H2O.BaseArgs
-
-hash_login enables HashLoginService
- hashCode() - Method in class hex.Model.InteractionPair
-
- hashCode() - Method in class water.api.Route
-
- hashCode() - Method in class water.fvec.Vec
-
Vec's hashcode, which is just the Vec Key hashcode.
- hashCode() - Method in class water.fvec.Vec.VectorGroup
-
VectorGroups's hashcode
- hashCode() - Method in class water.H2ONode
-
- hashCode() - Method in class water.init.TimelineSnapshot.Event
-
- hashCode() - Method in class water.Key
-
- hashCode() - Method in class water.parser.BufferedString
-
- hashCode() - Method in class water.parser.ParserInfo
-
- hashCode() - Method in class water.persist.Persist.PersistEntry
-
- hashCode() - Method in class water.rapids.ast.prims.mungers.AstGroup.G
-
- hashCode() - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
-
- hashCode() - Method in class water.udf.DataColumn
-
- hashCode() - Method in class water.udf.FoldingColumn
-
- hashCode() - Method in class water.udf.Fun2Column
-
- hashCode() - Method in class water.udf.Fun3Column
-
- hashCode() - Method in class water.udf.FunColumn
-
- hashCode() - Method in class water.udf.UnfoldingColumn
-
- hashCode(Object) - Static method in class water.util.fp.FP
-
- hashCode() - Method in class water.util.fp.FP.Some
-
- hashCode() - Method in class water.util.fp.JustCode
-
- hashCode() - Method in class water.util.HttpResponseStatus
-
- hashCode() - Method in class water.util.IcedDouble
-
- hashCode() - Method in class water.util.IcedHashMapBase
-
- hashCode() - Method in class water.util.IcedHashMapGeneric
-
- hashCode() - Method in class water.util.IcedHashSet
-
- hashCode() - Method in class water.util.IcedInt
-
- hashCode() - Method in class water.util.IcedLong
-
- hashCode(Object) - Static method in class water.util.Java7.Objects
-
- hashCode() - Method in class water.util.JSONValue
-
- hashCode() - Method in class water.util.Pair
-
- hashCode() - Method in class water.util.SetOfBytes
-
- hashCode() - Method in class water.util.Triple
-
- HASHTAG - Static variable in class water.parser.Parser
-
- hasInfs() - Method in class water.fvec.Frame
-
- hasLeafStatistics - Variable in class hex.FeatureInteraction
-
- hasNA() - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
-
- hasNA() - Method in class water.fvec.Chunk
-
- hasNaNs(double[]) - Static method in class water.util.ArrayUtils
-
- hasNaNsOrInfs(double[]) - Static method in class water.util.ArrayUtils
-
- hasNaNsOrInfs(float[]) - Static method in class water.util.ArrayUtils
-
- hasNAs() - Method in class water.fvec.Frame
-
- hasNext() - Method in interface hex.grid.HyperSpaceWalker.HyperSpaceIterator
-
Returns true if the iterator can continue.
- hasNext() - Method in class water.init.TimelineSnapshot
-
Just check if there is any non null non-issued event.
- hasNzs(double[]) - Static method in class water.util.ArrayUtils
-
- hasOffset() - Method in class hex.Model.Output
-
- hasOffsetCol() - Method in class hex.ModelBuilder
-
- hasQueuedSubmissions() - Method in class jsr166y.ForkJoinPool
-
Returns true
if there are any tasks submitted to this
pool that have not yet begun executing.
- hasResponse() - Method in class hex.Model.Output
-
- hasTreatment() - Method in class hex.Model.Output
-
- hasTreatmentCol() - Method in class hex.ModelBuilder
-
- hasWaitingConsumer() - Method in class jsr166y.LinkedTransferQueue
-
- hasWaitingConsumer() - Method in interface jsr166y.TransferQueue
-
Returns true
if there is at least one consumer waiting
to receive an element via BlockingQueue.take()
or
timed poll
.
- hasWarnings() - Method in class hex.Model.UpdateAuxTreeWeights.UpdateAuxTreeWeightsReport
-
- hasWeightCol() - Method in class hex.ModelBuilder
-
- hasWeights() - Method in class hex.Model.Output
-
- have_mojo - Variable in class water.api.schemas3.ModelSchemaBaseV3
-
- have_mojo - Variable in class water.api.schemas4.ModelInfoV4
-
- have_pojo - Variable in class water.api.schemas3.ModelSchemaBaseV3
-
- have_pojo - Variable in class water.api.schemas4.ModelInfoV4
-
- haveInheritedLog4jConfiguration() - Static method in class water.H2O
-
- haveMojo() - Method in class hex.Model
-
- haveMojo() - Method in class hex.ModelBuilder
-
- haveMojo() - Method in class hex.quantile.Quantile
-
- havePojo() - Method in class hex.Model
-
- havePojo() - Method in class hex.ModelBuilder
-
- havePojo() - Method in class hex.quantile.Quantile
-
- HDFS - Static variable in interface water.persist.PersistManager.Schemes
-
- HDFS - Static variable in class water.Value
-
- hdfs_config - Variable in class water.H2O.OptArgs
-
-hdfs_config=hdfs_config; configuration file of the HDFS
- hdfs_skip - Variable in class water.H2O.OptArgs
-
-hdfs_skip=hdfs_skip; used by Hadoop driver to not unpack and load any HDFS jar file at runtime.
- hdfs_token_refresh_interval - Variable in class water.H2O.BaseArgs
-
- HDFSFileVec - Class in water.fvec
-
Vec representation of file stored on HDFS.
- HDFSIOException - Exception in water.api
-
- HDFSIOException(String, String, Exception) - Constructor for exception water.api.HDFSIOException
-
- header - Variable in class water.api.NanoResponse
-
Headers for the HTTP response.
- header - Variable in class water.api.schemas3.FramesV3
-
- heading1(String...) - Method in class water.util.MarkdownBuilder
-
- heading2(String...) - Method in class water.util.MarkdownBuilder
-
- headOption(Iterator<T>) - Static method in class water.util.fp.FP
-
- headOption(Iterable<T>) - Static method in class water.util.fp.FP
-
- healthy - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- healthy() - Method in class water.H2O
-
- HeartBeat - Class in water
-
Struct holding H2ONode health info.
- HeartBeat() - Constructor for class water.HeartBeat
-
- HeartBeatEvent() - Constructor for class water.api.schemas3.TimelineV3.HeartBeatEvent
-
- HeartBeatThread - Class in water
-
Starts a thread publishing multicast HeartBeats to the local subnet: the
Leader of this Cloud.
- HeartBeatThread() - Constructor for class water.HeartBeatThread
-
- help() - Method in class water.api.CreateFrameHandler.CreateSimpleFrame
-
- help() - Method in class water.api.JobsHandler.FetchJob
-
- help() - Method in class water.api.RapidsHandler.StartSession4
-
- help() - Method in class water.api.RestApiHandler
-
Help for this endpoint (will be used in generated bindings).
- help - Variable in class water.api.schemas3.FieldMetadataV3
-
- help - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- help - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- help - Variable in class water.H2O.OptArgs
-
-help, -help=true; print help and exit
- helpQuiesce() - Static method in class jsr166y.ForkJoinTask
-
Possibly executes tasks until the pool hosting the current task
is quiescent
.
- hex - package hex
-
- HEX - Static variable in interface water.persist.PersistManager.Schemes
-
- hex.createframe - package hex.createframe
-
- hex.createframe.columns - package hex.createframe.columns
-
- hex.createframe.postprocess - package hex.createframe.postprocess
-
- hex.createframe.recipes - package hex.createframe.recipes
-
- hex.faulttolerance - package hex.faulttolerance
-
- hex.grid - package hex.grid
-
- hex.leaderboard - package hex.leaderboard
-
- hex.quantile - package hex.quantile
-
- hex.schemas - package hex.schemas
-
- hex.segments - package hex.segments
-
- hex.tfidf - package hex.tfidf
-
- hex_string - Variable in class water.api.schemas3.DownloadDataV3
-
- HIDDEN_USER_KEY - Static variable in class water.Key
-
- hide(String, String) - Method in class hex.ModelBuilder
-
- histogram_base - Variable in class water.api.schemas3.FrameV3.ColV3
-
- histogram_bins - Variable in class water.api.schemas3.FrameV3.ColV3
-
- histogram_stride - Variable in class water.api.schemas3.FrameV3.ColV3
-
- hit_ratio_table - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
-
- hit_ratio_table - Variable in class water.api.schemas3.ModelMetricsOrdinalGenericV3
-
- hit_ratio_table - Variable in class water.api.schemas3.ModelMetricsOrdinalV3
-
- HIVE_SEP - Static variable in class water.parser.CsvParser
-
Separators recognized by the CSV parser.
- hlik - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- hline() - Method in class water.util.MarkdownBuilder
-
- home() - Method in class water.Key
-
- home_node() - Method in class water.Key
-
The home node for this Key.
- hostname_as_jks_alias - Variable in class water.H2O.BaseArgs
-
-hostname_as_jks_alias if you want to use the machine hostname as your certificate alias
- HostnameGuesser - Class in water.init
-
- HostnameGuesser() - Constructor for class water.init.HostnameGuesser
-
- HostnameGuesser.CIDRBlock - Class in water.init
-
Representation of a single CIDR block (subnet).
- hr() - Method in class hex.ModelMetrics
-
- hr() - Method in class hex.ModelMetricsMultinomial
-
- hr() - Method in class hex.ModelMetricsOrdinal
-
- HTTP - Static variable in class water.Value
-
- HTTP_ACCEPTED - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_BAD_METHOD - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_BAD_REQUEST - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_CREATED - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_FORBIDDEN - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_INTERNAL_ERROR - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- http_method - Variable in class water.api.schemas3.MetadataV3
-
- http_method - Variable in class water.api.schemas3.RouteV3
-
- HTTP_NO_CONTENT - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_NOT_FOUND - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_NOT_IMPLEMENTED - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_NOT_MODIFIED - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_OK - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_PARTIAL_CONTENT - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_PRECONDITION_FAILED - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_RANGE_NOT_SATISFIABLE - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_REDIRECT - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_RESPONSE_CODE() - Method in exception water.exceptions.H2OAbstractRuntimeException
-
- HTTP_RESPONSE_CODE() - Method in exception water.exceptions.H2OFailException
-
- HTTP_RESPONSE_CODE() - Method in exception water.exceptions.H2OGridException
-
- HTTP_RESPONSE_CODE() - Method in exception water.exceptions.H2OIllegalArgumentException
-
- HTTP_RESPONSE_CODE() - Method in exception water.exceptions.H2OKeyWrongTypeArgumentException
-
- HTTP_RESPONSE_CODE() - Method in exception water.exceptions.H2ONotFoundArgumentException
-
- HTTP_SERVICE_NOT_AVAILABLE - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- http_status - Variable in class water.api.schemas3.H2OErrorV3
-
- HTTP_TEAPOT - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_THROTTLE - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_TOO_LONG_REQUEST - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_UNAUTHORIZED - Static variable in class water.api.RequestServer
-
Some HTTP response status codes
- HTTP_VERSION_NOT_SUPPORTED - Static variable in class water.util.HttpResponseStatus
-
505 HTTP Version Not Supported
- HTTPFileVec - Class in water.fvec
-
FileVec backed by an HTTP/HTTPS data source
- HttpResponseStatus - Class in water.util
-
The response code and its description of HTTP or its derived protocols, such as
RTSP and
ICAP.
- HttpResponseStatus(int, String) - Constructor for class water.util.HttpResponseStatus
-
Creates a new instance with the specified code
and its
reasonPhrase
.
- httpStatus() - Method in class hex.schemas.ModelBuilderSchema
-
- httpStatus() - Method in class water.api.schemas3.H2OErrorV3
-
- httpStatus() - Method in interface water.api.SpecifiesHttpResponseCode
-
- httpStatusHeader(int) - Static method in class water.H2OError
-
- huber_alpha - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- hyper_names - Variable in class hex.schemas.GridSchemaV99
-
- hyper_parameters - Variable in class hex.schemas.GridSearchSchema
-
- HyperParameters - Class in hex.grid
-
Wrapper class to make hyper-parameters serializable with Icer
- HyperParameters(Map<String, Object[]>) - Constructor for class hex.grid.HyperParameters
-
- hypers(Map<String, Object[]>, String[], int[]) - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
Given a list of indices for the hyperparameter values return an Object[] of the actual values.
- HyperSpaceSearchCriteria - Class in hex.grid
-
Search criteria for a hyperparameter search including directives for how to search and
when to stop the search.
- HyperSpaceSearchCriteria(HyperSpaceSearchCriteria.Strategy) - Constructor for class hex.grid.HyperSpaceSearchCriteria
-
- HyperSpaceSearchCriteria.CartesianSearchCriteria - Class in hex.grid
-
Search criteria for an exhaustive Cartesian hyperparameter search.
- HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria - Class in hex.grid
-
Search criteria for a hyperparameter search including directives for how to search and
when to stop the search.
- HyperSpaceSearchCriteria.SequentialSearchCriteria - Class in hex.grid
-
- HyperSpaceSearchCriteria.StoppingCriteria - Class in hex.grid
-
- HyperSpaceSearchCriteria.StoppingCriteria.Builder - Class in hex.grid
-
- HyperSpaceSearchCriteria.Strategy - Enum in hex.grid
-
- HyperSpaceSearchCriteriaV99<I extends HyperSpaceSearchCriteria,S extends HyperSpaceSearchCriteriaV99<I,S>> - Class in hex.schemas
-
Search criteria for a hyperparameter search including directives for how to search and
when to stop the search.
- HyperSpaceSearchCriteriaV99() - Constructor for class hex.schemas.HyperSpaceSearchCriteriaV99
-
- HyperSpaceSearchCriteriaV99.CartesianSearchCriteriaV99 - Class in hex.schemas
-
Search criteria for an exhaustive Cartesian hyperparameter search.
- HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99 - Class in hex.schemas
-
Search criteria for random hyperparameter search using hyperparameter values given by
lists.
- HyperSpaceSearchCriteriaV99.RandomSearchStoppingMetricValuesProvider - Class in hex.schemas
-
- HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99 - Class in hex.schemas
-
Search criteria for a Sequential hyperparameter search.
- HyperSpaceSearchCriteriaV99.StrategyValuesProvider - Class in hex.schemas
-
- HyperSpaceWalker<MP extends Model.Parameters,C extends HyperSpaceSearchCriteria> - Interface in hex.grid
-
- HyperSpaceWalker.BaseWalker<MP extends Model.Parameters,C extends HyperSpaceSearchCriteria> - Class in hex.grid
-
Superclass for for all hyperparameter space walkers.
- HyperSpaceWalker.BaseWalker.WalkerFactory<MP extends Model.Parameters,C extends HyperSpaceSearchCriteria> - Class in hex.grid
-
Java hackery so we can have a factory method on a class with type params.
- HyperSpaceWalker.CartesianWalker<MP extends Model.Parameters> - Class in hex.grid
-
Hyperparameter space walker which visits each combination of hyperparameters in order.
- HyperSpaceWalker.HyperSpaceIterator<MP extends Model.Parameters> - Interface in hex.grid
-
- HyperSpaceWalker.RandomDiscreteValueWalker<MP extends Model.Parameters> - Class in hex.grid
-
Hyperparameter space walker which visits random combinations of hyperparameters whose possible values are
given in explicit lists as they are with CartesianWalker.
- i(int) - Method in interface water.exceptions.JCodeSB
-
Increase indentation counter
- i() - Method in interface water.exceptions.JCodeSB
-
Increase indentation counter
- i(int) - Method in class water.util.SB
-
- i() - Method in class water.util.SB
-
- i(int) - Method in class water.util.SBPrintStream
-
- i() - Method in class water.util.SBPrintStream
-
- ICE - Static variable in class water.Value
-
- ICE_ROOT - Static variable in class water.H2O
-
- ice_root - Variable in class water.H2O.OptArgs
-
-ice_root=ice_root; ice root directory; where temp files go
- Iced<D extends Iced> - Class in water
-
H2O uses Iced classes as the primary means of moving Java Objects around
the cluster.
- Iced() - Constructor for class water.Iced
-
- ICED - Static variable in class water.TypeMap
-
- IcedAtomicInt - Class in water.util
-
Created by tomas on 3/13/17.
- IcedAtomicInt() - Constructor for class water.util.IcedAtomicInt
-
- IcedAtomicInt(int) - Constructor for class water.util.IcedAtomicInt
-
- IcedBitSet - Class in water.util
-
BitSet - Iced, meaning cheaply serialized over the wire.
- IcedBitSet(int) - Constructor for class water.util.IcedBitSet
-
- IcedBitSet(int, int) - Constructor for class water.util.IcedBitSet
-
- IcedDouble - Class in water.util
-
- IcedDouble() - Constructor for class water.util.IcedDouble
-
- IcedDouble(double) - Constructor for class water.util.IcedDouble
-
- IcedHashMap<K,V> - Class in water.util
-
Iced / Freezable NonBlockingHashMap.
- IcedHashMap() - Constructor for class water.util.IcedHashMap
-
- IcedHashMapBase<K,V> - Class in water.util
-
Iced / Freezable NonBlockingHashMap abstract base class.
- IcedHashMapBase() - Constructor for class water.util.IcedHashMapBase
-
- IcedHashMapBase.ArrayType - Enum in water.util
-
- IcedHashMapBase.KeyType - Enum in water.util
-
- IcedHashMapBase.ValueType - Enum in water.util
-
- IcedHashMapGeneric<K,V> - Class in water.util
-
Generalization of standard IcedHashMap (Iced NBHM wrapper) with relaxed restrictions on K/V pairs.
- IcedHashMapGeneric() - Constructor for class water.util.IcedHashMapGeneric
-
- IcedHashMapGeneric.IcedHashMapStringObject - Class in water.util
-
- IcedHashMapGeneric.IcedHashMapStringString - Class in water.util
-
- IcedHashMapStringModelBuilderSchema() - Constructor for class hex.schemas.ModelBuilderSchema.IcedHashMapStringModelBuilderSchema
-
- IcedHashMapStringObject() - Constructor for class water.util.IcedHashMapGeneric.IcedHashMapStringObject
-
- IcedHashMapStringString() - Constructor for class water.util.IcedHashMapGeneric.IcedHashMapStringString
-
- IcedHashSet<V extends Freezable<V>> - Class in water.util
-
Iced / Freezable hash set.
- IcedHashSet() - Constructor for class water.util.IcedHashSet
-
- IcedInt - Class in water.util
-
- IcedInt(int) - Constructor for class water.util.IcedInt
-
- IcedInt.AtomicIncrementAndGet - Class in water.util
-
- IcedLong - Class in water.util
-
- IcedLong(long) - Constructor for class water.util.IcedLong
-
- IcedLong.AtomicIncrementAndGet - Class in water.util
-
- IcedSortedHashMap<K,V> - Class in water.util
-
Iced / Freezable Sorted HashMap.
- IcedSortedHashMap() - Constructor for class water.util.IcedSortedHashMap
-
- IcedUtils - Class in water
-
Utility class to support Iced objects.
- IcedUtils() - Constructor for class water.IcedUtils
-
- IcedWrapper - Class in water
-
Iced wrapper object for primitive types and arrays, to allow fields in other Iced
classes to have a generic type equivalent to Object, which can contain primitives,
arrays, and Iced objects.
- IcedWrapper(Object) - Constructor for class water.IcedWrapper
-
- icer() - Method in class water.H2O.H2OCountedCompleter
-
Find the serialization delegate for a subclass of this class
- Icer<T extends Freezable> - Class in water
-
Base Class for the
Iced
implementation hierarchy; subclasses are
all auto-gen'd and no user code should call or extend this class.
- Icer(T) - Constructor for class water.Icer
-
- id - Variable in class water.api.schemas3.RapidsSchemaV3
-
- id() - Method in class water.rapids.Session
-
Return this session's id.
- identity() - Static method in class water.util.fp.Functions
-
- idForProject(String) - Static method in class hex.leaderboard.Leaderboard
-
- idForProject(String, Leaderboard.ScoreData) - Static method in class hex.leaderboard.Leaderboard
-
- idle_millis - Variable in class water.api.schemas3.SteamMetricsV3
-
- ids - Variable in class water.fvec.ChunkVisitor.SparseDoubleAryVisitor
-
- ignore(Throwable) - Static method in class water.util.Log
-
- ignore(Throwable, String) - Static method in class water.util.Log
-
- ignore(Throwable, String, boolean) - Static method in class water.util.Log
-
- ignore_const_cols - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- ignoreBadColumns(int, boolean) - Method in class hex.ModelBuilder
-
Ignore constant columns, columns with all NAs and strings.
- ignoreConstColumns() - Method in class hex.ModelBuilder
-
- ignored_columns - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- ignoreInvalidColumns(int, boolean) - Method in class hex.ModelBuilder
-
Ignore invalid columns (columns that have a very high max value, which can cause issues in DHistogram)
- IgnoreJRERequirement - Annotation Type in water.util.annotations
-
- ignoreStringColumns() - Method in class hex.ModelBuilder
-
- ignoreUuidColumns() - Method in class hex.ModelBuilder
-
- ii(int) - Method in interface water.exceptions.JCodeSB
-
Increase indentation counter
- ii(int) - Method in class water.util.SB
-
- ii(int) - Method in class water.util.SBPrintStream
-
- ILLEGAL_CHARACTERS - Static variable in class water.util.SB
-
Java-string illegal characters which need to be escaped
- IllegalASTException(String) - Constructor for exception water.rapids.Rapids.IllegalASTException
-
- importBinary(String, boolean) - Static method in class hex.grid.Grid
-
- importBinaryModel(String) - Static method in class hex.Model
-
Imports a binary model from a given location.
- importFiles(int, ImportFilesV3) - Method in class water.api.ImportFilesHandler
-
- ImportFiles() - Constructor for class water.api.schemas3.ImportFilesV3.ImportFiles
-
- importFiles(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.Persist
-
- importFiles(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.PersistEagerHTTP
-
- importFiles(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.PersistFS
-
- importFiles(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.PersistH2O
-
- importFiles(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.PersistHex
-
- importFiles(String[], String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.PersistManager
-
- importFiles(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.PersistManager
-
From a path produce a list of files and keys for parsing.
- importFiles(String, String, ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.persist.PersistNFS
-
- ImportFilesHandler - Class in water.api
-
The handler provides import capabilities.
- ImportFilesHandler() - Constructor for class water.api.ImportFilesHandler
-
- importFilesMulti(int, ImportFilesMultiV3) - Method in class water.api.ImportFilesHandler
-
- ImportFilesMulti() - Constructor for class water.api.schemas3.ImportFilesMultiV3.ImportFilesMulti
-
- ImportFilesMultiV3 - Class in water.api.schemas3
-
- ImportFilesMultiV3() - Constructor for class water.api.schemas3.ImportFilesMultiV3
-
- ImportFilesMultiV3.ImportFilesMulti - Class in water.api.schemas3
-
- ImportFilesV3 - Class in water.api.schemas3
-
- ImportFilesV3() - Constructor for class water.api.schemas3.ImportFilesV3
-
- ImportFilesV3.ImportFiles - Class in water.api.schemas3
-
- importGrid(int, GridImportV3) - Method in class water.api.GridImportExportHandler
-
Loads a grid from a folder.
- importHiveTable(int, ImportHiveTableV3) - Method in class water.api.ImportHiveTableHandler
-
- ImportHiveTableHandler - Class in water.api
-
- ImportHiveTableHandler() - Constructor for class water.api.ImportHiveTableHandler
-
- ImportHiveTableHandler.HiveTableImporter - Interface in water.api
-
- ImportHiveTableV3 - Class in water.api.schemas3
-
- ImportHiveTableV3() - Constructor for class water.api.schemas3.ImportHiveTableV3
-
- importModel(int, ModelImportV3) - Method in class water.api.ModelsHandler
-
- importSQLTable(int, ImportSQLTableV99) - Method in class water.api.ImportSQLTableHandler
-
- importSqlTable(String, String, String, String, String, String, Boolean, String, SqlFetchMode, Integer) - Static method in class water.jdbc.SQLManager
-
- ImportSQLTableHandler - Class in water.api
-
Import Sql Table into H2OFrame
- ImportSQLTableHandler() - Constructor for class water.api.ImportSQLTableHandler
-
- ImportSQLTableV99 - Class in water.api.schemas3
-
- ImportSQLTableV99() - Constructor for class water.api.schemas3.ImportSQLTableV99
-
- incr(int[], int) - Static method in class water.util.AtomicUtils.IntArray
-
- incr(long[], int) - Static method in class water.util.AtomicUtils.LongArray
-
- incrementActiveRapidsCounter() - Static method in class water.H2O
-
Increment the current number of active Rapids exec calls.
- incrementAndCheck(int, String[]) - Method in class water.H2O.OptString
-
- incrementAndGet(Key) - Static method in class water.util.IcedLong
-
- index - Variable in class hex.createframe.CreateFrameColumnMaker
-
- index() - Method in class water.H2ONode
-
- index(long) - Method in class water.rapids.ast.params.AstNumList
-
Finds index of a given value in this number sequence, indexing start at 0.
- indices() - Method in class water.fvec.NewChunk
-
- inet(long[], int) - Static method in class water.TimeLine
-
- inflate() - Method in class water.fvec.Chunk
-
- info(String, String) - Method in class hex.ModelBuilder
-
- info() - Method in class water.parser.DefaultParserProviders.ArffParserProvider
-
- info() - Method in class water.parser.DefaultParserProviders.CsvParserProvider
-
- info() - Method in class water.parser.DefaultParserProviders.GuessParserProvider
-
- info() - Method in class water.parser.DefaultParserProviders.SVMLightParserProvider
-
- info() - Method in class water.parser.DefaultParserProviders.XlsParserProvider
-
- info() - Method in class water.parser.ParserProvider
-
Technical information for this parser
- INFO - Static variable in class water.util.Log
-
- info(Object...) - Static method in class water.util.Log
-
- info(String) - Method in class water.util.WaterLogger
-
- INFO_CLASS - Static variable in class hex.faulttolerance.Recovery
-
- INFO_JOB_KEY - Static variable in class hex.faulttolerance.Recovery
-
- INFO_RESULT_KEY - Static variable in class hex.faulttolerance.Recovery
-
- inForkJoinPool() - Static method in class jsr166y.ForkJoinTask
-
Returns
true
if the current thread is a
ForkJoinWorkerThread
executing as a ForkJoinPool computation.
- inherited_from - Variable in class water.api.SchemaMetadata.FieldMetadata
-
If this field is inherited from a class higher in the hierarchy which one?
- inherited_from - Variable in class water.api.schemas3.FieldMetadataV3
-
- init(boolean) - Method in class hex.ClusteringModelBuilder
-
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
- init(boolean) - Method in class hex.ModelBuilder
-
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
- init(boolean) - Method in class hex.quantile.Quantile
-
Initialize the ModelBuilder, validating all arguments and preparing the
training frame.
- init() - Method in class water.AbstractH2OExtension
-
Any up-front initialization that needs to happen before H2O is started.
- init() - Method in interface water.H2OListenerExtension
-
Initialize the extension
- init() - Method in interface water.init.EmbeddedConfigProvider
-
Provider initialization.
- init() - Method in class water.rapids.ast.prims.reducers.AstCumMax
-
- init() - Method in class water.rapids.ast.prims.reducers.AstCumMin
-
- init() - Method in class water.rapids.ast.prims.reducers.AstCumProd
-
- init() - Method in class water.rapids.ast.prims.reducers.AstCumSum
-
- init() - Method in class water.rapids.ast.prims.reducers.AstCumu
-
- init() - Method in class water.rapids.ast.prims.search.AstWhichFunc
-
- init() - Method in class water.rapids.ast.prims.search.AstWhichMax
-
- init() - Method in class water.rapids.ast.prims.search.AstWhichMin
-
- init(double, double, double) - Method in interface water.udf.CDistributionFunc
-
Contribution for initial value computation (numerator and denominator).
- init() - Method in class water.util.IcedHashMap
-
- init() - Method in class water.util.IcedHashMapBase
-
- init() - Method in class water.util.IcedHashMapGeneric
-
- init() - Method in class water.util.IcedSortedHashMap
-
- init(String, boolean, String) - Static method in class water.util.Log
-
- init_adaptFrameToTrain(Frame, String, String, boolean) - Method in class hex.ModelBuilder
-
Adapts a given frame to the same schema as the training frame.
- init_getNClass() - Method in class hex.ModelBuilder
-
- init_meta() - Method in class water.api.Schema
-
- initActualParamValues() - Method in class hex.Model
-
- initCheck(Frame, int, int, int) - Static method in class water.util.MathUtils.DCT
-
- initComponent(Object, H2O.OptArgs) - Method in interface water.init.StandaloneKerberosComponent
-
Initializes the component, called after Kerberos is initialized in Standalone mode
- initFDenom(double, double, double) - Method in class hex.Distribution
-
Contribution to denominator for initial value computation
- initFNum(double, double, double) - Method in class hex.Distribution
-
Contribution to numerator for initial value computation
- initFrame(String, String[]) - Static method in class water.fvec.ChunkUtils
-
- initFromBytes() - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
-
- initFromBytes() - Method in class water.fvec.Chunk
-
- initFromBytes() - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- initFromBytes() - Method in class water.fvec.NewChunk
-
- initFromBytes() - Method in class water.fvec.SubsetChunk
-
- initFromBytes() - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- initial() - Method in interface water.util.fp.Foldable
-
- initializeNetworkSockets() - Static method in class water.init.NetworkInit
-
Parse arguments and set cloud name in any case.
- InitIDV3 - Class in water.api.schemas3
-
- InitIDV3() - Constructor for class water.api.schemas3.InitIDV3
-
- initMap(Frame, Chunk[]) - Method in class hex.Model.BigScore
-
- initMap(Frame, Chunk[]) - Method in interface hex.Model.BigScorePredict
-
- initStoppingParameters() - Method in class hex.ModelBuilder.ModelTrainingCoordinator
-
- initVal() - Method in class water.rapids.ast.prims.mungers.AstGroup.AGG
-
- initVal(int) - Method in enum water.rapids.ast.prims.mungers.AstGroup.FCN
-
- initWorkspace(boolean) - Method in class hex.ModelBuilder
-
- innerProduct(double[], double[]) - Static method in class water.util.ArrayUtils
-
- innerProduct(double[], double[]) - Static method in class water.util.MathUtils
-
- innerProductPartial(double[], int[], double[]) - Static method in class water.util.ArrayUtils
-
- input_schema - Variable in class water.api.schemas3.RouteV3
-
- input_schema - Variable in class water.api.schemas4.EndpointV4
-
- input_value - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- InputSchemaV4<I extends Iced,S extends InputSchemaV4<I,S>> - Class in water.api.schemas4
-
Base Schema class for all v4 REST API requests.
- InputSchemaV4() - Constructor for class water.api.schemas4.InputSchemaV4
-
- insert(String[], String[], int) - Static method in class water.util.ArrayUtils
-
- insertVec(int, String, Vec) - Method in class water.fvec.Frame
-
- instance() - Static method in class water.H2OSecurityManager
-
- instance(WrappingSecurityManager) - Static method in class water.network.SocketChannelFactory
-
- INSTANCE - Static variable in class water.parser.ParserService
-
- INSTANCE - Static variable in class water.server.ServletService
-
- INSTANCE - Static variable in class water.udf.CFuncLoaderService
-
- INSUFFICIENT_STORAGE - Static variable in class water.util.HttpResponseStatus
-
507 Insufficient Storage (WebDAV, RFC4918)
- INT - Static variable in class water.parser.BufferedString
-
- int_lb - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- int_lb - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- int_ub - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- int_ub - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- IntArray() - Constructor for class water.util.AtomicUtils.IntArray
-
- integer_fraction - Variable in class hex.CreateFrame
-
- integer_fraction - Variable in class water.api.schemas3.CreateFrameV3
-
- integer_fraction - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- integer_range - Variable in class hex.CreateFrame
-
- integer_range - Variable in class water.api.schemas3.CreateFrameV3
-
- integer_range - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- IntegerColumnCfcm - Class in hex.createframe.columns
-
Integer-valued random column.
- IntegerColumnCfcm() - Constructor for class hex.createframe.columns.IntegerColumnCfcm
-
- IntegerColumnCfcm(String, int, int) - Constructor for class hex.createframe.columns.IntegerColumnCfcm
-
- integerHash(Map<String, Object[]>, String[], int[], int) - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- integrate(Function<Integer, Double>, Function<Integer, Double>, int, int) - Static method in class water.util.fp.Functions
-
Integrates "area under curve" (assuming it exists),
that is, for a parametric curve specified by functions x and y,
defined on integer domain [from, to], calculate the area
between x[from], x[to], horizontal axis, and the curve.
- Interaction - Class in hex
-
Create new factors that represent interactions of the given factors
- Interaction() - Constructor for class hex.Interaction
-
- interactionBuilder() - Method in class hex.Model.Output
-
- InteractionHandler - Class in water.api
-
- InteractionHandler() - Constructor for class water.api.InteractionHandler
-
- interactionPathToStr(List<SharedTreeNode>, boolean, boolean) - Static method in class hex.FeatureInteraction
-
- InteractionV3 - Class in water.api.schemas3
-
- InteractionV3() - Constructor for class water.api.schemas3.InteractionV3
-
- InteractionWrappedVec - Class in water.fvec
-
This class represents an interaction between two Vec instances.
- InteractionWrappedVec(Key<Vec>, int, String[], String[], boolean, boolean, boolean, Key<Vec>, Key<Vec>) - Constructor for class water.fvec.InteractionWrappedVec
-
- InteractionWrappedVec.InteractionWrappedChunk - Class in water.fvec
-
- intern(InetAddress, int) - Static method in class water.H2ONode
-
- internal_security_conf - Variable in class water.H2O.BaseArgs
-
-internal_security_conf path (absolute or relative) to a file containing all internal security related configurations
- internal_security_conf_rel_paths - Variable in class water.H2O.BaseArgs
-
-internal_security_conf_rel_paths interpret paths of internal_security_conf relative to the main config file
- internal_security_enabled - Variable in class water.api.schemas3.CloudV3
-
- internal_security_enabled - Variable in class water.H2O.BaseArgs
-
-internal_security_enabled is a boolean that indicates if internal communication paths are secured
- INTERNAL_SERVER_ERROR - Static variable in class water.util.HttpResponseStatus
-
500 Internal Server Error
- interpolateLinear(double[]) - Static method in class water.util.ArrayUtils
-
- interval(Integer, Integer) - Static method in class water.util.ArrayUtils
-
- interval(Integer, Integer, Integer) - Static method in class water.util.ArrayUtils
-
- interval(Float, Float, Float) - Static method in class water.util.ArrayUtils
-
- interval(Double, Double, Double) - Static method in class water.util.ArrayUtils
-
- ints(long) - Method in class water.util.RandomBase
-
- ints() - Method in class water.util.RandomBase
-
- ints(long, int, int) - Method in class water.util.RandomBase
-
- ints(int, int) - Method in class water.util.RandomBase
-
- INVALIDATE_PRIORITY - Static variable in class water.H2O
-
- invalidLine(ParseWriter.ParseErr) - Method in class water.parser.FVecParseWriter
-
- invalidLine(ParseWriter.ParseErr) - Method in interface water.parser.ParseWriter
-
- invalidLine(ParseWriter.ParseErr) - Method in class water.parser.PreviewParseWriter
-
- inverse - Variable in class water.api.schemas3.DCTTransformerV3
-
- InverseDocumentFrequencyTask - Class in hex.tfidf
-
Map-reduce task computing inverse document frequency values for words in given documents.
- InverseDocumentFrequencyTask(long) - Constructor for class hex.tfidf.InverseDocumentFrequencyTask
-
- invert(double[]) - Static method in class water.util.ArrayUtils
-
- invoke(ForkJoinTask<T>) - Method in class jsr166y.ForkJoinPool
-
Performs the given task, returning its result upon completion.
- invoke() - Method in class jsr166y.ForkJoinTask
-
Commences performing this task, awaits its completion if
necessary, and returns its result, or throws an (unchecked)
RuntimeException
or Error
if the underlying
computation did so.
- invoke(Key) - Method in class water.Atomic
-
Block until it completes, even if run remotely
- invokeAll(Collection<? extends Callable<T>>) - Method in class jsr166y.ForkJoinPool
-
- invokeAll(ForkJoinTask<?>, ForkJoinTask<?>) - Static method in class jsr166y.ForkJoinTask
-
Forks the given tasks, returning when isDone
holds for
each task or an (unchecked) exception is encountered, in which
case the exception is rethrown.
- invokeAll(ForkJoinTask<?>...) - Static method in class jsr166y.ForkJoinTask
-
Forks the given tasks, returning when isDone
holds for
each task or an (unchecked) exception is encountered, in which
case the exception is rethrown.
- invokeAll(Collection<T>) - Static method in class jsr166y.ForkJoinTask
-
Forks all tasks in the specified collection, returning when
isDone
holds for each task or an (unchecked) exception
is encountered, in which case the exception is rethrown.
- invokeTask() - Method in class water.DTask.DKeyTask
-
Convenience blocking submit to work queues
- io_flavor - Variable in class water.api.schemas3.TimelineV3.IOEvent
-
- IOEvent() - Constructor for class water.api.schemas3.TimelineV3.IOEvent
-
- ioflavor() - Method in class water.init.TimelineSnapshot.Event
-
- IoStatsEntry() - Constructor for class water.util.WaterMeterIo.IoStatsEntry
-
- ioType() - Method in class water.api.schemas3.TimelineV3.EventV3
-
- ioType() - Method in class water.api.schemas3.TimelineV3.HeartBeatEvent
-
- ioType() - Method in class water.api.schemas3.TimelineV3.IOEvent
-
- ioType() - Method in class water.api.schemas3.TimelineV3.NetworkEvent
-
- ip(String) - Method in interface water.exceptions.JCodeSB
-
Indent and append.
- ip - Variable in class water.H2O.BaseArgs
-
-ip=ip4_or_ip6; Named IP4/IP6 address instead of the default
- ip(String) - Method in class water.util.SB
-
- ip(String) - Method in class water.util.SBPrintStream
-
- ip4() - Method in class water.H2ONode
-
- ip_port - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- ip_port - Variable in class water.api.schemas3.PingV3.NodeMemoryInfoV3
-
- IPV4_MULTICAST_ALLOCATION_RANGE - Static variable in class water.util.NetworkUtils
-
- IPV6_MULTICAST_ALLOCATION_RANGE - Static variable in class water.util.NetworkUtils
-
- is(int) - Method in class water.fvec.NewChunk
-
- is_autoencoder - Variable in class hex.ScoringInfo
-
- is_classification - Variable in class hex.ScoringInfo
-
- is_client - Variable in class water.api.schemas3.CloudV3
-
- is_gridable - Variable in class water.api.SchemaMetadata.FieldMetadata
-
Is this field gridable? Set from the @API annotation.
- is_gridable - Variable in class water.api.schemas3.FieldMetadataV3
-
- is_inherited - Variable in class water.api.SchemaMetadata.FieldMetadata
-
Is this field inherited from a class higher in the hierarchy?
- is_inherited - Variable in class water.api.schemas3.FieldMetadataV3
-
- is_io() - Method in class water.init.TimelineSnapshot.Event
-
- is_member_of_frames - Variable in class water.api.schemas3.FrameV3.ColSpecifierV3
-
- is_member_of_frames - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- is_mutually_exclusive_with - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- is_schema - Variable in class water.api.SchemaMetadata.FieldMetadata
-
Type for this field is itself a Schema.
- is_schema - Variable in class water.api.schemas3.FieldMetadataV3
-
- is_send - Variable in class water.api.schemas3.TimelineV3.NetworkEvent
-
- is_text - Variable in class water.api.schemas3.FrameBaseV3
-
- isAcceptingRequests() - Method in class water.webserver.H2OHttpViewImpl
-
- isActive() - Method in interface water.init.EmbeddedConfigProvider
-
Whether the provider is active and should be used by H2O.
- isActive() - Static method in class water.Scope
-
Pop-scope (same as exit-scope) but return all keys that are tracked (and
would have been deleted).
- isAlwaysEnabled() - Method in class water.server.ServletMeta
-
- isApiUrl() - Method in class water.api.RequestUri
-
- isAutoencoder() - Method in class hex.Model.Output
-
- isBad() - Method in class water.fvec.Vec
-
True if the column contains only NAs
- isBinary() - Method in class hex.ConfusionMatrix
-
- isBinary() - Method in class water.fvec.Vec
-
- isBinary(boolean) - Method in class water.fvec.Vec
-
Strict version of binary check
- isBinaryOnes() - Method in class water.fvec.Vec
-
Check binary vector case -1/1
- isBinomialClassifier() - Method in class hex.Model.Output
-
Is this model a binomial classification model? (v.
- isCancelled() - Method in class jsr166y.ForkJoinTask
-
- isCancelled() - Method in class water.RPC
-
- isCancelledException(Throwable) - Static method in class water.Job
-
- isCancelRequested() - Method in class water.LocalMR
-
- isCategorical(int) - Method in class water.fvec.NewChunk.Exponents
-
- isCategorical(int) - Method in class water.fvec.NewChunk
-
- isCategorical() - Method in class water.fvec.Vec
-
True if this is an categorical column.
- isCategorical2(int) - Method in class water.fvec.NewChunk
-
- isChunkKey() - Method in class water.Key
-
True is this is a
Chunk
Key.
- isClassificationOnly() - Method in enum hex.ScoreKeeper.StoppingMetric
-
- isClassifier() - Method in class hex.Model.Output
-
Is this model a classification model? (v.
- isClassifier() - Method in class hex.ModelBuilder
-
- isClient() - Method in class water.H2ONode
-
- isClosed() - Method in class water.AutoBuffer
-
- isCompatible(Frame) - Method in class water.fvec.Frame
-
Frames are compatible if they have the same layout (number of rows and chunking) and the same vector group (chunk placement)..
- isCompatible(ParseSetup) - Method in class water.parser.ParseSetup
-
- isCompatibleWith(Vec) - Method in class water.fvec.Vec
-
Check that row-layouts are compatible.
- isCompatibleWith(Column<?>) - Method in interface water.udf.Column
-
- isCompatibleWith(Column<?>) - Method in class water.udf.ColumnBase
-
- isCompletedAbnormally() - Method in class jsr166y.ForkJoinTask
-
Returns true
if this task threw an exception or was cancelled.
- isCompletedNormally() - Method in class jsr166y.ForkJoinTask
-
Returns true
if this task completed without throwing an
exception and was not cancelled.
- isCompressed(ByteVec) - Static method in class water.parser.ZipUtil
-
- isConsistent() - Method in class water.Value
-
- isConst() - Method in class water.fvec.Vec
-
True if the column contains only a constant value and it is not full of NAs
- isConst(boolean) - Method in class water.fvec.Vec
-
True if the column contains only a constant value and it is not full of NAs
- isCoreExtensionEnabled(String) - Method in class water.ExtensionManager
-
- isCoreExtensionsEnabled(String) - Method in class water.ExtensionManager
-
- isCrashed() - Method in class water.Job
-
- isCrashing() - Method in class water.Job
-
- isDebugEnabled() - Method in class water.util.WaterLogger
-
- isDefined(short) - Static method in class water.H2ONodeTimestamp
-
Check whether this timestamp is valid timestamp of running H2O node
- isDeleted() - Method in class water.Value
-
- isDense() - Method in class water.rapids.ast.params.AstNumList
-
- isDevVersion() - Method in class water.init.AbstractBuildVersion
-
- isDirectory(String) - Method in class water.persist.Persist
-
- isDirectory(String) - Method in class water.persist.PersistFS
-
- isDistributionHuber() - Method in class hex.Model
-
- isDomainTruncated(int) - Method in class water.fvec.Vec
-
- isDone() - Method in class jsr166y.ForkJoinTask
-
- isDone() - Method in class water.Job
-
- isDone() - Method in class water.RPC
-
- isDropped() - Method in class water.init.TimelineSnapshot.Event
-
- isEmpty() - Method in class hex.AUC2
-
- isEmpty() - Method in class hex.FeatureInteractions
-
- isEmpty() - Method in class hex.Model.InteractionSpec
-
- isEmpty() - Method in class hex.ScoreKeeper
-
- isEmpty() - Method in class jsr166y.ConcurrentLinkedDeque
-
Returns true
if this collection contains no elements.
- isEmpty() - Method in class jsr166y.LinkedTransferQueue
-
Returns true
if this queue contains no elements.
- isEmpty() - Method in class water.init.TimelineSnapshot.Event
-
- isEmpty() - Method in class water.rapids.ast.params.AstNumList
-
- isEmpty() - Method in class water.rapids.Val
-
- isEmpty(long[], int) - Static method in class water.TimeLine
-
- isEmpty() - Method in class water.util.fp.FP.Some
-
- isEmpty() - Method in class water.util.IcedHashMapBase
-
- isEmpty() - Method in class water.util.IcedHashMapGeneric
-
- isEmpty() - Method in class water.util.IcedHashSet
-
- isEmpty(double) - Static method in class water.util.TwoDimTable
-
Check whether a double value is considered an "empty field".
- isEmptyDirectoryAllNodes(String) - Method in class water.persist.PersistManager
-
Checks whether a given path is either an empty directory or it doesn't yet exist.
- isEnabled() - Method in class water.AbstractH2OExtension
-
Is this extension enabled?
- isEnabled() - Method in class water.server.LeaderNodeRequestFilter
-
- isEOL(byte) - Static method in class water.parser.Parser
-
- isErrorEnabled() - Method in class water.util.WaterLogger
-
- isESPCGroup() - Method in class water.Value
-
Check if the Value's POJO is a
Vec.ESPC
subtype.
- isExportCVPredictionsEnabled() - Method in interface water.api.ModelExportAware
-
- isExportCVPredictionsEnabled() - Method in class water.api.schemas3.GridExportV3
-
- isExportCVPredictionsEnabled() - Method in class water.api.schemas3.ModelExportV3
-
- isExportCVPredictionsEnabled() - Method in class water.api.schemas3.ModelsV3
-
- isFatalEnabled() - Method in class water.util.WaterLogger
-
- isFeatureUsedInPredict(String) - Method in class hex.Model
-
Convenience method to find out if featureName is used for prediction, i.e., if it has beta == 0 in GLM,
it is not considered to be used.
- isFeatureUsedInPredict(int) - Method in class hex.Model
-
- isFlatfileEnabled() - Static method in class water.H2O
-
Check if manual multicast is enabled.
- isForFrame(Frame) - Method in class hex.ModelMetrics
-
- isForModel(Model) - Method in class hex.ModelMetrics
-
- isFrame() - Method in class water.KeySnapshot.KeyInfo
-
- isFrame() - Method in class water.rapids.Val
-
- isFrame() - Method in class water.rapids.vals.ValFrame
-
- isFrame() - Method in class water.Value
-
Check if the Value's POJO is a
Frame
subtype.
- isFun() - Method in class water.rapids.Val
-
- isFun() - Method in class water.rapids.vals.ValFun
-
- isGcsPath(String) - Method in class water.persist.PersistManager
-
- isGetMethod() - Method in class water.api.RequestUri
-
- isHdfsPath(String) - Method in class water.persist.PersistManager
-
- isHeadMethod() - Method in class water.api.RequestUri
-
- isHealthy() - Method in class water.H2ONode
-
- isHealthy(long) - Method in class water.H2ONode
-
- isHexPath(String) - Method in class water.persist.PersistManager
-
- isHidden() - Method in class hex.leaderboard.LeaderboardColumn
-
- isHomedLocally(int) - Method in class water.fvec.Vec
-
- isInetAddressOnNetwork(InetAddress) - Method in class water.init.HostnameGuesser.CIDRBlock
-
Test if an internet address lives on this user specified network.
- isInfoEnabled() - Method in class water.util.WaterLogger
-
- isInPlace() - Method in class water.rapids.transforms.Transform
-
- isInRange(int) - Method in class water.util.IcedBitSet
-
- isInstance(Object, Class[]) - Static method in class water.util.ArrayUtils
-
- isInt() - Method in class water.fvec.ByteVec
-
Is all integers? Yes, it's all bytes
- isInt() - Method in class water.fvec.Vec
-
isInt is a property of numeric Vecs and not a type; this
property can be changed by assigning non-integer values into the Vec (or
restored by overwriting non-integer values with integers).
- isInt(String...) - Static method in class water.util.ArrayUtils
-
- isIPv4Preferred() - Static method in class water.util.NetworkUtils
-
- isIPv6Preferred() - Static method in class water.util.NetworkUtils
-
- isJob() - Method in class water.Value
-
Check if the Value's POJO is a
Job
subtype.
- isKey() - Method in class water.Value
-
Check if the Value's POJO is a
Key
subtype.
- isKeyed() - Method in class water.rapids.Val
-
- isKeyed() - Method in class water.rapids.vals.ValKeyed
-
- isLeaderNode() - Method in class water.H2ONode
-
- isLinux() - Static method in class water.util.OSUtils
-
- isLockable() - Method in class water.KeySnapshot.KeyInfo
-
- isLockable() - Method in class water.Value
-
Check if the Value's POJO is a
Lockable
subtype.
- isLoggingFor(int) - Static method in class water.util.Log
-
- isLoggingFor(String) - Static method in class water.util.Log
-
- isLossFunction(String) - Static method in class hex.leaderboard.Leaderboard
-
- isLowerBoundBy0() - Method in interface hex.ScoreKeeper.IStoppingMetric
-
- isLowerBoundBy0() - Method in enum hex.ScoreKeeper.StoppingMetric
-
- isMac() - Static method in class water.util.OSUtils
-
- isMapFrame() - Method in class water.rapids.Val
-
- isMapFrame() - Method in class water.rapids.vals.ValMapFrame
-
- isModel() - Method in class water.rapids.Val
-
- isModel() - Method in class water.rapids.vals.ValModel
-
- isModel() - Method in class water.Value
-
Check if the Value's POJO is a
Model
subtype.
- isMultinomialClassifier() - Method in class hex.Model.Output
-
Is this model a multinomial classification model (supervised and nclasses() > 2
- isNA() - Method in interface hex.leaderboard.LeaderboardCell
-
- isNA() - Method in class hex.leaderboard.ScoringTimePerRow
-
- isNA() - Method in class hex.leaderboard.TrainingTime
-
- isNA(int) - Method in class water.fvec.Chunk
-
Missing value status using chunk-relative row numbers.
- isNA(long) - Method in class water.fvec.Vec
-
Fetch the missing-status the slow way.
- isNA(long) - Method in class water.fvec.Vec.Reader
-
- isNA(int, BufferedString) - Method in class water.parser.ParseSetup
-
Tests whether a given string represents a NA in a given column.
- isNA(long) - Method in interface water.udf.Column
-
- isNA(int) - Method in class water.udf.DataChunk
-
- isNA(long) - Method in class water.udf.DataColumn
-
- isNA(long) - Method in class water.udf.FoldingColumn
-
- isNA(int) - Method in class water.udf.Fun2Column.FunChunk
-
- isNA(long) - Method in class water.udf.Fun2Column
-
- isNA(int) - Method in class water.udf.Fun3Column.FunChunk
-
- isNA(long) - Method in class water.udf.Fun3Column
-
- isNA(int) - Method in class water.udf.FunColumn.FunChunk
-
- isNA(long) - Method in class water.udf.FunColumn
-
- isNA(int) - Method in interface water.udf.TypedChunk
-
- isNA(long) - Method in class water.udf.UnfoldingColumn
-
- isNA2(int) - Method in class water.fvec.NewChunk
-
- isNA_impl(int) - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
-
- isNA_impl(int) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- isNA_impl(int) - Method in class water.fvec.NewChunk
-
- isNA_impl(int) - Method in class water.fvec.SubsetChunk
-
- isNA_impl(int) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- isNodeInFlatfile(H2ONode) - Static method in class water.H2O
-
Check if a node is included in a manual multicast list.
- IsNotNaTask - Class in water.fvec.task
-
- IsNotNaTask() - Constructor for class water.fvec.task.IsNotNaTask
-
- isNullOrEmpty(String) - Static method in class water.util.StringUtils
-
Convenience function to test whether a string is empty.
- isNullOrEmpty(BufferedString) - Static method in class water.util.StringUtils
-
- isNum() - Method in class water.rapids.Val
-
- isNum() - Method in class water.rapids.vals.ValNum
-
- isNumeric() - Method in class hex.Model.InteractionPair
-
- isNumeric() - Method in class water.fvec.Vec
-
True if this is a numeric column, excluding categorical and time types.
- isNumericInteraction() - Method in class water.fvec.InteractionWrappedVec
-
- isNums() - Method in class water.rapids.Val
-
- isNums() - Method in class water.rapids.vals.ValNums
-
- isParallelParseSupported() - Method in class water.parser.ParserInfo
-
Does the parser support parallel parse?
- isPersisted() - Method in class water.Value
-
Check if the backing byte[] has been saved-to-disk
- isPostMethod() - Method in class water.api.RequestUri
-
- isQuiescent() - Method in class jsr166y.ForkJoinPool
-
Returns true
if all worker threads are currently idle.
- isReachable(NetworkInterface, InetAddress, int) - Static method in class water.util.NetworkUtils
-
- isRecoverable() - Method in class water.Job
-
- isRecv() - Method in class water.init.TimelineSnapshot.Event
-
- isReleasable() - Method in interface jsr166y.ForkJoinPool.ManagedBlocker
-
Returns true
if blocking is unnecessary.
- isReleasable() - Method in class water.MRTask
-
- isReleasable() - Method in class water.RPC
-
- isReleasable() - Method in class water.Value
-
Return true if blocking is unnecessary.
- isRemovedFromCloud() - Method in class water.H2ONode
-
- isReproducible() - Method in class water.LocalMR
-
- isResponseOptional() - Method in class hex.ModelBuilder
-
- isRow() - Method in class water.rapids.Val
-
- isRow() - Method in class water.rapids.vals.ValRow
-
- isRunning() - Method in class water.Job
-
- isSecurityEnabled() - Method in class water.H2OSecurityManager
-
- isSecurityEnabled() - Method in interface water.network.WrappingSecurityManager
-
- isSeekableOpenSupported() - Method in class water.persist.Persist
-
Indicates whether this Persist backend can natively support Seekable InputStreams
- isSelf() - Method in class water.H2ONode
-
- isSend() - Method in class water.init.TimelineSnapshot.Event
-
- isSequentialParseSupported() - Method in class water.parser.ParserInfo
-
- isShutdown() - Method in class jsr166y.ForkJoinPool
-
Returns true
if this pool has been shut down.
- isSingleNode() - Method in class water.H2O
-
- isSocketChannel(Channel) - Static method in class water.network.SocketChannelUtils
-
- isSorted(int[]) - Static method in class water.util.ArrayUtils
-
- isSorted(double[]) - Static method in class water.util.ArrayUtils
-
- isSortingRequired() - Method in class hex.Model.Contributions.ContributionsOptions
-
- isSparse(int) - Method in class water.util.MathUtils.BasicStats
-
- isSparseNA() - Method in class water.fvec.Chunk
-
Sparse Chunks have a significant number of NAs, and support for
skipping over large runs of NAs in a row.
- isSparseNA() - Method in class water.fvec.NewChunk
-
- isSparseZero() - Method in class water.fvec.Chunk
-
Sparse Chunks have a significant number of zeros, and support for
skipping over large runs of zeros in a row.
- isSparseZero() - Method in class water.fvec.NewChunk
-
- isStopped() - Method in class hex.ModelBuilder
-
- isStopped() - Method in class water.Job
-
- isStopping() - Method in class water.Job
-
- isStr() - Method in class water.rapids.Val
-
- isStr() - Method in class water.rapids.vals.ValStr
-
- isStreamParseSupported() - Method in class water.parser.ParserInfo
-
Does the parser support stream parse?
- isString() - Method in class water.fvec.NewChunk
-
- isString() - Method in class water.fvec.Vec
-
True if this is a String column.
- isString(int) - Method in class water.parser.FVecParseWriter
-
- isString(int) - Method in interface water.parser.ParseWriter
-
- isString(int) - Method in class water.parser.PreviewParseWriter
-
- isString(int) - Method in class water.parser.SVMLightFVecParseWriter
-
- isStrs() - Method in class water.rapids.Val
-
- isStrs() - Method in class water.rapids.vals.ValStrs
-
- isSubclassOf(int, Class) - Static method in class water.Value
-
Check if the Value's POJO is a subtype of given type integer.
- isSupervised() - Method in class hex.ClusteringModel.ClusteringOutput
-
- isSupervised() - Method in class hex.ClusteringModelBuilder
-
- isSupervised() - Method in class hex.Model.H2OModelDescriptor
-
- isSupervised() - Method in class hex.Model
-
- isSupervised() - Method in class hex.Model.Output
-
- isSupervised() - Method in class hex.ModelBuilder
-
- isSupervised() - Method in class hex.quantile.Quantile
-
- isSupportedKeyType(Object) - Method in class water.util.IcedHashMapGeneric
-
- isSupportedValType(Object) - Method in class water.util.IcedHashMapGeneric
-
- isTCP() - Method in class water.init.TimelineSnapshot.Event
-
- isTerminated() - Method in class jsr166y.ForkJoinPool
-
Returns true
if all tasks have completed following shut down.
- isTerminated() - Method in class jsr166y.Phaser
-
Returns true
if this phaser has been terminated.
- isTerminating() - Method in class jsr166y.ForkJoinPool
-
Returns true
if the process of termination has
commenced but not yet completed.
- isTime() - Method in class water.fvec.Vec
-
True if this is a time column.
- isTime(BufferedString) - Static method in class water.parser.ParseTime
-
- isTooOld() - Method in class water.init.AbstractBuildVersion
-
- isTraceEnabled() - Method in class water.util.WaterLogger
-
- isTraceRequest(HttpServletRequest) - Static method in class water.server.ServletUtils
-
- isTransparent() - Method in class water.parser.DecryptionTool
-
- isTransparent() - Method in class water.parser.NullDecryptionTool
-
- isUp(NetworkInterface) - Static method in class water.util.NetworkUtils
-
- isUUID() - Method in class water.fvec.NewChunk
-
- isUUID() - Method in class water.fvec.Vec
-
True if this is a UUID column.
- isUUID(BufferedString) - Static method in class water.parser.ParseUUID
-
Confirms whether the provided UUID is considered
valid.
- isValid() - Method in class hex.CustomMetric
-
- isVec() - Method in class water.Key
-
True is this is a
Vec
Key.
- isVec() - Method in class water.Value
-
Check if the Value's POJO is a
Vec
subtype.
- isVecGroup() - Method in class water.Value
-
- isVolatile() - Method in class water.fvec.Chunk
-
- isVolatile() - Method in class water.fvec.Vec
-
- isWarnEnabled() - Method in class water.util.WaterLogger
-
- isWindows() - Static method in class water.util.OSUtils
-
- isWritableDirectory(String) - Method in class water.persist.PersistManager
-
Check whether given path represents a writable directory.
- isWsl() - Method in class water.util.LinuxProcFileReader
-
- isWsl() - Static method in class water.util.OSUtils
-
- isXhrRequest(HttpServletRequest) - Static method in class water.server.ServletUtils
-
- iterations() - Method in interface hex.ScoringInfo.HasIterations
-
- iterator() - Method in class hex.grid.HyperSpaceWalker.CartesianWalker
-
- iterator() - Method in interface hex.grid.HyperSpaceWalker
-
Returns an iterator to traverse this hyper-space.
- iterator() - Method in class hex.grid.HyperSpaceWalker.RandomDiscreteValueWalker
-
- iterator() - Method in class hex.grid.SequentialWalker
-
- iterator() - Method in class jsr166y.ConcurrentLinkedDeque
-
Returns an iterator over the elements in this deque in proper sequence.
- iterator() - Method in class jsr166y.LinkedTransferQueue
-
Returns an iterator over the elements in this queue in proper sequence.
- iterator() - Method in class water.init.TimelineSnapshot
-
- iterator() - Method in class water.util.fp.FP.Some
-
- iterator() - Method in class water.util.IcedHashSet
-
- l0(long[], int) - Static method in class water.TimeLine
-
- l1norm(double[]) - Static method in class water.util.ArrayUtils
-
- l1norm(double[], boolean) - Static method in class water.util.ArrayUtils
-
- l1norm(double[]) - Static method in class water.util.MathUtils
-
- l2norm(double[]) - Static method in class water.util.ArrayUtils
-
- l2norm(double[], boolean) - Static method in class water.util.ArrayUtils
-
- l2norm(double[], double[]) - Static method in class water.util.ArrayUtils
-
- l2norm(double[][], double[][]) - Static method in class water.util.ArrayUtils
-
- l2norm(double[]) - Static method in class water.util.MathUtils
-
- l2norm2(double[]) - Static method in class water.util.ArrayUtils
-
- l2norm2(double[][], boolean) - Static method in class water.util.ArrayUtils
-
- l2norm2(double[], boolean) - Static method in class water.util.ArrayUtils
-
- l2norm2(double[], double[]) - Static method in class water.util.ArrayUtils
-
- l2norm2(double[][], double[][]) - Static method in class water.util.ArrayUtils
-
- l2norm2(double[]) - Static method in class water.util.MathUtils
-
- l8(long[], int) - Static method in class water.TimeLine
-
- label - Variable in class water.api.schemas3.FieldMetadataV3
-
- label - Variable in class water.api.schemas3.FrameV3.ColV3
-
- label - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- label - Variable in class water.api.schemas3.SchemaMetadataV3
-
- labelRows(Frame, String) - Static method in class water.util.FrameUtils
-
Labels frame's rows with a sequence starting with 1 & sending with total number of rows in the frame.
- language - Variable in class water.udf.CFuncRef
-
- LARGEST_DIGIT_NUMBER - Static variable in class water.parser.Parser
-
- last_commit_hash - Variable in class water.api.schemas3.CloudV3
-
- last_ping - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- last_scored() - Method in class hex.Model
-
- lastAccessed - Static variable in class water.api.PingHandler
-
- lastCommitHash() - Method in class water.init.AbstractBuildVersion
-
- lastCommitHash() - Method in class water.init.BuildVersion
-
- lastSpecialColumnIdx() - Method in class hex.Model.Output
-
- lastUpdateAt - Variable in class hex.DMatrix.MatrixMulStats
-
- lastVec() - Method in class water.fvec.Frame
-
Convenience to accessor for last Vec
- lastVecName() - Method in class water.fvec.Frame
-
Convenience to accessor for last Vec name
- launchedWithHadoopJar() - Method in class water.H2O.OptArgs
-
Whether this H2O instance was launched on hadoop (using 'hadoop jar h2odriver.jar') or not.
- layout_and_close(Futures) - Method in class water.fvec.AppendableVec
-
- lazy_bins() - Method in class water.fvec.Vec
-
Optimistically return the histogram bins, or null if not computed
- ldap_login - Variable in class water.H2O.BaseArgs
-
-ldap_login enables ldaploginmodule
- leader() - Method in class water.H2O
-
- leader_idx - Variable in class water.api.schemas3.CloudV3
-
- Leaderboard - Class in hex.leaderboard
-
Utility to track all the models built for a given dataset type.
- Leaderboard(String, Logger, Frame, String, Leaderboard.ScoreData) - Constructor for class hex.leaderboard.Leaderboard
-
Constructs a new leaderboard (doesn't put it in DKV).
- Leaderboard.ScoreData - Enum in hex.leaderboard
-
What data should be used to generate leaderboard metrics.
- LeaderboardCell<V,SELF extends LeaderboardCell> - Interface in hex.leaderboard
-
- LeaderboardColumn - Class in hex.leaderboard
-
Meta info for a leaderboard column.
- LeaderboardColumn(String, String, String) - Constructor for class hex.leaderboard.LeaderboardColumn
-
- LeaderboardColumn(String, String, String, boolean) - Constructor for class hex.leaderboard.LeaderboardColumn
-
- LeaderboardExtensionsProvider - Class in hex.leaderboard
-
This provider allows a model generator (e.g.
- LeaderboardExtensionsProvider() - Constructor for class hex.leaderboard.LeaderboardExtensionsProvider
-
- leaderboardFrame() - Method in class hex.leaderboard.Leaderboard
-
Note: If no leaderboard was provided, then the models are sorted according to metrics obtained during training
in the following priority order depending on availability:
cross-validation metrics
validation metrics
training metrics
- LeaderNodeRequestFilter - Class in water.server
-
Only the H2O leader node should be queried by the end user at any time (reproducibility).
- LeaderNodeRequestFilter() - Constructor for class water.server.LeaderNodeRequestFilter
-
- leaderOrNull() - Method in class water.H2O
-
- len() - Method in class water.fvec.Chunk
-
Read-only length of chunk (number of rows).
- len() - Method in class water.fvec.NewChunk.Mantissas
-
- len() - Method in class water.fvec.Vec.VectorGroup
-
- len - Variable in class water.udf.UnfoldingFrame
-
- length() - Method in class water.fvec.AppendableVec
-
- length() - Method in class water.fvec.FileVec
-
- length() - Method in class water.fvec.Vec
-
Number of elements in the vector; returned as a long
instead of
an int
because Vecs support more than 2^32 elements.
- length() - Method in class water.fvec.Vec.Reader
-
- length() - Method in class water.parser.BufferedString
-
- length(String) - Method in class water.persist.Persist
-
- length(String) - Method in class water.persist.PersistManager
-
- length() - Static method in class water.TimeLine
-
- length() - Method in class water.udf.DataChunk
-
- length() - Method in class water.udf.DependentChunk
-
- length() - Method in class water.udf.FunColumn.FunChunk
-
- length() - Method in interface water.udf.TypedChunk
-
- LENGTH_REQUIRED - Static variable in class water.util.HttpResponseStatus
-
411 Length Required
- level - Variable in class water.api.schemas3.FieldMetadataV3
-
- level - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- lift_top_group() - Method in class hex.Model
-
- lift_top_group() - Method in class hex.ModelMetricsBinomial
-
- likelihood(double, double, double[]) - Method in class hex.Model
-
- limit - Variable in class water.api.schemas3.TypeaheadV3
-
- limitToRange(double[], double, double) - Static method in class water.util.ArrayUtils
-
- linearSearch(double[], double) - Static method in class water.util.ArrayUtils
-
- LineLimitOutputStreamWrapper - Class in water.util
-
Simple OutputStream
wrapper limiting
number of rows outputed into a given stream.
- LineLimitOutputStreamWrapper(OutputStream, int) - Constructor for class water.util.LineLimitOutputStreamWrapper
-
- lineNum() - Method in class water.parser.FVecParseWriter
-
- lineNum() - Method in interface water.parser.ParseWriter
-
- lineNum() - Method in class water.parser.PreviewParseWriter
-
- linfnorm(double[], boolean) - Static method in class water.util.ArrayUtils
-
- link(double) - Method in class hex.Distribution
-
Canonical link
- link(double) - Method in class hex.LinkFunction
-
Canonical link
- link(Key) - Static method in class water.api.schemas3.JobV3
-
- link() - Method in interface water.udf.CDistributionFunc
-
Type of Link function.
- LinkedTransferQueue<E> - Class in jsr166y
-
- LinkedTransferQueue() - Constructor for class jsr166y.LinkedTransferQueue
-
Creates an initially empty LinkedTransferQueue
.
- LinkedTransferQueue(Collection<? extends E>) - Constructor for class jsr166y.LinkedTransferQueue
-
Creates a LinkedTransferQueue
initially containing the elements of the given collection,
added in traversal order of the collection's iterator.
- LinkFunction - Class in hex
-
Link function class to calculate link, link inverse and string link inverse functions.
- LinkFunction() - Constructor for class hex.LinkFunction
-
- LinkFunctionFactory - Class in hex
-
- LinkFunctionFactory() - Constructor for class hex.LinkFunctionFactory
-
- linkFunctionType - Variable in class hex.LinkFunction
-
- linkInv(double) - Method in class hex.Distribution
-
Canonical link inverse
- linkInv(double) - Method in class hex.LinkFunction
-
Canonical link inverse
Be careful if you are changing code here - you have to change it in DeeplearningMojoModel and GbmMojoModel too
- linkInvString(String) - Method in class hex.Distribution
-
String version of link inverse (for POJO scoring code generation)
- linkInvString(String) - Method in class hex.LinkFunction
-
String version of link inverse (for POJO scoring code generation)
- linkInvStringFloat(String) - Method in class hex.LinkFunction
-
- Linpack - Class in water.init
-
- Linpack() - Constructor for class water.init.Linpack
-
- LinuxProcFileReader - Class in water.util
-
Linux /proc file reader.
- LinuxProcFileReader() - Constructor for class water.util.LinuxProcFileReader
-
Constructor.
- list(int, FramesListV3) - Method in class water.api.FramesHandler
-
Return all the frames.
- list(int, GridsV99) - Method in class water.api.GridsHandler
-
Return all the grids.
- list(int, JobsV3) - Method in class water.api.JobsHandler
-
Impl class for a collection of jobs; only used in the API to make it easier to cons up the jobs array via the magic of PojoUtils.copyProperties.
- list(int, ModelsV3) - Method in class water.api.ModelsHandler
-
Return all the models.
- list(int, NodePersistentStorageV3) - Method in class water.api.NodePersistentStorageHandler
-
- list(String) - Method in class water.init.NodePersistentStorage
-
- LIST - Static variable in class water.Job
-
A system key for global list of Job keys.
- list(String) - Method in class water.persist.Persist
-
- list(String) - Method in class water.persist.PersistFS
-
- list(String) - Method in class water.persist.PersistManager
-
- listAll(int, CapabilitiesV3) - Method in class water.api.CapabilitiesHandler
-
- listCore(int, CapabilitiesV3) - Method in class water.api.CapabilitiesHandler
-
- ListenerService - Class in water
-
Service used to write to registered H2O listeners
- ListRequestV4 - Class in water.api.schemas4
-
Common input schema class for endpoints that request collections of objects.
- ListRequestV4() - Constructor for class water.api.schemas4.ListRequestV4
-
- listRest(int, CapabilitiesV3) - Method in class water.api.CapabilitiesHandler
-
- listRoutes(int, MetadataV3) - Method in class water.api.MetadataHandler
-
Return a list of all REST API Routes and a Markdown Table of Contents.
- listRoutes4(int, ListRequestV4) - Method in class water.api.MetadataHandler
-
- listSchemas(int, MetadataV3) - Method in class water.api.MetadataHandler
-
Fetch the metadata for all the Schemas.
- listTimezones() - Static method in class water.parser.ParseTime
-
- load(int, FrameLoadV3) - Method in class water.api.FramesHandler
-
- load(Value) - Method in class water.persist.EagerPersistBase
-
- load(Value) - Method in class water.persist.Persist
-
Load a previously stored Value
- load(Key, long, int) - Method in class water.persist.Persist
-
- load(Value) - Method in class water.persist.PersistFS
-
- load(Value) - Method in class water.persist.PersistHex
-
- load(int, Value) - Method in class water.persist.PersistManager
-
- load(int, Key, long, int) - Method in class water.persist.PersistManager
-
- load(Value) - Method in class water.persist.PersistNFS
-
- load(String, Class<? extends F>) - Method in class water.udf.CFuncLoader
-
- load(String, Class<? extends F>, ClassLoader) - Method in class water.udf.CFuncLoader
-
Instantiate demanded function.
- load(String, Class<? extends F>, ClassLoader) - Method in class water.udf.JavaCFuncLoader
-
- load_bytes - Variable in class water.persist.PersistManager.PersistStatsEntry
-
- load_bytes - Variable in class water.util.WaterMeterIo.IoStatsEntry
-
- load_count - Variable in class water.persist.PersistManager.PersistStatsEntry
-
- load_count - Variable in class water.util.WaterMeterIo.IoStatsEntry
-
- load_params_references - Variable in class water.api.schemas3.GridImportV3
-
- loadAll() - Static method in interface water.init.StandaloneKerberosComponent
-
- LoadFrameDriver(Job<Frame>, String, FramePersist.FrameMeta) - Constructor for class water.fvec.persist.FramePersist.LoadFrameDriver
-
- loadFrom(Key<Frame>, String) - Static method in class water.fvec.persist.FramePersist
-
- loadHiveTable(String, String, String[][], boolean) - Method in interface water.api.ImportHiveTableHandler.HiveTableImporter
-
- loadReferences(Recoverable<T>) - Method in class hex.faulttolerance.Recovery
-
Will locate a references metadata file and load all objects mentioned in this file.
- localAddressToHostname(InetAddress) - Static method in class water.init.HostnameGuesser
-
- localKeySet() - Static method in class water.H2O
-
- LocalMR<T extends MrFun<T>> - Class in water
-
Created by tomas on 11/5/16.
- LocalMR(MrFun, int) - Constructor for class water.LocalMR
-
- LocalMR(MrFun, H2O.H2OCountedCompleter) - Constructor for class water.LocalMR
-
- LocalMR(MrFun, int, H2O.H2OCountedCompleter) - Constructor for class water.LocalMR
-
- localSnapshot() - Static method in class water.KeySnapshot
-
Get the user keys from this node only.
- localSnapshot(boolean) - Static method in class water.KeySnapshot
-
Get the user keys from this node only.
- locate(double[], double, double) - Static method in class water.util.ArrayUtils
-
Return the index of an element val that is less than tol array from an element of the array arr.
- locateFile(String) - Static method in class water.util.FileUtils
-
Hunt for files in likely places.
- Lockable<T extends Lockable<T>> - Class in water
-
Lockable Keys - Keys locked during long running
Job
s, to prevent
overwriting in-use keys.
- Lockable(Key<T>) - Constructor for class water.Lockable
-
Create a Lockable object, if it has a
Key
.
- lockCloud(Object) - Static method in class water.Paxos
-
- locked - Variable in class water.api.schemas3.CloudV3
-
- LOCKED - Static variable in class water.util.HttpResponseStatus
-
423 Locked (WebDAV, RFC4918)
- log(double) - Static method in class hex.DistributionFactory.LogExpUtil
-
Sanitized log function - helper function
- log - Variable in class water.api.schemas3.LogsV3
-
- Log - Class in water.util
-
Log for H2O.
- Log() - Constructor for class water.util.Log
-
- log(int, Object...) - Static method in class water.util.Log
-
- log2(double) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- log2(int) - Static method in class water.util.MathUtils
-
Fast calculation of log base 2 for integers.
- log2(long) - Static method in class water.util.MathUtils
-
- log2(double) - Static method in class water.util.MathUtils
-
- log_dir - Variable in class water.H2O.OptArgs
-
-log_dir=/path/to/dir; directory to save logs in
- log_level() - Method in class hex.ModelBuilder.ValidationMessage
-
- log_level - Variable in class water.H2O.OptArgs
-
-log_level=log_level; One of DEBUG, INFO, WARN, ERRR.
- LogAndEchoHandler - Class in water.api
-
- LogAndEchoHandler() - Constructor for class water.api.LogAndEchoHandler
-
- LogAndEchoV3 - Class in water.api.schemas3
-
- LogAndEchoV3() - Constructor for class water.api.schemas3.LogAndEchoV3
-
- LogArchiveContainer - Enum in water.util
-
- LogArchiveWriter - Class in water.util
-
Abstract layer over different types of log containers (zip, txt,...)
- LogArchiveWriter.ArchiveEntry - Class in water.util
-
- LogExpUtil() - Constructor for class hex.DistributionFactory.LogExpUtil
-
- logFactorial(long) - Static method in class water.util.MathUtils
-
- login_conf - Variable in class water.H2O.BaseArgs
-
-login_conf is login configuration service file on local filesystem
- loginHandler(String, HttpServletRequest, HttpServletResponse) - Method in class water.webserver.H2OHttpViewImpl
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsBinomialGLMV3
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMV3
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMV3
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
-
- loglikelihood - Variable in class water.api.schemas3.ModelMetricsRegressionGLMV3
-
- LOGLOSS - Static variable in class hex.Model.GridSortBy
-
- logloss() - Method in class hex.Model
-
- logloss() - Method in class hex.ModelMetricsBinomial
-
- logloss() - Method in class hex.ModelMetricsMultinomial
-
- logloss() - Method in class hex.ModelMetricsOrdinal
-
- logloss - Variable in class water.api.schemas3.ModelMetricsBinomialV3
-
- logloss - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
-
- logloss - Variable in class water.api.schemas3.ModelMetricsOrdinalGenericV3
-
- logloss - Variable in class water.api.schemas3.ModelMetricsOrdinalV3
-
- logloss(double) - Static method in class water.util.MathUtils
-
Logloss
- logMe() - Method in class hex.ModelBuilder
-
- logMe() - Method in class hex.quantile.Quantile
-
- logParseResults(Frame) - Static method in class water.parser.ParseDataset
-
- logRequest(String, HttpServletRequest, HttpServletResponse) - Static method in class water.server.ServletUtils
-
- LogsHandler - Class in water.api
-
- LogsHandler() - Constructor for class water.api.LogsHandler
-
- LogsV3 - Class in water.api.schemas3
-
- LogsV3() - Constructor for class water.api.schemas3.LogsV3
-
- logVerbose() - Method in class water.DTask
-
Override to remove 2 lines of logging per RPC.
- logVerbose() - Method in class water.fvec.RebalanceDataSet.RebalanceTask
-
- LongArray() - Constructor for class water.util.AtomicUtils.LongArray
-
- LongAry(long...) - Constructor for class water.rapids.ast.prims.advmath.AstStratifiedSplit.LongAry
-
- longs(long) - Method in class water.util.RandomBase
-
- longs() - Method in class water.util.RandomBase
-
- longs(long, long, long) - Method in class water.util.RandomBase
-
- longs(long, long) - Method in class water.util.RandomBase
-
- longValueOf(String, int) - Static method in class water.util.OSUtils
-
- lookup(String) - Method in class water.rapids.ast.AstFunction
-
- lookup(String) - Method in class water.rapids.Env
-
- lookup(String) - Method in class water.rapids.transforms.H2OBinaryOp
-
- lookup(String) - Method in class water.rapids.transforms.H2OColOp
-
- lookupRoute(RequestUri) - Static method in class water.api.RequestServer
-
- loss() - Method in class hex.Model
-
- LOW_PRIORITY_API_WORK - Static variable in class water.H2O
-
- LOW_PRIORITY_API_WORK_CLASS - Static variable in class water.H2O
-
- LVLS - Static variable in class water.util.Log
-
- mad(Frame, QuantileModel.CombineMethod, double) - Static method in class water.rapids.ast.prims.reducers.AstMad
-
- mae() - Method in class hex.Model
-
- mae() - Method in class hex.ModelMetricsRegression
-
- mae - Variable in class water.api.schemas3.ModelMetricsRegressionGenericV3
-
- mae - Variable in class water.api.schemas3.ModelMetricsRegressionV3
-
- MAGIC_SAFE_CLUSTER_KILL_BYTE - Static variable in class water.UDPRebooted
-
- main(String[]) - Static method in class water.H2O
-
- main(String[]) - Static method in class water.init.AbstractBuildVersion
-
- main(String[]) - Static method in class water.init.Linpack
-
- main(String[]) - Static method in class water.init.MemoryBandwidth
-
- main(String[]) - Static method in class water.tools.EncryptionTool
-
- make(HyperSpaceSearchCriteria.Strategy) - Static method in class hex.grid.HyperSpaceSearchCriteria
-
- make(String, Job, Key<Model>) - Static method in class hex.ModelBuilder
-
Factory method to create a ModelBuilder instance for given the algo name.
- make(MP) - Static method in class hex.ModelBuilder
-
Factory method to create a ModelBuilder instance from a clone of a given parms
instance of Model.Parameters.
- make(MP, Key<Model>) - Static method in class hex.ModelBuilder
-
- make(Vec, Vec) - Static method in class hex.ModelMetricsBinomial
-
Build a Binomial ModelMetrics object from target-class probabilities, from actual labels, and a given domain for both labels (and domain[1] is the target class)
- make(Vec, Vec, String[]) - Static method in class hex.ModelMetricsBinomial
-
- make(Vec, Vec, Vec, String[]) - Static method in class hex.ModelMetricsBinomial
-
Build a Binomial ModelMetrics object from target-class probabilities, from actual labels, and a given domain for both labels (and domain[1] is the target class)
- make(Vec, Vec, Vec, AUUC.AUUCType, int) - Static method in class hex.ModelMetricsBinomialUplift
-
Build a Binomial ModelMetrics object from target-class probabilities, from actual labels, and a given domain for both labels (and domain[1] is the target class)
- make(Vec, Vec, Vec, String[], AUUC.AUUCType, int) - Static method in class hex.ModelMetricsBinomialUplift
-
Build a Binomial ModelMetrics object from target-class probabilities, from actual labels, and a given domain for both labels (and domain[1] is the target class)
- make(Frame, Vec, MultinomialAucType) - Static method in class hex.ModelMetricsMultinomial
-
Build a Multinomial ModelMetrics object from per-class probabilities (in Frame preds - no labels!), from actual labels, and a given domain for all possible labels (maybe more than what's in labels)
- make(Frame, Vec, String[], MultinomialAucType) - Static method in class hex.ModelMetricsMultinomial
-
- make(Frame, Vec, Vec, String[], MultinomialAucType) - Static method in class hex.ModelMetricsMultinomial
-
Build a Multinomial ModelMetrics object from per-class probabilities (in Frame preds - no labels!), from actual labels, and a given domain for all possible labels (maybe more than what's in labels)
- make(Frame, Vec) - Static method in class hex.ModelMetricsOrdinal
-
Build a Multinomial ModelMetrics object from per-class probabilities (in Frame preds - no labels!), from actual labels, and a given domain for all possible labels (maybe more than what's in labels)
- make(Frame, Vec, String[]) - Static method in class hex.ModelMetricsOrdinal
-
Build a Multinomial ModelMetrics object from per-class probabilities (in Frame preds - no labels!), from actual labels, and a given domain for all possible labels (maybe more than what's in labels)
- make(Vec, Vec, DistributionFamily) - Static method in class hex.ModelMetricsRegression
-
- make(Vec, Vec, Vec, DistributionFamily) - Static method in class hex.ModelMetricsRegression
-
Build a Regression ModelMetrics object from predicted and actual targets
- make(HyperSpaceSearchCriteria.Strategy) - Static method in class hex.schemas.HyperSpaceSearchCriteriaV99
-
- make(Key<SegmentModels>, Frame) - Static method in class hex.segments.SegmentModels
-
Initialize the Segment Models structure, allocates keys for each SegmentModelResult
- make(Class<? extends KeyV3>, Key) - Static method in class water.api.schemas3.KeyV3
-
- make(Key) - Static method in class water.api.schemas3.KeyV3
-
TODO: figure out the right KeyV3 class from the Key, so the type is set properly.
- make(String, long) - Static method in class water.fvec.GcsFileVec
-
- make(String, long, Futures) - Static method in class water.fvec.GcsFileVec
-
- make(String, long) - Static method in class water.fvec.HDFSFileVec
-
- make(String, long, Futures) - Static method in class water.fvec.HDFSFileVec
-
- make(String, long) - Static method in class water.fvec.HTTPFileVec
-
- make(String, long, Futures) - Static method in class water.fvec.HTTPFileVec
-
- make(File) - Static method in class water.fvec.NFSFileVec
-
Make a new NFSFileVec key which holds the filename implicitly.
- make(String) - Static method in class water.fvec.NFSFileVec
-
- make(File, Futures) - Static method in class water.fvec.NFSFileVec
-
Make a new NFSFileVec key which holds the filename implicitly.
- make(String, long) - Static method in class water.fvec.S3FileVec
-
- make(String, long, Futures) - Static method in class water.fvec.S3FileVec
-
- make(byte[]) - Static method in class water.Key
-
- make(String) - Static method in class water.Key
-
Factory making a Key from a String
- make(H2ONode) - Static method in class water.Key
-
Make a random key, homed to a given node.
- make() - Static method in class water.Key
-
- make(String, byte, boolean, H2ONode) - Static method in class water.Key
-
Factory making a homed system Key.
- make(String, byte) - Static method in class water.Key
-
Factory making a system Key.
- make(byte, boolean, H2ONode) - Static method in class water.Key
-
Factory making a homed system Key.
- make(DecryptionTool.DecryptionSetup) - Static method in class water.parser.DecryptionTool
-
Instantiates a Decryption Tool using a given Decryption Setup and installs it in DKV.
- make(String) - Static method in class water.util.CompressionFactory
-
- make(String) - Static method in class water.util.DecompressionFactory
-
- make01AUC(AUC2.AUCBuilder) - Static method in class hex.AUC2
-
Creates an instance of AUC2 for classifiers that do not return probabilities, only 0-1.
- makeAdaptFrameParameters() - Method in class hex.Model
-
- makeBigScoreTask(String[][], String[], Frame, boolean, boolean, Job, CFuncRef) - Method in class hex.Model
-
Allow subclasses to define their own BigScore class.
- makeCompatible(Frame) - Method in class water.fvec.Frame
-
- makeCompatible(Frame, boolean) - Method in class water.fvec.Frame
-
Return array of Vectors if 'f' is compatible with 'this', else return a new
array of Vectors compatible with 'this' and a copy of 'f's data otherwise.
- makeCon(double, long) - Static method in class water.fvec.Vec
-
Make a new constant vector with the given row count, and redistribute the data
evenly around the cluster.
- makeCon(double, long, byte) - Static method in class water.fvec.Vec
-
Make a new constant vector of the specified type.
- makeCon(double, long, boolean) - Static method in class water.fvec.Vec
-
Make a new constant vector with the given row count.
- makeCon(double, long, boolean, byte) - Static method in class water.fvec.Vec
-
- makeCon(double, long, int) - Static method in class water.fvec.Vec
-
Make a new constant vector with the given row count, and redistribute the data evenly
around the cluster.
- makeCon(long, long) - Static method in class water.fvec.Vec
-
Make a new constant vector with minimal number of chunks.
- makeCon(double, long, int, boolean) - Static method in class water.fvec.Vec
-
Make a new constant vector with the given row count.
- makeCon(double, long, int, boolean, byte) - Static method in class water.fvec.Vec
-
- makeCon(long, String[], Vec.VectorGroup, int) - Static method in class water.fvec.Vec
-
- makeCon(double) - Method in class water.fvec.Vec
-
Make a new vector with the same size and data layout as the current one,
and initialized to the given constant value.
- makeCon(double, byte) - Method in class water.fvec.Vec
-
- makeCon(byte) - Method in class water.fvec.Vec
-
- makeCon(String) - Method in class water.fvec.Vec
-
- makeCon(Key<Vec>, double...) - Static method in class water.fvec.Vec
-
A Vec from an array of doubles
- makeConN(long, int) - Static method in class water.fvec.Vec
-
Make a new constant vector with fixed number of chunks.
- makeCons(double, long, int) - Static method in class water.fvec.Vec
-
- makeCons(int, long, String[][], byte[]) - Method in class water.fvec.Vec
-
- makeCopy() - Method in class water.fvec.Vec
-
A new vector which is a copy of this
one.
- makeCopy(String[]) - Method in class water.fvec.Vec
-
A new vector which is a copy of this
one.
- makeCopy(String[], byte) - Method in class water.fvec.Vec
-
- makeCopy() - Method in class water.MrFun
-
- makeCVMetrics(ModelBuilder<?, ?, ?>) - Method in class hex.ModelBuilder
-
- makeCVModelBuilder(ModelBuilder<?, ?, ?>[], int) - Method in class hex.ModelBuilder
-
- makeDomain(Map<IcedLong, IcedLong>, String[], String[]) - Method in class water.fvec.CreateInteractions
-
- makeDoubles(int, double[]) - Method in class water.fvec.Vec
-
- makeExtensionReport(StringBuilder) - Method in class water.ExtensionManager
-
- makeFeatureInteraction(int, FeatureInteractionV3) - Method in class water.api.ModelsHandler
-
- makeFriedmansPopescusH(int, FriedmanPopescusHV3) - Method in class water.api.ModelsHandler
-
- makeFromBuilder(ModelBuilder) - Static method in exception water.exceptions.H2OModelBuilderIllegalArgumentException
-
- makeInteraction(Frame, Model.InteractionPair, boolean, boolean, boolean) - Static method in class hex.Model
-
- makeInteractionPairs(Frame) - Method in class hex.Model.InteractionSpec
-
- makeInteractions(Frame) - Method in interface hex.Model.InteractionBuilder
-
- makeInteractions(Frame, boolean, Model.InteractionPair[], boolean, boolean, boolean) - Static method in class hex.Model
-
- makeInteractions(Frame, Model.InteractionPair[], boolean, boolean, boolean) - Static method in class hex.Model
-
- makeMetricBuilder(String[]) - Method in class hex.Model
-
- makeMetricBuilder(String[]) - Method in class hex.quantile.QuantileModel
-
- makeModelMetrics(Frame, Frame) - Method in class hex.Model.PredictScoreResult
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetrics.MetricBuilder
-
Having computed a MetricBuilder, this method fills in a ModelMetrics
- makeModelMetrics(Model, Frame) - Method in class hex.ModelMetricsAutoEncoder.MetricBuilderAutoEncoder
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
Create a ModelMetrics for a given model and frame
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
Create a ModelMetrics for a given model and frame
- makeModelMetrics(Model, Frame) - Method in class hex.ModelMetricsClustering.MetricBuilderClustering
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsMultinomial.MetricBuilderMultinomial
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsOrdinal.MetricBuilderOrdinal
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsRegression.MetricBuilderRegression
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsRegressionCoxPH.MetricBuilderRegressionCoxPH
-
- makeModelMetrics(Model, Frame, Frame, Frame) - Method in class hex.ModelMetricsUnsupervised.MetricBuilderUnsupervised
-
- makeModelMetrics(Model, Frame) - Method in class hex.ModelMetricsUnsupervised.MetricBuilderUnsupervised
-
- makeOne(long) - Static method in class water.fvec.Vec
-
- makeOne(long, byte) - Static method in class water.fvec.Vec
-
- makeOnes(int) - Method in class water.fvec.Vec
-
- makeOnes(int, String[][], byte[]) - Method in class water.fvec.Vec
-
- makeParameters(String) - Static method in class hex.ModelBuilder
-
- makePartialDependence(int, PartialDependenceV3) - Method in class water.api.ModelsHandler
-
- makePojoWriter() - Method in class hex.Model
-
- makePojoWriter(Model<?, ?, ?>, MojoModel) - Method in class hex.ModelBuilder
-
- makePredictionCache(Model, Vec) - Method in class hex.ModelMetrics.MetricBuilder
-
- makePredictionCache(Model, Vec) - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- makePredictionCache(Model, Vec) - Method in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- makeRand(long) - Method in class water.fvec.Vec
-
Make a new vector initialized to random numbers with the given seed
- makeReceiverThread() - Static method in class water.init.NetworkInit
-
- makeRepSeq(long, long) - Static method in class water.fvec.Vec
-
Make a new vector initialized to increasing integers mod repeat
.
- makeSchema() - Method in class hex.grid.Grid
-
- makeSchema() - Method in class hex.Model
-
- makeSchema() - Method in class hex.PartialDependence
-
- makeSchema() - Method in class hex.segments.SegmentModels
-
- makeSchema() - Method in class water.fvec.Frame
-
- makeSchema() - Method in class water.Job
-
- makeSchema() - Method in class water.Keyed
-
- makeScoringDomains(Frame, boolean, String[]) - Method in class hex.Model
-
- makeScoringNames() - Method in class hex.Model
-
- makeScoringNames(O) - Static method in class hex.Model
-
- makeSeq(long, boolean) - Static method in class water.fvec.Vec
-
Make a new vector initialized to increasing integers, starting with 1.
- makeSeq(long, long) - Static method in class water.fvec.Vec
-
Make a new vector initialized to increasing integers, starting with `min`.
- makeSeq(long, long, boolean) - Static method in class water.fvec.Vec
-
Make a new vector initialized to increasing integers, starting with `min`.
- makeSignificantRulesTable(int, SignificantRulesV3) - Method in class water.api.ModelsHandler
-
- makeSimilarlyDistributed(Frame, Key<Frame>) - Method in class water.fvec.Frame
-
Make rows of a given frame distributed similarly to this frame.
- makeSureDirExists(String) - Static method in class water.util.FileUtils
-
- makeSVMLightSetup() - Static method in class water.parser.ParseSetup
-
- makeSystem(String) - Static method in class water.Key
-
- makeTimeVec(double[], Key<Vec>) - Static method in class water.fvec.Vec
-
- makeUniqueAndLimitToRange(double[], double, double) - Static method in class water.util.ArrayUtils
-
- makeUserHidden(String) - Static method in class water.Key
-
- makeVec() - Method in class water.fvec.TransformWrappedVec
-
- makeVec(double[], Key<Vec>) - Static method in class water.fvec.Vec
-
- makeVec(float[], Key<Vec>) - Static method in class water.fvec.Vec
-
- makeVec(String[], Key<Vec>) - Static method in class water.fvec.Vec
-
- makeVec(float[], String[], Key<Vec>) - Static method in class water.fvec.Vec
-
- makeVec(double[], String[], Key<Vec>) - Static method in class water.fvec.Vec
-
- makeVec(long[], String[], Key<Vec>) - Static method in class water.fvec.Vec
-
- makeVec() - Method in class water.udf.TypedFrame
-
- makeVecs() - Method in class water.udf.UnfoldingFrame
-
- makeVolatileDoubles(int) - Method in class water.fvec.Vec
-
Make a temporary work vec of double [] .
- makeVolatileInts(int[]) - Method in class water.fvec.Vec
-
Make a temporary work vec of int [] .
- makeZero(long, boolean) - Static method in class water.fvec.Vec
-
Make a new zero-filled vec
- makeZero(long) - Static method in class water.fvec.Vec
-
Make a new zero-filled vector with the given row count.
- makeZero(long, byte) - Static method in class water.fvec.Vec
-
- makeZero() - Method in class water.fvec.Vec
-
Make a new vector with the same size and data layout as the current one,
and initialized to zero.
- makeZero(String[]) - Method in class water.fvec.Vec
-
A new vector with the same size and data layout as the current one, and
initialized to zero, with the given categorical domain.
- makeZeros(int) - Method in class water.fvec.Vec
-
- makeZeros(int, String[][], byte[]) - Method in class water.fvec.Vec
-
- malloc1(int) - Static method in class water.MemoryManager
-
- malloc1(int, boolean) - Static method in class water.MemoryManager
-
- malloc2(int) - Static method in class water.MemoryManager
-
- malloc4(int) - Static method in class water.MemoryManager
-
- malloc4(int, int) - Static method in class water.MemoryManager
-
- malloc4f(int) - Static method in class water.MemoryManager
-
- malloc8(int) - Static method in class water.MemoryManager
-
- malloc8d(int) - Static method in class water.MemoryManager
-
- malloc8d(int, int) - Static method in class water.MemoryManager
-
- malloc8d(int, int, int) - Static method in class water.MemoryManager
-
- mallocObj(int) - Static method in class water.MemoryManager
-
- mallocZ(int) - Static method in class water.MemoryManager
-
- managedBlock(ForkJoinPool.ManagedBlocker) - Static method in class jsr166y.ForkJoinPool
-
Blocks in accord with the given blocker.
- Mantissas(int) - Constructor for class water.fvec.NewChunk.Mantissas
-
- map(Chunk[]) - Method in class hex.DMatrix.TransposeTsk
-
- map(Chunk, Chunk) - Method in class hex.GainsLift.GainsLiftBuilder
-
- map(Chunk, Chunk, Chunk) - Method in class hex.GainsLift.GainsLiftBuilder
-
- map(Chunk, Chunk) - Method in class hex.MeanResidualDeviance.MeanResidualBuilder
-
- map(Chunk, Chunk, Chunk) - Method in class hex.MeanResidualDeviance.MeanResidualBuilder
-
- map(Chunk[], NewChunk[]) - Method in class hex.Model.BigScore
-
- map(Chunk[], NewChunk) - Method in class hex.RegexTokenizer
-
- map(Chunk, NewChunk) - Method in class hex.tfidf.InverseDocumentFrequencyTask
-
- map(Chunk[], NewChunk[]) - Method in class hex.tfidf.TfIdfPreprocessorTask
-
- map(V) - Method in class water.DTask.DKeyTask
-
Override map(); will be run on Key's home node
- map(Keyed) - Method in class water.DTask.RemoveCall
-
- map(Chunk, Chunk) - Method in class water.fvec.CreateInteractions.createInteractionDomain
-
- map(Chunk[], NewChunk[]) - Method in class water.fvec.Frame.DeepSelect
-
- map(Chunk[]) - Method in class water.fvec.RebalanceDataSet.RebalanceTask
-
- map(Chunk[]) - Method in class water.fvec.task.FillNAWithDoubleValueTask
-
- map(Chunk[]) - Method in class water.fvec.task.FillNAWithLongValueTask
-
- map(Chunk[], NewChunk[]) - Method in class water.fvec.task.FilterByValueTask
-
- map(Chunk[], NewChunk[]) - Method in class water.fvec.task.IsNotNaTask
-
- map(Chunk[]) - Method in class water.fvec.task.UniqOldTask
-
Deprecated.
- map(Chunk[]) - Method in class water.fvec.task.UniqTask
-
- map(int) - Method in class water.MrFun
-
- map(Chunk) - Method in class water.MRTask
-
Override with your map implementation.
- map(Chunk, NewChunk) - Method in class water.MRTask
-
- map(Chunk, Chunk) - Method in class water.MRTask
-
Override with your map implementation.
- map(Chunk, Chunk, NewChunk) - Method in class water.MRTask
-
- map(Chunk, NewChunk, NewChunk) - Method in class water.MRTask
-
- map(Chunk, Chunk, Chunk) - Method in class water.MRTask
-
Override with your map implementation.
- map(Chunk, Chunk, Chunk, Chunk) - Method in class water.MRTask
-
Override with your map implementation.
- map(Chunk[]) - Method in class water.MRTask
-
Override with your map implementation.
- map(Chunk[], NewChunk) - Method in class water.MRTask
-
The handy method to generate a new vector based on existing vectors.
- map(Chunk[], NewChunk, NewChunk) - Method in class water.MRTask
-
- map(Chunk[], NewChunk[]) - Method in class water.MRTask
-
- map(Key) - Method in class water.MRTask
-
Override with your map implementation.
- map(Key) - Method in class water.parser.ParseSetup.GuessSetupTsk
-
Runs once on each file to guess that file's ParseSetup
For ByteVecs, UploadFileVecs, compressed files and small files,
the ParseSetup is guessed from a single DFLT_CHUNK_SIZE chunk from
the start of the file.
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.advmath.AstDistance.DistanceComputer
-
- map(Chunk) - Method in class water.rapids.ast.prims.advmath.AstHist.FourthMomTask
-
- map(Chunk) - Method in class water.rapids.ast.prims.advmath.AstHist.HistTask
-
- map(Chunk) - Method in class water.rapids.ast.prims.advmath.AstHist.ThirdMomTask
-
- map(Chunk) - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.ClassAssignMRTask
-
- map(Chunk[]) - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.ClassIdxTask
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.filters.dropduplicates.CollectChunkBorderValuesTask
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.filters.dropduplicates.DropDuplicateRowsTask
-
- map(Chunk[]) - Method in class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
-
- map(Chunk[]) - Method in class water.rapids.ast.prims.mungers.AstGroup.GBTaskAggsPerMap
-
- map(Chunk[]) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.RankGroups
-
- map(Chunk[]) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.SortnGrouby
-
I will first go from row 0 towards end of chunk to collect info on first group of the chunk.
- map(Chunk, NewChunk) - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTask
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTaskAxis1
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTaskWholeFrame
-
- map(Chunk) - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.timeseries.AstIsax.IsaxReduceCard
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.timeseries.AstIsax.IsaxStringTask
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.ast.prims.timeseries.AstIsax.IsaxTask
-
- map(Chunk[], NewChunk[]) - Method in class water.rapids.Merge.RemoveNAsTask
-
- map(double[], float[], double, double, Model) - Method in interface water.udf.CMetricFunc
-
Compute temporary state for given row of data.
- map(Chunk[]) - Method in class water.util.ArrayUtils.CopyArrayToFrame
-
- map(Chunk[]) - Method in class water.util.ArrayUtils.FrameToArray
-
- map(Chunk[]) - Method in class water.util.ChunkSummary
-
- map(Iterable<X>, Function<X, Y>) - Static method in class water.util.fp.Functions
-
- map(Chunk, Chunk) - Method in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- map(Chunk[], NewChunk[]) - Method in class water.util.FrameUtils.ExpandCatBetaConstraints
-
- map(Chunk) - Method in class water.util.FrameUtils.Vec2ArryTsk
-
- map(Chunk[]) - Method in class water.util.FrameUtils.Vecs2ArryTsk
-
- map(Chunk, Chunk, Chunk) - Method in class water.util.FrameUtils.WeightedMean
-
- map() - Method in class water.util.IcedHashMap
-
- map() - Method in class water.util.IcedHashMapBase
-
- map() - Method in class water.util.IcedHashMapGeneric
-
- map() - Method in class water.util.IcedSortedHashMap
-
- map(Chunk[], NewChunk[]) - Method in class water.util.MathUtils.ComputeAbsDiff
-
- map(Chunk, Chunk) - Method in class water.util.MathUtils.SquareError
-
- map(Chunk) - Method in class water.util.MRUtils.ClassDist
-
- map(Chunk, Chunk) - Method in class water.util.MRUtils.ClassDist
-
- map(Chunk) - Method in class water.util.MRUtils.ClassDistQuasibinomial
-
- map(Chunk, Chunk) - Method in class water.util.MRUtils.ClassDistQuasibinomial
-
- map(Chunk) - Method in class water.util.MRUtils.Dist
-
- map(Chunk) - Method in class water.util.VecUtils.CollectDomainFast
-
- map(Chunk, Chunk) - Method in class water.util.VecUtils.CollectDomainWeights
-
- map(Chunk) - Method in class water.util.VecUtils.CollectDomainWeights
-
- map(Chunk) - Method in class water.util.VecUtils.CollectDoubleDomain
-
- map(Chunk) - Method in class water.util.VecUtils.CollectIntegerDomain
-
- map(Chunk, NewChunk) - Method in class water.util.VecUtils.DomainDedupe
-
- map(Chunk[]) - Method in class water.util.VecUtils.DotProduct
-
- map(Chunk, Chunk, Chunk) - Method in class water.util.VecUtils.MeanResponsePerLevelTask
-
- map(Chunk, Chunk) - Method in class water.util.VecUtils.MinMaxTask
-
- map(Chunk, NewChunk) - Method in class water.util.VecUtils.ReorderTask
-
- map(Chunk[], NewChunk[]) - Method in class water.util.VecUtils.SequenceProduct
-
- map(Chunk, NewChunk) - Method in class water.util.VecUtils.ShuffleVecTask
-
- map_keys - Variable in class water.api.schemas3.RapidsMapFrameV3
-
- mapValidationMessageFieldNames(ValidationMessageV3[], String[], String[]) - Static method in class water.api.schemas3.ValidationMessageV3
-
Map impl field names in the validation messages to schema field names,
called after behavior of stripping leading _ characters.
- markdown(Handler, int, StringBuffer, String) - Method in class water.api.Handler
-
- markdown(Schema, Schema) - Method in class water.api.Route
-
Generate Markdown documentation for this Route.
- markdown(boolean, boolean) - Method in class water.api.Schema
-
Generate Markdown documentation for this Schema possibly including only the input or output fields.
- markdown(SchemaMetadata, boolean, boolean) - Method in class water.api.Schema
-
Generate Markdown documentation for this Schema, given we already have the metadata constructed.
- markdown - Variable in class water.api.SchemaMetadata
-
- markdown - Variable in class water.api.schemas3.MetadataV3
-
- markdown - Variable in class water.api.schemas3.RouteV3
-
- MarkdownBuilder - Class in water.util
-
Small helper class for creating Markdown in a StringBuffer.
- MarkdownBuilder() - Constructor for class water.util.MarkdownBuilder
-
- markLocalDKVAccess() - Method in class water.H2ONode
-
- match - Variable in class water.api.schemas3.FindV3
-
- matches - Variable in class water.api.schemas3.TypeaheadV3
-
- matches(String) - Method in class water.H2O.OptString
-
- materialize(Column<T>) - Method in interface water.udf.ColumnFactory
-
- materialize(Column<T>) - Method in class water.udf.DataColumns.BaseFactory
-
- materialize() - Method in class water.udf.UnfoldingFrame
-
- MathUtils - Class in water.util
-
- MathUtils() - Constructor for class water.util.MathUtils
-
- MathUtils.BasicStats - Class in water.util
-
Wrapper around weighted paralell basic stats computation (mean, variance)
- MathUtils.ComputeAbsDiff - Class in water.util
-
- MathUtils.DCT - Class in water.util
-
- MathUtils.Norm - Enum in water.util
-
- MathUtils.SimpleStats - Class in water.util
-
- MathUtils.SquareError - Class in water.util
-
- MatrixMulStats(long, Key) - Constructor for class hex.DMatrix.MatrixMulStats
-
- MatrixMulTsk(H2O.H2OCountedCompleter, Key, Frame, Frame) - Constructor for class hex.DMatrix.MatrixMulTsk
-
- maturity - Variable in class water.api.schemas4.ModelInfoV4
-
- MAX - Static variable in class hex.DistributionFactory.LogExpUtil
-
- max() - Method in class water.fvec.Vec
-
Vec's maximum value
- max() - Method in class water.rapids.ast.params.AstNumList
-
- max(double[], int, double) - Static method in class water.util.AtomicUtils.DoubleArray
-
- max() - Method in class water.util.IcedBitSet
-
- MAX - Static variable in class water.Value
-
- MAX_ARRAY_SIZE - Static variable in class water.H2OConstants
-
Maximum number of elements allocable for a single aray
- MAX_AUC_CLASSES - Static variable in class hex.MultinomialAUC
-
- MAX_BACKENDS - Static variable in class water.persist.PersistManager
-
- MAX_CATEGORICAL_COUNT - Static variable in class water.parser.Categorical
-
- max_categorical_levels - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- MAX_CORE_PRIO - Static variable in class water.parser.DefaultParserProviders
-
Priority of non-core parsers should begin here.
- max_criteria_and_metric_scores - Variable in class water.api.schemas3.ModelMetricsBinomialV3
-
- max_criterion(AUC2) - Method in enum hex.AUC2.ThresholdCriterion
-
- max_criterion_idx(AUC2) - Method in enum hex.AUC2.ThresholdCriterion
-
Convert a criterion into a threshold index that maximizes the criterion
- max_deepening - Variable in class water.api.schemas3.FeatureInteractionV3
-
- max_disk - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- MAX_EVENTS - Static variable in class water.TimeLine
-
- max_factors - Variable in class water.api.schemas3.InteractionV3
-
- max_interaction_depth - Variable in class water.api.schemas3.FeatureInteractionV3
-
- max_log_file_size - Variable in class water.H2O.OptArgs
-
-max_log_file_size=max_log_file_size; Maximum size of log file.
- max_mem - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- max_models() - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
Max number of models to build.
- max_models - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- max_models - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
-
- max_per_class_error() - Method in class hex.ConfusionMatrix
-
The maximum per-class error
- MAX_PREVIEW_COLS - Static variable in class water.parser.PreviewParseWriter
-
- MAX_PREVIEW_LINES - Static variable in class water.parser.PreviewParseWriter
-
- MAX_PRIORITY - Static variable in class water.H2O
-
- max_runtime_secs() - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
Max runtime for the entire grid, in seconds.
- max_runtime_secs - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- max_runtime_secs - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
-
- max_runtime_secs - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- MAX_STR_LEN - Static variable in class water.H2OConstants
-
Maximum size of an array, minus one more byte reserved a trailing zero.
- MAX_STRINGS_IN_CONST_POOL - Static variable in class water.util.JCodeGen
-
Maximum number of string generated per class (static initializer)
- MAX_SUPPORTED_JAVA_VERSION - Static variable in class water.JavaVersionSupport
-
- MAX_SUPPORTED_LEVELS - Static variable in class hex.Model.Parameters
-
Maximal number of supported levels in response.
- max_tree_depth - Variable in class water.api.schemas3.FeatureInteractionV3
-
- MAX_VEC_NUM_ROWS_FOR_ARRAY_EXPORT - Static variable in class water.util.FrameUtils
-
- maxCriterion(AUUC) - Method in enum hex.AUUC.AUUCType
-
- maxCriterionIdx(AUUC) - Method in enum hex.AUUC.AUUCType
-
Convert a criterion into a threshold index that maximizes the criterion
- maxDepth() - Method in class hex.FeatureInteractions
-
- maxF1() - Method in class hex.AUC2
-
- maxIndex(int[], Random) - Static method in class water.util.ArrayUtils
-
Returns the index of the largest value in the array.
- maxIndex(float[], Random) - Static method in class water.util.ArrayUtils
-
- maxIndex(double[], Random) - Static method in class water.util.ArrayUtils
-
- maxIndex(int[]) - Static method in class water.util.ArrayUtils
-
- maxIndex(long[]) - Static method in class water.util.ArrayUtils
-
- maxIndex(long[], int) - Static method in class water.util.ArrayUtils
-
- maxIndex(float[]) - Static method in class water.util.ArrayUtils
-
- maxIndex(double[]) - Static method in class water.util.ArrayUtils
-
- maxModels(int) - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria.Builder
-
- maxRuntimeSecs(double) - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria.Builder
-
- maxs - Variable in class water.api.schemas3.FrameV3.ColV3
-
- maxs() - Method in class water.fvec.Vec
-
Vec's 5 largest values
- maxValue(double[]) - Static method in class water.util.ArrayUtils
-
- maxValue(double[], int, int) - Static method in class water.util.ArrayUtils
-
- maxValue(float[]) - Static method in class water.util.ArrayUtils
-
- maxValue(float[], int, int) - Static method in class water.util.ArrayUtils
-
- maxValue(long[]) - Static method in class water.util.ArrayUtils
-
- maxValue(Integer[]) - Static method in class water.util.ArrayUtils
-
- maxValue(int[]) - Static method in class water.util.ArrayUtils
-
- mcc() - Method in class hex.ConfusionMatrix
-
The Matthews Correlation Coefficient, takes true negatives into account in contrast to F-Score
See
MCC
MCC = Correlation between observed and predicted binary classification
- md5skip - Variable in class water.H2O.OptArgs
-
-md5skip, -md5skip=true; test-only; Skip the MD5 Jar checksum; allows jars from different builds to mingle in the same cloud
- mean - Variable in class water.api.schemas3.FrameV3.ColV3
-
- mean() - Method in class water.fvec.InteractionWrappedVec
-
- mean() - Method in class water.fvec.Vec
-
Vecs's mean
- mean() - Method in class water.util.MathUtils.BasicStats
-
- mean(int) - Method in class water.util.MathUtils.BasicStats
-
- mean() - Method in class water.util.MathUtils.SimpleStats
-
- mean_per_class_accuracy() - Method in class hex.ConfusionMatrix
-
- mean_per_class_error() - Method in class hex.ConfusionMatrix
-
- mean_per_class_error() - Method in class hex.Model
-
- mean_per_class_error() - Method in class hex.ModelMetricsBinomial
-
- mean_per_class_error() - Method in class hex.ModelMetricsMultinomial
-
- mean_per_class_error() - Method in class hex.ModelMetricsOrdinal
-
- mean_per_class_error - Variable in class water.api.schemas3.ModelMetricsBinomialV3
-
- mean_per_class_error - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
-
- mean_per_class_error - Variable in class water.api.schemas3.ModelMetricsOrdinalGenericV3
-
- mean_per_class_error - Variable in class water.api.schemas3.ModelMetricsOrdinalV3
-
- mean_residual_deviance() - Method in class hex.ModelMetricsRegression
-
- mean_residual_deviance - Variable in class water.api.schemas3.ModelMetricsRegressionGenericV3
-
- mean_residual_deviance - Variable in class water.api.schemas3.ModelMetricsRegressionV3
-
- meanOverallWeightedResponse - Variable in class water.util.VecUtils.MeanResponsePerLevelTask
-
- MeanResidualDeviance - Class in hex
-
- MeanResidualDeviance(Distribution, Vec, Vec, Vec) - Constructor for class hex.MeanResidualDeviance
-
- meanResidualDeviance - Variable in class hex.MeanResidualDeviance
-
- MeanResidualDeviance.MeanResidualBuilder - Class in hex
-
- MeanResponsePerLevelTask(int) - Constructor for class water.util.VecUtils.MeanResponsePerLevelTask
-
- means() - Method in class water.fvec.Frame
-
All the column means.
- meanWeightedResponse - Variable in class water.util.VecUtils.MeanResponsePerLevelTask
-
- median(Frame, QuantileModel.CombineMethod) - Static method in class water.rapids.ast.prims.reducers.AstMedian
-
- medianR - Variable in class water.rapids.ast.prims.mungers.AstGroup.G
-
- MedianResult(int) - Constructor for class water.rapids.ast.prims.mungers.AstGroup.MedianResult
-
- mem_bw - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- MEM_MAX - Static variable in class water.MemoryManager
-
- MEM_MULTIPLIER - Static variable in class water.rapids.Merge
-
- mem_value_size - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- members() - Method in class water.H2O
-
- memOrLoad() - Method in class water.Value
-
The FAST path get-byte-array - final method for speed.
- MemoryBandwidth - Class in water.init
-
- MemoryBandwidth() - Constructor for class water.init.MemoryBandwidth
-
- MemoryManager - Class in water
-
Manages memory assigned to key/value pairs.
- MemoryManager() - Constructor for class water.MemoryManager
-
- merge(SplitValueHistogram) - Method in class hex.SplitValueHistogram
-
- merge(byte[], byte[]) - Static method in class water.parser.PackedDomains
-
- Merge - Class in water.rapids
-
- Merge() - Constructor for class water.rapids.Merge
-
- merge(Frame, Frame, int[], int[], boolean, int[][]) - Static method in class water.rapids.Merge
-
- merge(Frame, Frame, int[], int[], boolean, int[][], int[], int[]) - Static method in class water.rapids.Merge
-
- Merge.RemoveNAsTask - Class in water.rapids
-
- mergeArraysD(long[], double[]) - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
-
- mergeArraysL(long[], long[]) - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
-
- mergeHashMaps(Map<String, Object[]>, Map<String, Object[]>) - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
- mergeWith(FeatureInteractions) - Method in class hex.FeatureInteractions
-
- MersenneTwisterRNG(int...) - Constructor for class water.util.RandomUtils.MersenneTwisterRNG
-
Creates an RNG and seeds it with the specified seed data.
- message(byte, String, String) - Method in class hex.ModelBuilder
-
- message() - Method in class hex.ModelBuilder.ValidationMessage
-
- message - Variable in class water.api.schemas3.LogAndEchoV3
-
- message - Variable in class water.api.schemas3.ValidationMessageV3
-
- message_type - Variable in class water.api.schemas3.ValidationMessageV3
-
- messages - Variable in class hex.schemas.ModelBuilderSchema
-
- messages - Variable in class water.api.schemas3.H2OModelBuilderErrorV3
-
- messages - Variable in class water.api.schemas3.ModelBuilderV3
-
- Meta() - Constructor for class water.api.schemas3.SchemaV3.Meta
-
Default constructor used only for newInstance() in generic reflection-based code.
- Meta(int, String, String) - Constructor for class water.api.schemas3.SchemaV3.Meta
-
Standard constructor which supplies all the fields.
- MetadataHandler - Class in water.api
-
Docs REST API handler, which provides endpoint handlers for the autogeneration of
Markdown (and in the future perhaps HTML and PDF) documentation for REST API endpoints
and payload entities (aka Schemas).
- MetadataHandler() - Constructor for class water.api.MetadataHandler
-
- MetadataV3 - Class in water.api.schemas3
-
- MetadataV3() - Constructor for class water.api.schemas3.MetadataV3
-
- metaUri - Variable in class water.fvec.persist.FramePersist.SaveFrameDriver
-
- METHOD_NOT_ALLOWED - Static variable in class water.util.HttpResponseStatus
-
405 Method Not Allowed
- metric(ScoreKeeper.StoppingMetric) - Method in class hex.ScoringInfo
-
- metric(double[]) - Method in interface water.udf.CMetricFunc
-
Get value of metric for given computation state.
- MetricBuilder() - Constructor for class hex.ModelMetrics.MetricBuilder
-
- MetricBuilderAutoEncoder(int) - Constructor for class hex.ModelMetricsAutoEncoder.MetricBuilderAutoEncoder
-
- MetricBuilderBinomial() - Constructor for class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- MetricBuilderBinomial(String[]) - Constructor for class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- MetricBuilderBinomialUplift(String[], double[]) - Constructor for class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- MetricBuilderBinomialUplift(String[]) - Constructor for class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- MetricBuilderClustering(int, int) - Constructor for class hex.ModelMetricsClustering.MetricBuilderClustering
-
- MetricBuilderHGLM(String[]) - Constructor for class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- MetricBuilderMultinomial() - Constructor for class hex.ModelMetricsMultinomial.MetricBuilderMultinomial
-
- MetricBuilderMultinomial(int, String[], MultinomialAucType) - Constructor for class hex.ModelMetricsMultinomial.MetricBuilderMultinomial
-
- MetricBuilderOrdinal(int, String[]) - Constructor for class hex.ModelMetricsOrdinal.MetricBuilderOrdinal
-
- MetricBuilderRegression() - Constructor for class hex.ModelMetricsRegression.MetricBuilderRegression
-
- MetricBuilderRegression(Distribution) - Constructor for class hex.ModelMetricsRegression.MetricBuilderRegression
-
- MetricBuilderRegressionCoxPH(String, String, boolean, String[]) - Constructor for class hex.ModelMetricsRegressionCoxPH.MetricBuilderRegressionCoxPH
-
- MetricBuilderSupervised() - Constructor for class hex.ModelMetricsSupervised.MetricBuilderSupervised
-
- MetricBuilderSupervised(int, String[]) - Constructor for class hex.ModelMetricsSupervised.MetricBuilderSupervised
-
- MetricBuilderUnsupervised() - Constructor for class hex.ModelMetricsUnsupervised.MetricBuilderUnsupervised
-
- MetricScore - Class in hex.leaderboard
-
A cell for a scoring metric column.
- MetricScore(Key<Model>, String, Double) - Constructor for class hex.leaderboard.MetricScore
-
- metricValue(ScoreKeeper) - Method in interface hex.ScoreKeeper.IStoppingMetric
-
- metricValue(ScoreKeeper) - Method in enum hex.ScoreKeeper.StoppingMetric
-
- MFRM - Static variable in class water.rapids.Val
-
- microseconds - Variable in class water.api.schemas3.NetworkTestV3
-
- microseconds - Variable in class water.init.NetworkTest
-
- microseconds_collective - Variable in class water.api.schemas3.NetworkTestV3
-
- microseconds_collective - Variable in class water.init.NetworkTest
-
- MIME_CSS - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_DEFAULT_BINARY - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_GIF - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_HTML - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_JPEG - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_JS - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_JSON - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_PLAINTEXT - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_PNG - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_SVG - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_WOFF - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- MIME_XML - Static variable in class water.api.RequestServer
-
Common mime types for dynamic content
- mimeType - Variable in class water.api.NanoResponse
-
MIME type of content, e.g.
- min() - Method in class water.fvec.Vec
-
Vec's minimum value
- min() - Method in class water.rapids.ast.params.AstNumList
-
- min(double[], int, double) - Static method in class water.util.AtomicUtils.DoubleArray
-
- MIN_HI_PRIORITY - Static variable in class water.H2O
-
- MIN_LOG - Static variable in class hex.DistributionFactory.LogExpUtil
-
- min_max_mean_stddev(long[]) - Static method in class water.util.MathUtils
-
- min_occurrence - Variable in class water.api.schemas3.InteractionV3
-
- MIN_PRIORITY - Static variable in class water.H2O
-
- MIN_SPARSE_RATIO - Static variable in class water.fvec.NewChunk
-
- MIN_SUPPORTED_JAVA_VERSION - Static variable in class water.JavaVersionSupport
-
- minIndex(int[]) - Static method in class water.util.ArrayUtils
-
- minIndex(float[]) - Static method in class water.util.ArrayUtils
-
- minIndex(double[]) - Static method in class water.util.ArrayUtils
-
- MinMaxTask() - Constructor for class water.util.VecUtils.MinMaxTask
-
- minMaxValue(double[]) - Static method in class water.util.ArrayUtils
-
Find minimum and maximum in array in the same time
- mins - Variable in class water.api.schemas3.FrameV3.ColV3
-
- mins() - Method in class water.fvec.Vec
-
Vec's 5 smallest values
- minValue(float[]) - Static method in class water.util.ArrayUtils
-
- minValue(double[], int, int) - Static method in class water.util.ArrayUtils
-
- minValue(double[]) - Static method in class water.util.ArrayUtils
-
- minValue(long[]) - Static method in class water.util.ArrayUtils
-
- minValue(int[]) - Static method in class water.util.ArrayUtils
-
- missing_count - Variable in class water.api.schemas3.FrameV3.ColV3
-
- missing_fraction - Variable in class hex.CreateFrame
-
- missing_fraction - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- missing_fraction - Variable in class water.api.schemas3.CreateFrameV3
-
- missing_fraction - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- missing_fraction - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- missingColumnsType() - Method in interface hex.Model.AdaptFrameParameters
-
- missingColumnsType() - Method in class hex.Model.Parameters
-
Type of missing columns during adaptation between train/test datasets
Overload this method for models that have sparse data handling - a zero
will preserve the sparseness.
- missingDomains() - Method in class water.fvec.InteractionWrappedVec
-
- MissingInserter(Key<Frame>, long, double) - Constructor for class water.util.FrameUtils.MissingInserter
-
- MissingInserterCfps - Class in hex.createframe.postprocess
-
This action randomly injects missing values into the dataframe.
- MissingInserterCfps() - Constructor for class hex.createframe.postprocess.MissingInserterCfps
-
- MissingInserterCfps(double) - Constructor for class hex.createframe.postprocess.MissingInserterCfps
-
- MissingInserterHandler - Class in water.api
-
- MissingInserterHandler() - Constructor for class water.api.MissingInserterHandler
-
- MissingInserterV3 - Class in water.api.schemas3
-
- MissingInserterV3() - Constructor for class water.api.schemas3.MissingInserterV3
-
- mkdirs(String) - Method in class water.persist.Persist
-
- mkdirs(String) - Method in class water.persist.PersistFS
-
- mkdirs(String) - Method in class water.persist.PersistManager
-
- mmul(Frame, Frame) - Static method in class hex.DMatrix
-
- mmul(double[][], double[]) - Static method in class water.util.ArrayUtils
-
- MOD - Static variable in class water.rapids.Val
-
- mode() - Method in class water.fvec.InteractionWrappedVec
-
- mode() - Method in class water.fvec.Vec
-
Vecs's mode
- mode(Vec) - Static method in class water.rapids.ast.prims.advmath.AstMode
-
- Model<M extends Model<M,P,O>,P extends Model.Parameters,O extends Model.Output> - Class in hex
-
A Model models reality (hopefully).
- Model(Key<M>, P, O) - Constructor for class hex.Model
-
Full constructor
- model() - Method in class hex.ModelMetrics
-
- model - Variable in class hex.ModelMojoWriter
-
- model - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- Model.AdaptFrameParameters - Interface in hex
-
- Model.BigScore - Class in hex
-
- Model.BigScoreChunkPredict - Interface in hex
-
- Model.BigScorePredict - Interface in hex
-
- Model.Contributions - Interface in hex
-
- Model.Contributions.ContributionsOptions - Class in hex
-
- Model.Contributions.ContributionsOutputFormat - Enum in hex
-
- Model.DeepFeatures - Interface in hex
-
- Model.ExemplarMembers - Interface in hex
-
- Model.FeatureFrequencies - Interface in hex
-
- Model.GetMostImportantFeatures - Interface in hex
-
- Model.GetNTrees - Interface in hex
-
- Model.GLRMArchetypes - Interface in hex
-
- Model.GridSortBy - Class in hex
-
- Model.H2OModelDescriptor - Class in hex
-
- Model.InteractionBuilder - Interface in hex
-
- Model.InteractionPair - Class in hex
-
This class represents a pair of interacting columns plus some additional data
about specific enums to be interacted when the vecs are categorical.
- Model.InteractionSpec - Class in hex
-
- Model.JavaModelStreamWriter - Class in hex
-
Model stream writer - output Java code representation of model.
- Model.JavaScoringOptions - Class in hex
-
- Model.LeafNodeAssignment - Interface in hex
-
- Model.LeafNodeAssignment.LeafNodeAssignmentType - Enum in hex
-
- Model.Output - Class in hex
-
Model-specific output class.
- Model.Parameters - Class in hex
-
Model-specific parameter class.
- Model.Parameters.CategoricalEncodingScheme - Enum in hex
-
- Model.Parameters.FoldAssignmentScheme - Enum in hex
-
- Model.PredictScoreResult - Class in hex
-
- Model.RowToTreeAssignment - Interface in hex
-
- Model.StagedPredictions - Interface in hex
-
- Model.UpdateAuxTreeWeights - Interface in hex
-
- Model.UpdateAuxTreeWeights.UpdateAuxTreeWeightsReport - Class in hex
-
- model_builders - Variable in class water.api.schemas3.ModelBuildersV3
-
- model_category - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- model_category - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- model_checksum - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- model_id - Variable in class water.api.ModelsHandler.Models
-
- model_id - Variable in class water.api.schemas3.FeatureInteractionV3
-
- model_id - Variable in class water.api.schemas3.FriedmanPopescusHV3
-
- model_id - Variable in class water.api.schemas3.ModelExportV3
-
Model to export.
- model_id - Variable in class water.api.schemas3.ModelImportV3
-
- model_id - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- model_id - Variable in class water.api.schemas3.ModelSchemaBaseV3
-
- model_id - Variable in class water.api.schemas3.ModelsV3
-
- model_id - Variable in class water.api.schemas3.PartialDependenceV3
-
- model_id - Variable in class water.api.schemas3.SignificantRulesV3
-
- model_ids - Variable in class hex.schemas.GridSchemaV99
-
- model_summary - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- ModelBuilder<M extends Model<M,P,O>,P extends Model.Parameters,O extends Model.Output> - Class in hex
-
Model builder parent class.
- ModelBuilder(P) - Constructor for class hex.ModelBuilder
-
Default easy constructor: Unique new job and unique new result key
- ModelBuilder(P, Key<M>) - Constructor for class hex.ModelBuilder
-
Unique new job and named result key
- ModelBuilder(P, Job<M>) - Constructor for class hex.ModelBuilder
-
Shared pre-existing Job and unique new result key
- ModelBuilder(P, boolean) - Constructor for class hex.ModelBuilder
-
One-time start-up only ModelBuilder, endlessly cloned by the GUI for the
default settings.
- ModelBuilder(P, boolean, String) - Constructor for class hex.ModelBuilder
-
- ModelBuilder.BuilderVisibility - Enum in hex
-
Visibility for this algo: is it always visible, is it beta (always
visible but with a note in the UI) or is it experimental (hidden by
default, visible in the UI if the user gives an "experimental" flag at
startup); test-only builders are "experimental"
- ModelBuilder.Driver - Class in hex
-
- ModelBuilder.FilterCols - Class in hex
-
- ModelBuilder.ModelTrainingCoordinator - Class in hex
-
- ModelBuilder.ValidationMessage - Class in hex
-
Can be an ERROR, meaning the parameters can't be used as-is,
a TRACE, which means the specified field should be hidden given
the values of other fields, or a WARN or INFO for informative
messages to the user.
- ModelBuilderHandler<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchemaV3> - Class in water.api
-
- ModelBuilderHandler() - Constructor for class water.api.ModelBuilderHandler
-
- ModelBuilderHandlerUtils - Class in water.api
-
- ModelBuilderHandlerUtils() - Constructor for class water.api.ModelBuilderHandlerUtils
-
- ModelBuilderHelper - Class in hex
-
- ModelBuilderHelper() - Constructor for class hex.ModelBuilderHelper
-
- ModelBuilderListener<D extends Iced> - Class in hex
-
- ModelBuilderListener() - Constructor for class hex.ModelBuilderListener
-
- ModelBuilderSchema<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchemaV3> - Class in hex.schemas
-
- ModelBuilderSchema() - Constructor for class hex.schemas.ModelBuilderSchema
-
- ModelBuilderSchema.IcedHashMapStringModelBuilderSchema - Class in hex.schemas
-
- ModelBuildersV3 - Class in water.api.schemas3
-
- ModelBuildersV3() - Constructor for class water.api.schemas3.ModelBuildersV3
-
- ModelBuilderV3<J extends ModelBuilder,S extends ModelBuilderV3<J,S>> - Class in water.api.schemas3
-
Job which includes the standard validation error fields, to allow us to capture
validation and other errors after the job building task has been forked.
- ModelBuilderV3() - Constructor for class water.api.schemas3.ModelBuilderV3
-
- ModelBuildFailure(Throwable, Model.Parameters) - Constructor for class hex.ParallelModelBuilder.ModelBuildFailure
-
- ModelCacheManager - Class in water.api
-
- ModelCacheManager() - Constructor for class water.api.ModelCacheManager
-
- modelClassDist() - Method in class hex.Model.H2OModelDescriptor
-
- ModelContainer<M extends Model> - Interface in hex
-
- modelDescriptor() - Method in class hex.Model
-
- ModelExportAware - Interface in water.api
-
- ModelExportOption - Enum in hex
-
- ModelExportV3 - Class in water.api.schemas3
-
Model export REST end-point.
- ModelExportV3() - Constructor for class water.api.schemas3.ModelExportV3
-
- ModelId - Class in hex.leaderboard
-
A cell for the model id column.
- ModelId(Key<Model>) - Constructor for class hex.leaderboard.ModelId
-
- ModelImportV3 - Class in water.api.schemas3
-
Model import REST end-point.
- ModelImportV3() - Constructor for class water.api.schemas3.ModelImportV3
-
- ModelInfoV4 - Class in water.api.schemas4
-
Lightweight information profile about each model.
- ModelInfoV4() - Constructor for class water.api.schemas4.ModelInfoV4
-
- ModelKeyV3() - Constructor for class water.api.schemas3.KeyV3.ModelKeyV3
-
- ModelKeyV3(Key<T>) - Constructor for class water.api.schemas3.KeyV3.ModelKeyV3
-
- ModelMetricHGLMGaussianGaussianGeneric - Class in hex
-
- ModelMetricHGLMGaussianGaussianGeneric(Model, Frame, long, double, String[], double, CustomMetric, double[], double[], double, double[], boolean, double, double[], double[][], double, double, double, double, long, double, double, int[], double[], double[], int) - Constructor for class hex.ModelMetricHGLMGaussianGaussianGeneric
-
- ModelMetrics - Class in hex
-
Container to hold the metric for a model as scored on a specific frame.
- ModelMetrics(Model, Frame, long, double, String, CustomMetric) - Constructor for class hex.ModelMetrics
-
- ModelMetrics.MetricBuilder<T extends ModelMetrics.MetricBuilder<T>> - Class in hex
-
Class used to compute AUCs, CMs & HRs "on the fly" during other passes
over Big Data.
- ModelMetricsAutoEncoder - Class in hex
-
- ModelMetricsAutoEncoder(Model, Frame, CustomMetric) - Constructor for class hex.ModelMetricsAutoEncoder
-
- ModelMetricsAutoEncoder(Model, Frame, long, double, CustomMetric) - Constructor for class hex.ModelMetricsAutoEncoder
-
- ModelMetricsAutoEncoder.MetricBuilderAutoEncoder - Class in hex
-
- ModelMetricsAutoEncoderV3 - Class in water.api.schemas3
-
- ModelMetricsAutoEncoderV3() - Constructor for class water.api.schemas3.ModelMetricsAutoEncoderV3
-
- ModelMetricsBaseV3<I extends ModelMetrics,S extends ModelMetricsBaseV3<I,S>> - Class in water.api.schemas3
-
Base Schema for individual instances of ModelMetrics objects.
- ModelMetricsBaseV3() - Constructor for class water.api.schemas3.ModelMetricsBaseV3
-
- ModelMetricsBaseV3(I) - Constructor for class water.api.schemas3.ModelMetricsBaseV3
-
- ModelMetricsBinomial - Class in hex
-
- ModelMetricsBinomial(Model, Frame, long, double, String[], double, AUC2, double, GainsLift, CustomMetric) - Constructor for class hex.ModelMetricsBinomial
-
- ModelMetricsBinomial.MetricBuilderBinomial<T extends ModelMetricsBinomial.MetricBuilderBinomial<T>> - Class in hex
-
- ModelMetricsBinomialGeneric - Class in hex
-
- ModelMetricsBinomialGeneric(Model, Frame, long, double, String[], double, AUC2, double, TwoDimTable, CustomMetric, double, TwoDimTable, TwoDimTable, TwoDimTable, double, String) - Constructor for class hex.ModelMetricsBinomialGeneric
-
- ModelMetricsBinomialGenericV3<I extends ModelMetricsBinomialGeneric,S extends ModelMetricsBinomialGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsBinomialGenericV3() - Constructor for class water.api.schemas3.ModelMetricsBinomialGenericV3
-
- ModelMetricsBinomialGLM - Class in hex
-
- ModelMetricsBinomialGLM(Model, Frame, long, double, String[], double, AUC2, double, double, double, double, long, long, GainsLift, CustomMetric, double) - Constructor for class hex.ModelMetricsBinomialGLM
-
- ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM - Class in hex
-
- ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM - Class in hex
-
- ModelMetricsBinomialGLMGeneric - Class in hex
-
- ModelMetricsBinomialGLMGeneric(Model, Frame, long, double, String[], double, AUC2, double, TwoDimTable, CustomMetric, double, TwoDimTable, TwoDimTable, TwoDimTable, long, long, double, double, double, TwoDimTable, double, String, double) - Constructor for class hex.ModelMetricsBinomialGLMGeneric
-
- ModelMetricsBinomialGLMGenericV3<I extends ModelMetricsBinomialGLMGeneric,S extends ModelMetricsBinomialGLMGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsBinomialGLMGenericV3() - Constructor for class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
-
- ModelMetricsBinomialGLMV3 - Class in water.api.schemas3
-
- ModelMetricsBinomialGLMV3() - Constructor for class water.api.schemas3.ModelMetricsBinomialGLMV3
-
- ModelMetricsBinomialUplift - Class in hex
-
- ModelMetricsBinomialUplift(Model, Frame, long, String[], double, AUUC, CustomMetric) - Constructor for class hex.ModelMetricsBinomialUplift
-
- ModelMetricsBinomialUplift.MetricBuilderBinomialUplift - Class in hex
-
- ModelMetricsBinomialUpliftV3<I extends ModelMetricsBinomialUplift,S extends ModelMetricsBinomialUpliftV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsBinomialUpliftV3() - Constructor for class water.api.schemas3.ModelMetricsBinomialUpliftV3
-
- ModelMetricsBinomialV3<I extends ModelMetricsBinomial,S extends ModelMetricsBinomialV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsBinomialV3() - Constructor for class water.api.schemas3.ModelMetricsBinomialV3
-
- ModelMetricsClustering - Class in hex
-
- ModelMetricsClustering(Model, Frame, CustomMetric) - Constructor for class hex.ModelMetricsClustering
-
- ModelMetricsClustering.MetricBuilderClustering - Class in hex
-
- ModelMetricsClusteringV3 - Class in water.api.schemas3
-
- ModelMetricsClusteringV3() - Constructor for class water.api.schemas3.ModelMetricsClusteringV3
-
- ModelMetricsHGLM - Class in hex
-
- ModelMetricsHGLM(Model, Frame, long, double, String[], double, CustomMetric, double[], double[], double, double[], boolean, double, double[], double[][], double, double, double, double, long, double, double, int[], double[], double[], int) - Constructor for class hex.ModelMetricsHGLM
-
- ModelMetricsHGLM.MetricBuilderHGLM<T extends ModelMetricsHGLM.MetricBuilderHGLM<T>> - Class in hex
-
- ModelMetricsHGLMGaussianGaussian - Class in hex
-
- ModelMetricsHGLMGaussianGaussian(Model, Frame, long, double, String[], double, CustomMetric, double[], double[], double, double[], boolean, double, double[], double[][], double, double, double, double, long, double, double, int[], double[], double[], int) - Constructor for class hex.ModelMetricsHGLMGaussianGaussian
-
- ModelMetricsHGLMGaussianGaussianGenericV3<I extends ModelMetricHGLMGaussianGaussianGeneric,S extends ModelMetricsHGLMGaussianGaussianGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsHGLMGaussianGaussianGenericV3() - Constructor for class water.api.schemas3.ModelMetricsHGLMGaussianGaussianGenericV3
-
- ModelMetricsHGLMGaussianGaussianV3 - Class in water.api.schemas3
-
- ModelMetricsHGLMGaussianGaussianV3() - Constructor for class water.api.schemas3.ModelMetricsHGLMGaussianGaussianV3
-
- ModelMetricsHGLMGeneric - Class in hex
-
- ModelMetricsHGLMGeneric(Model, Frame, long, double, String[], double, CustomMetric, double[], double[], double, double[], boolean, double, double[], double[][], double, double, double, double, long, double, double, int[], double[], double[], int) - Constructor for class hex.ModelMetricsHGLMGeneric
-
- ModelMetricsHGLMGenericV3<I extends ModelMetricsHGLMGeneric,S extends ModelMetricsHGLMGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsHGLMGenericV3() - Constructor for class water.api.schemas3.ModelMetricsHGLMGenericV3
-
- ModelMetricsHGLMV3<I extends ModelMetricsHGLM,S extends ModelMetricsHGLMV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsHGLMV3() - Constructor for class water.api.schemas3.ModelMetricsHGLMV3
-
- ModelMetricsMultinomial - Class in hex
-
- ModelMetricsMultinomial(Model, Frame, long, double, String[], double, ConfusionMatrix, float[], double, MultinomialAUC, CustomMetric) - Constructor for class hex.ModelMetricsMultinomial
-
- ModelMetricsMultinomial.MetricBuilderMultinomial<T extends ModelMetricsMultinomial.MetricBuilderMultinomial<T>> - Class in hex
-
- ModelMetricsMultinomialGeneric - Class in hex
-
- ModelMetricsMultinomialGeneric(Model, Frame, long, double, String[], double, TwoDimTable, TwoDimTable, double, CustomMetric, double, double, TwoDimTable, TwoDimTable, MultinomialAucType, String) - Constructor for class hex.ModelMetricsMultinomialGeneric
-
- ModelMetricsMultinomialGenericV3<I extends ModelMetricsMultinomialGeneric,S extends ModelMetricsMultinomialGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsMultinomialGenericV3() - Constructor for class water.api.schemas3.ModelMetricsMultinomialGenericV3
-
- ModelMetricsMultinomialGLM(Model, Frame, long, double, String[], double, ConfusionMatrix, float[], double, double, double, double, long, long, MultinomialAUC, CustomMetric, double) - Constructor for class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- ModelMetricsMultinomialGLMGeneric - Class in hex
-
- ModelMetricsMultinomialGLMGeneric(Model, Frame, long, double, String[], double, TwoDimTable, TwoDimTable, double, CustomMetric, double, long, long, double, double, double, TwoDimTable, double, TwoDimTable, TwoDimTable, MultinomialAucType, String, double) - Constructor for class hex.ModelMetricsMultinomialGLMGeneric
-
- ModelMetricsMultinomialGLMGenericV3 - Class in water.api.schemas3
-
- ModelMetricsMultinomialGLMGenericV3() - Constructor for class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
-
- ModelMetricsMultinomialGLMV3 - Class in water.api.schemas3
-
- ModelMetricsMultinomialGLMV3() - Constructor for class water.api.schemas3.ModelMetricsMultinomialGLMV3
-
- ModelMetricsMultinomialV3<I extends ModelMetricsMultinomial,S extends ModelMetricsMultinomialV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsMultinomialV3() - Constructor for class water.api.schemas3.ModelMetricsMultinomialV3
-
- ModelMetricsOrdinal - Class in hex
-
- ModelMetricsOrdinal(Model, Frame, long, double, String[], double, ConfusionMatrix, float[], double, CustomMetric) - Constructor for class hex.ModelMetricsOrdinal
-
- ModelMetricsOrdinal.MetricBuilderOrdinal<T extends ModelMetricsOrdinal.MetricBuilderOrdinal<T>> - Class in hex
-
- ModelMetricsOrdinalGeneric - Class in hex
-
- ModelMetricsOrdinalGeneric(Model, Frame, long, double, String[], double, TwoDimTable, float[], double, CustomMetric, TwoDimTable, double, String) - Constructor for class hex.ModelMetricsOrdinalGeneric
-
- ModelMetricsOrdinalGenericV3<I extends ModelMetricsOrdinalGeneric,S extends ModelMetricsOrdinalGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsOrdinalGenericV3() - Constructor for class water.api.schemas3.ModelMetricsOrdinalGenericV3
-
- ModelMetricsOrdinalGLM(Model, Frame, long, double, String[], double, ConfusionMatrix, float[], double, double, double, double, long, long, CustomMetric, double) - Constructor for class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- ModelMetricsOrdinalGLMGeneric - Class in hex
-
- ModelMetricsOrdinalGLMGeneric(Model, Frame, long, double, String[], double, TwoDimTable, float[], double, CustomMetric, double, long, long, double, double, double, double, TwoDimTable, TwoDimTable, double, String) - Constructor for class hex.ModelMetricsOrdinalGLMGeneric
-
- ModelMetricsOrdinalGLMGenericV3<I extends ModelMetricsOrdinalGLMGeneric,S extends ModelMetricsOrdinalGLMGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsOrdinalGLMGenericV3() - Constructor for class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
-
- ModelMetricsOrdinalGLMV3 - Class in water.api.schemas3
-
- ModelMetricsOrdinalGLMV3() - Constructor for class water.api.schemas3.ModelMetricsOrdinalGLMV3
-
- ModelMetricsOrdinalV3<I extends ModelMetricsOrdinal,S extends ModelMetricsOrdinalV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsOrdinalV3() - Constructor for class water.api.schemas3.ModelMetricsOrdinalV3
-
- ModelMetricsRegression - Class in hex
-
- ModelMetricsRegression(Model, Frame, long, double, double, double, double, double, CustomMetric) - Constructor for class hex.ModelMetricsRegression
-
- ModelMetricsRegression.MetricBuilderRegression<T extends ModelMetricsRegression.MetricBuilderRegression<T>> - Class in hex
-
- ModelMetricsRegressionCoxPH - Class in hex
-
- ModelMetricsRegressionCoxPH(Model, Frame, long, double, double, double, double, double, CustomMetric, double, long, long, long) - Constructor for class hex.ModelMetricsRegressionCoxPH
-
- ModelMetricsRegressionCoxPH.MetricBuilderRegressionCoxPH<T extends ModelMetricsRegressionCoxPH.MetricBuilderRegressionCoxPH<T>> - Class in hex
-
- ModelMetricsRegressionCoxPHGeneric - Class in hex
-
- ModelMetricsRegressionCoxPHGeneric(Model, Frame, long, double, double, double, double, double, CustomMetric, double, long, long, long, String) - Constructor for class hex.ModelMetricsRegressionCoxPHGeneric
-
- ModelMetricsRegressionCoxPHGenericV3 - Class in water.api.schemas3
-
- ModelMetricsRegressionCoxPHGenericV3() - Constructor for class water.api.schemas3.ModelMetricsRegressionCoxPHGenericV3
-
- ModelMetricsRegressionCoxPHV3 - Class in water.api.schemas3
-
- ModelMetricsRegressionCoxPHV3() - Constructor for class water.api.schemas3.ModelMetricsRegressionCoxPHV3
-
- ModelMetricsRegressionGeneric - Class in hex
-
- ModelMetricsRegressionGeneric(Model, Frame, long, double, double, double, double, double, CustomMetric, String) - Constructor for class hex.ModelMetricsRegressionGeneric
-
- ModelMetricsRegressionGenericV3<I extends ModelMetricsRegressionGeneric,S extends ModelMetricsRegressionGenericV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsRegressionGenericV3() - Constructor for class water.api.schemas3.ModelMetricsRegressionGenericV3
-
- ModelMetricsRegressionGLM - Class in hex
-
Created by tomasnykodym on 4/20/15.
- ModelMetricsRegressionGLM(Model, Frame, long, double, double, double, double, double, double, double, double, long, long, CustomMetric, double) - Constructor for class hex.ModelMetricsRegressionGLM
-
- ModelMetricsRegressionGLMGeneric - Class in hex
-
- ModelMetricsRegressionGLMGeneric(Model, Frame, long, double, double, double, double, double, CustomMetric, double, long, long, double, double, double, double, TwoDimTable) - Constructor for class hex.ModelMetricsRegressionGLMGeneric
-
- ModelMetricsRegressionGLMGenericV3 - Class in water.api.schemas3
-
- ModelMetricsRegressionGLMGenericV3() - Constructor for class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
-
- ModelMetricsRegressionGLMV3 - Class in water.api.schemas3
-
- ModelMetricsRegressionGLMV3() - Constructor for class water.api.schemas3.ModelMetricsRegressionGLMV3
-
- ModelMetricsRegressionV3<I extends ModelMetricsRegression,S extends ModelMetricsRegressionV3<I,S>> - Class in water.api.schemas3
-
- ModelMetricsRegressionV3() - Constructor for class water.api.schemas3.ModelMetricsRegressionV3
-
- ModelMetricsSupervised - Class in hex
-
- ModelMetricsSupervised(Model, Frame, long, double, String[], double, CustomMetric) - Constructor for class hex.ModelMetricsSupervised
-
- ModelMetricsSupervised.MetricBuilderSupervised<T extends ModelMetricsSupervised.MetricBuilderSupervised<T>> - Class in hex
-
- ModelMetricsUnsupervised - Class in hex
-
- ModelMetricsUnsupervised(Model, Frame, long, double, CustomMetric) - Constructor for class hex.ModelMetricsUnsupervised
-
- ModelMetricsUnsupervised(Model, Frame, long, String, CustomMetric) - Constructor for class hex.ModelMetricsUnsupervised
-
- ModelMetricsUnsupervised.MetricBuilderUnsupervised<T extends ModelMetricsUnsupervised.MetricBuilderUnsupervised<T>> - Class in hex
-
- ModelMojoWriter<M extends Model<M,P,O>,P extends Model.Parameters,O extends Model.Output> - Class in hex
-
Base class for serializing models into the MOJO format.
- ModelMojoWriter() - Constructor for class hex.ModelMojoWriter
-
- ModelMojoWriter(M) - Constructor for class hex.ModelMojoWriter
-
- ModelOutputSchemaV3<O extends Model.Output,S extends ModelOutputSchemaV3<O,S>> - Class in water.api.schemas3
-
An instance of a ModelOutput schema contains the Model build output (e.g., the cluster centers for KMeans).
- ModelOutputSchemaV3() - Constructor for class water.api.schemas3.ModelOutputSchemaV3
-
- ModelParametersBuilderFactory<MP extends Model.Parameters> - Interface in hex
-
Factory for creating model parameters builders.
- ModelParametersBuilderFactory.ModelParametersBuilder<MP extends Model.Parameters> - Interface in hex
-
- ModelParameterSchemaV3 - Class in water.api.schemas3
-
An instance of a ModelParameters schema contains the metadata for a single Model build parameter (e.g., K for KMeans).
- ModelParameterSchemaV3() - Constructor for class water.api.schemas3.ModelParameterSchemaV3
-
- ModelParameterSchemaV3(ModelParametersSchemaV3, ModelParametersSchemaV3, ModelParametersSchemaV3, Field) - Constructor for class water.api.schemas3.ModelParameterSchemaV3
-
TODO: refactor using SchemaMetadata.
- ModelParametersFromSchemaBuilder(MP) - Constructor for class water.api.GridSearchHandler.ModelParametersFromSchemaBuilder
-
- ModelParametersSchemaV3<P extends Model.Parameters,S extends ModelParametersSchemaV3<P,S>> - Class in water.api.schemas3
-
An instance of a ModelParameters schema contains the Model build parameters (e.g., K and max_iterations for KMeans).
- ModelParametersSchemaV3() - Constructor for class water.api.schemas3.ModelParametersSchemaV3
-
- ModelParamsValuesProviders - Interface in water.api.schemas3
-
- ModelParamsValuesProviders.CategoricalEncodingSchemeValuesProvider - Class in water.api.schemas3
-
- ModelParamsValuesProviders.DistributionFamilyValuesProvider - Class in water.api.schemas3
-
- ModelParamsValuesProviders.FoldAssignmentSchemeValuesProvider - Class in water.api.schemas3
-
- ModelParamsValuesProviders.MultinomialAucTypeSchemeValuesProvider - Class in water.api.schemas3
-
- ModelParamsValuesProviders.StoppingMetricValuesProvider - Class in water.api.schemas3
-
- ModelParamsValuesProviders.UpliftAuucTypeSchemeValuesProvider - Class in water.api.schemas3
-
- ModelPreprocessor<T extends ModelPreprocessor> - Class in hex
-
WARNING!
This is a temporary abstraction used to preprocess frames during training and scoring.
- ModelPreprocessor() - Constructor for class hex.ModelPreprocessor
-
- ModelPreprocessor(Key<T>) - Constructor for class hex.ModelPreprocessor
-
- Models() - Constructor for class water.api.ModelsHandler.Models
-
- models - Variable in class water.api.ModelsHandler.Models
-
- models - Variable in class water.api.schemas3.ModelsV3
-
- models - Variable in class water.api.schemas4.ModelsInfoV4
-
- ModelSchemaBaseV3<M extends Model<M,?,?>,S extends ModelSchemaBaseV3<M,S>> - Class in water.api.schemas3
-
A Model schema contains all the pieces associated with a Model:
- ModelSchemaBaseV3() - Constructor for class water.api.schemas3.ModelSchemaBaseV3
-
- ModelSchemaBaseV3(M) - Constructor for class water.api.schemas3.ModelSchemaBaseV3
-
- ModelSchemaV3<M extends Model<M,P,O>,S extends ModelSchemaV3<M,S,P,PS,O,OS>,P extends Model.Parameters,PS extends ModelParametersSchemaV3<P,PS>,O extends Model.Output,OS extends ModelOutputSchemaV3<O,OS>> - Class in water.api.schemas3
-
A Model schema contains all the pieces associated with a Model:
- ModelSchemaV3() - Constructor for class water.api.schemas3.ModelSchemaV3
-
- ModelSchemaV3(M) - Constructor for class water.api.schemas3.ModelSchemaV3
-
- ModelsHandler<I extends ModelsHandler.Models,S extends SchemaV3<I,S>> - Class in water.api
-
- ModelsHandler() - Constructor for class water.api.ModelsHandler
-
- ModelsHandler.Models - Class in water.api
-
Class which contains the internal representation of the models list and params.
- ModelsInfoV4 - Class in water.api.schemas4
-
List of models, returned by GET /4/modelsinfo
- ModelsInfoV4() - Constructor for class water.api.schemas4.ModelsInfoV4
-
- ModelsV3 - Class in water.api.schemas3
-
- ModelsV3() - Constructor for class water.api.schemas3.ModelsV3
-
- ModelSynopsisV3<M extends Model<M,?,?>> - Class in water.api.schemas3
-
A Model synopsis contains only the minimal properties a Model: it's ID (key) and algo.
- ModelSynopsisV3() - Constructor for class water.api.schemas3.ModelSynopsisV3
-
- ModelSynopsisV3(M) - Constructor for class water.api.schemas3.ModelSynopsisV3
-
- ModelTrainingCoordinator(BlockingQueue<ModelTrainingEventsPublisher.Event>, ModelBuilder<M, P, O>[]) - Constructor for class hex.ModelBuilder.ModelTrainingCoordinator
-
- ModelTrainingEventsPublisher - Class in hex
-
- ModelTrainingEventsPublisher(BlockingQueue<ModelTrainingEventsPublisher.Event>) - Constructor for class hex.ModelTrainingEventsPublisher
-
- ModelTrainingEventsPublisher.Event - Enum in hex
-
- modes() - Method in class water.fvec.Frame
-
Majority class for categorical columns; -1 for non-categorical columns.
- modifiesVolatileVecs() - Method in class water.MRTask
-
- moduloKfoldColumn(Vec, int) - Static method in class water.rapids.ast.prims.advmath.AstKFold
-
- mojo_version - Variable in class water.api.schemas4.ModelInfoV4
-
- move(int, int) - Method in class water.fvec.NewChunk.Exponents
-
- move(int, int) - Method in class water.fvec.NewChunk.Mantissas
-
- MOVED_PERMANENTLY - Static variable in class water.util.HttpResponseStatus
-
301 Moved Permanently
- moveFirst(int[]) - Method in class water.fvec.Frame
-
move the provided columns to be first, in-place.
- MrFun<T extends MrFun<T>> - Class in water
-
Created by tomas on 11/5/16.
- MrFun() - Constructor for class water.MrFun
-
- MRTask<T extends MRTask<T>> - Class in water
-
Map/Reduce style distributed computation.
- MRTask() - Constructor for class water.MRTask
-
- MRTask(H2O.H2OCountedCompleter) - Constructor for class water.MRTask
-
- MRTask(byte) - Constructor for class water.MRTask
-
- MRTask.PostMapAction<T extends MRTask.PostMapAction<T>> - Class in water
-
- MRUtils - Class in water.util
-
- MRUtils() - Constructor for class water.util.MRUtils
-
- MRUtils.ClassDist - Class in water.util
-
Compute the class distribution from a class label vector
(not counting missing values)
Usage 1: Label vector is categorical
------------------------------------
Vec label = ...;
assert(label.isCategorical());
double[] dist = new ClassDist(label).doAll(label).dist();
Usage 2: Label vector is numerical
----------------------------------
Vec label = ...;
int num_classes = ...;
assert(label.isInt());
double[] dist = new ClassDist(num_classes).doAll(label).dist();
- MRUtils.ClassDistQuasibinomial - Class in water.util
-
Compute the class distribution for qusibinomial distribution from a class label vector
(not counting missing values)
- MRUtils.Dist - Class in water.util
-
- ms() - Method in class water.init.TimelineSnapshot.Event
-
- ms(long[], int) - Static method in class water.TimeLine
-
- ms_io() - Method in class water.init.TimelineSnapshot.Event
-
- mse() - Method in class hex.Model
-
- mse() - Method in class hex.ModelMetrics
-
- MSE - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- msec - Variable in class water.api.schemas3.JobV3
-
- msec() - Method in class water.Job
-
Current runtime; zero if not started.
- msecs(long, boolean) - Static method in class water.util.PrettyPrint
-
- msg - Variable in class water.api.schemas3.H2OErrorV3
-
- MSG_CNT - Static variable in class water.init.NetworkBench
-
- msg_sizes - Variable in class water.init.NetworkTest
-
- MSG_SZS - Static variable in class water.init.NetworkBench
-
- msg_type - Variable in class water.api.schemas3.TimelineV3.NetworkEvent
-
- mult(double[][], double[]) - Static method in class water.util.ArrayUtils
-
- mult(float[], float) - Static method in class water.util.ArrayUtils
-
- mult(double[][], double) - Static method in class water.util.ArrayUtils
-
- mult(double[], double) - Static method in class water.util.ArrayUtils
-
- mult(double[], double[]) - Static method in class water.util.ArrayUtils
-
- multArrArr(double[][], double[][], double[][]) - Static method in class water.util.ArrayUtils
-
- multArrArr(double[][], double[][]) - Static method in class water.util.ArrayUtils
-
- multArrVec(double[][], double[]) - Static method in class water.util.ArrayUtils
-
- multArrVec(double[][], double[], double[]) - Static method in class water.util.ArrayUtils
-
- multArrVecPartial(double[][], double[], int[]) - Static method in class water.util.ArrayUtils
-
- MULTI_STATUS - Static variable in class water.util.HttpResponseStatus
-
207 Multi-Status (WebDAV, RFC2518)
- multicast(ByteBuffer, byte) - Static method in class water.init.NetworkInit
-
- MultiModelMojoWriter<M extends Model<M,P,O>,P extends Model.Parameters,O extends Model.Output> - Class in hex
-
- MultiModelMojoWriter() - Constructor for class hex.MultiModelMojoWriter
-
- MultiModelMojoWriter(M) - Constructor for class hex.MultiModelMojoWriter
-
- multinomial_auc_table - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
-
- multinomial_aucpr_table - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
-
- MultinomialAUC - Class in hex
-
- MultinomialAUC(AUC2.AUCBuilder[], AUC2.AUCBuilder[][], String[], boolean, MultinomialAucType) - Constructor for class hex.MultinomialAUC
-
- MultinomialAUC(TwoDimTable, TwoDimTable, String[], MultinomialAucType) - Constructor for class hex.MultinomialAUC
-
- MultinomialAucType - Enum in hex
-
- MultinomialAucTypeSchemeValuesProvider() - Constructor for class water.api.schemas3.ModelParamsValuesProviders.MultinomialAucTypeSchemeValuesProvider
-
- MULTIPLE_CHOICES - Static variable in class water.util.HttpResponseStatus
-
300 Multiple Choices
- mults() - Method in class water.fvec.Frame
-
One over the standard deviation of each column.
- multVecArr(double[], double[][]) - Static method in class water.util.ArrayUtils
-
- my_cpu_pct - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- NA - Static variable in class water.parser.BufferedString
-
- na_strings - Variable in class water.api.schemas3.ParseSetupV3
-
- na_strings - Variable in class water.api.schemas3.ParseV3
-
- naCnt() - Method in class water.fvec.ByteVec
-
Return column missing-element-count - ByteVecs do not allow any "missing elements"
- naCnt() - Method in class water.fvec.NewChunk
-
- naCnt() - Method in class water.fvec.Vec
-
Count of missing elements
- naCount() - Method in class water.fvec.Frame
-
- naFraction() - Method in class water.fvec.Frame
-
- name - Variable in class hex.CustomMetric
-
- name - Variable in class hex.FeatureInteraction
-
- name() - Method in class water.api.CreateFrameHandler.CreateSimpleFrame
-
- NAME - Static variable in interface water.api.ImportHiveTableHandler.HiveTableImporter
-
- name() - Method in class water.api.JobsHandler.FetchJob
-
- name() - Method in class water.api.RapidsHandler.StartSession4
-
- name() - Method in class water.api.RestApiHandler
-
Suggested name for the endpoint in external libraries.
- NAME - Static variable in interface water.api.SaveToHiveTableHandler.HiveFrameSaver
-
- name - Variable in class water.api.SchemaMetadata.FieldMetadata
-
Field name in the POJO.
- name - Variable in class water.api.SchemaMetadata
-
- name - Variable in class water.api.schemas3.AboutEntryV3
-
- name - Variable in class water.api.schemas3.CapabilityEntryV3
-
- name - Variable in class water.api.schemas3.FieldMetadataV3
-
- name - Variable in class water.api.schemas3.KeyV3
-
- name - Variable in class water.api.schemas3.LogsV3
-
- name - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- name - Variable in class water.api.schemas3.NodePersistentStorageV3
-
- name - Variable in class water.api.schemas3.NodePersistentStorageV3.NodePersistentStorageEntryV3
-
- name - Variable in class water.api.schemas3.RapidsHelpV3.RapidsExpressionV3
-
- name - Variable in class water.api.schemas3.SchemaMetadataV3
-
The simple schema (class) name, e.g.
- name - Variable in class water.api.schemas3.TwoDimTableV3.ColumnSpecsBase
-
- name - Variable in class water.api.schemas3.TwoDimTableV3
-
- name - Variable in class water.api.schemas4.EndpointV4
-
- name(int) - Method in class water.fvec.Frame
-
A single column name.
- name - Variable in class water.H2O.OptArgs
-
-name=name; Set cloud name
- name() - Method in interface water.init.StandaloneKerberosComponent
-
Name of the component
- name() - Method in class water.parser.ParserInfo
-
Get name for this parser
- name() - Method in class water.rapids.transforms.Transform
-
- name - Variable in class water.udf.DataColumns.BaseFactory
-
- name - Variable in class water.util.JProfile.ProfileSummary
-
- nameOfPersist(int) - Static method in class water.Value
-
One of ICE, HDFS, S3, GCS, NFS or TCP, according to where this Value is persisted.
- names - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- names - Variable in class water.api.schemas3.VarImpV3
-
- names() - Method in class water.fvec.Frame
-
The array of column names.
- names() - Method in class water.rapids.Assembly
-
- NAN - Static variable in class water.rapids.ast.params.AstConst
-
- NanoResponse - Class in water.api
-
HTTP response.
- NanoResponse() - Constructor for class water.api.NanoResponse
-
Default constructor: response = HTTP_OK, data = mime = 'null'
- NanoResponse(String, String, InputStream) - Constructor for class water.api.NanoResponse
-
Basic constructor.
- NanoResponse(String, String, String) - Constructor for class water.api.NanoResponse
-
Convenience method that makes an InputStream out of given text.
- NanoResponse(String, String, byte[]) - Constructor for class water.api.NanoResponse
-
- nanos - Variable in class water.api.schemas3.TimelineV3.EventV3
-
- nanos() - Method in class water.util.Timer
-
- NanoStreamResponse - Class in water.api
-
- NanoStreamResponse(String, String, StreamWriter) - Constructor for class water.api.NanoStreamResponse
-
- nargs() - Method in class water.rapids.ast.AstFunction
-
- nargs() - Method in class water.rapids.ast.AstPrimitive
-
Number of function's arguments + 1.
- nargs() - Method in class water.rapids.ast.prims.advmath.AstCorrelation
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstDistance
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstHist
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstImpute
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstKFold
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstKurtosis
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstMode
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstModuloKFold
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstQtile
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstRunif
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstSkewness
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstStratifiedKFold
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstTable
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstTfIdf
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstUnique
-
- nargs() - Method in class water.rapids.ast.prims.advmath.AstVariance
-
- nargs() - Method in class water.rapids.ast.prims.assign.AstAppend
-
- nargs() - Method in class water.rapids.ast.prims.assign.AstAssign
-
- nargs() - Method in class water.rapids.ast.prims.assign.AstRectangleAssign
-
- nargs() - Method in class water.rapids.ast.prims.assign.AstRm
-
- nargs() - Method in class water.rapids.ast.prims.assign.AstTmpAssign
-
- nargs() - Method in class water.rapids.ast.prims.filters.dropduplicates.AstDropDuplicates
-
- nargs() - Method in class water.rapids.ast.prims.internal.AstRunTool
-
- nargs() - Method in class water.rapids.ast.prims.math.AstUniOp
-
- nargs() - Method in class water.rapids.ast.prims.matrix.AstMMult
-
- nargs() - Method in class water.rapids.ast.prims.matrix.AstTranspose
-
- nargs() - Method in class water.rapids.ast.prims.misc.AstComma
-
- nargs() - Method in class water.rapids.ast.prims.misc.AstLs
-
- nargs() - Method in class water.rapids.ast.prims.misc.AstSetProperty
-
- nargs() - Method in class water.rapids.ast.prims.models.AstFairnessMetrics
-
- nargs() - Method in class water.rapids.ast.prims.models.AstMakeLeaderboard
-
- nargs() - Method in class water.rapids.ast.prims.models.AstModelResetThreshold
-
- nargs() - Method in class water.rapids.ast.prims.models.AstPerfectAUC
-
- nargs() - Method in class water.rapids.ast.prims.models.AstPermutationVarImp
-
- nargs() - Method in class water.rapids.ast.prims.models.AstResultFrame
-
- nargs() - Method in class water.rapids.ast.prims.models.AstSegmentModelsAsFrame
-
- nargs() - Method in class water.rapids.ast.prims.models.AstTestJavaScoring
-
- nargs() - Method in class water.rapids.ast.prims.models.AstTransformFrame
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstAnyFactor
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstAppendLevels
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstApply
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstAsCharacter
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstAsFactor
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstAsNumeric
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstCBind
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstColNames
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstColPySlice
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstColSlice
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstColumnsByType
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstCut
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstDdply
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstFillNA
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstFilterNaCols
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstFlatten
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstGetrow
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstGroup
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstGroupedPermute
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstIsCharacter
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstIsFactor
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstIsNa
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstIsNumeric
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstLevels
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstMelt
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstMerge
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstNaOmit
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstNcol
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstNLevels
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstNrow
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstPivot
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstRBind
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstReLevel
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstRelevelByFreq
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstRename
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstRowSlice
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstScale
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstSetDomain
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstSetLevel
-
- nargs() - Method in class water.rapids.ast.prims.mungers.AstSort
-
- nargs() - Method in class water.rapids.ast.prims.operators.AstBinOp
-
- nargs() - Method in class water.rapids.ast.prims.operators.AstIfElse
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstAll
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstAny
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstAnyNa
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstCumMax
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstCumMin
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstCumProd
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstCumSum
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstCumu
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstMad
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstMean
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstMedian
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstNaCnt
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstProd
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstProdNa
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstReducerOp
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstSdev
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstSumAxis
-
- nargs() - Method in class water.rapids.ast.prims.reducers.AstTopN
-
- nargs() - Method in class water.rapids.ast.prims.repeaters.AstRepLen
-
- nargs() - Method in class water.rapids.ast.prims.repeaters.AstSeq
-
- nargs() - Method in class water.rapids.ast.prims.repeaters.AstSeqLen
-
- nargs() - Method in class water.rapids.ast.prims.search.AstMatch
-
- nargs() - Method in class water.rapids.ast.prims.search.AstWhich
-
- nargs() - Method in class water.rapids.ast.prims.search.AstWhichFunc
-
- nargs() - Method in class water.rapids.ast.prims.search.AstWhichMax
-
- nargs() - Method in class water.rapids.ast.prims.search.AstWhichMin
-
- nargs() - Method in class water.rapids.ast.prims.string.AstCountMatches
-
- nargs() - Method in class water.rapids.ast.prims.string.AstCountSubstringsWords
-
- nargs() - Method in class water.rapids.ast.prims.string.AstEntropy
-
- nargs() - Method in class water.rapids.ast.prims.string.AstGrep
-
- nargs() - Method in class water.rapids.ast.prims.string.AstLStrip
-
- nargs() - Method in class water.rapids.ast.prims.string.AstReplaceAll
-
- nargs() - Method in class water.rapids.ast.prims.string.AstReplaceFirst
-
- nargs() - Method in class water.rapids.ast.prims.string.AstRStrip
-
- nargs() - Method in class water.rapids.ast.prims.string.AstStrDistance
-
- nargs() - Method in class water.rapids.ast.prims.string.AstStrLength
-
- nargs() - Method in class water.rapids.ast.prims.string.AstStrSplit
-
- nargs() - Method in class water.rapids.ast.prims.string.AstSubstring
-
- nargs() - Method in class water.rapids.ast.prims.string.AstTokenize
-
- nargs() - Method in class water.rapids.ast.prims.string.AstToLower
-
- nargs() - Method in class water.rapids.ast.prims.string.AstToUpper
-
- nargs() - Method in class water.rapids.ast.prims.string.AstTrim
-
- nargs() - Method in class water.rapids.ast.prims.testing.AstSetReadForbidden
-
- nargs() - Method in class water.rapids.ast.prims.time.AstAsDate
-
- nargs() - Method in class water.rapids.ast.prims.time.AstGetTimeZone
-
- nargs() - Method in class water.rapids.ast.prims.time.AstListTimeZones
-
- nargs() - Method in class water.rapids.ast.prims.time.AstMktime
-
Deprecated.
(mktime yr mo dy hr mi se ms)
- nargs() - Method in class water.rapids.ast.prims.time.AstMoment
-
- nargs() - Method in class water.rapids.ast.prims.time.AstSetTimeZone
-
- nargs() - Method in class water.rapids.ast.prims.time.AstTime
-
- nargs() - Method in class water.rapids.ast.prims.timeseries.AstDiffLag1
-
- nargs() - Method in class water.rapids.ast.prims.timeseries.AstIsax
-
- naSparse - Variable in class water.fvec.ChunkVisitor.SparseDoubleAryVisitor
-
- NBINS - Static variable in class hex.AUC2
-
- NBINS - Static variable in class hex.AUUC
-
- nbins() - Method in class hex.ModelMetricsBinomialUplift
-
- nbins - Variable in class water.api.schemas3.PartialDependenceV3
-
- nbins_predictor - Variable in class water.api.schemas3.TabulateV3
-
- nbins_response - Variable in class water.api.schemas3.TabulateV3
-
- nChunks() - Method in class water.fvec.AppendableVec
-
- nChunks() - Method in class water.fvec.FileVec
-
- nChunks() - Method in class water.fvec.FrameCreator
-
- nChunks() - Method in class water.fvec.Vec
-
Number of chunks, returned as an int
- Chunk count is limited by
the max size of a Java long[]
.
- nChunksFor(long, int, boolean) - Static method in class water.fvec.Vec
-
- nclasses() - Method in class hex.ClusteringModel.ClusteringOutput
-
- nclasses() - Method in class hex.ConfusionMatrix
-
- nclasses() - Method in class hex.Model.H2OModelDescriptor
-
- nclasses() - Method in class hex.Model.Output
-
Number of classes in the response column if it is categorical and the model is supervised.
- nclasses() - Method in class hex.ModelBuilder
-
- ncols_bool - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- ncols_bool - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- ncols_enum - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- ncols_enum - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- ncols_int - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- ncols_int - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- ncols_real - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- ncols_real - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- ncols_str - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- ncols_str - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- ncols_time - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- ncols_time - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- needsAllFactorLevels() - Method in class hex.Model.InteractionPair
-
Indicates that Interaction should be created from all factor levels
(regardless of the global setting useAllFactorLevels).
- needsPostProcess() - Method in class hex.Model
-
Implementations can disable post-processing of predictions by overriding this method (eg.
- negative_infinity_count - Variable in class water.api.schemas3.FrameV3.ColV3
-
- negHalfGradient(double, double) - Method in class hex.Distribution
-
(Negative half) Gradient of deviance function at predicted value f, for actual response y
This assumes that the deviance(w,y,f) is w*deviance(y,f), so the gradient is w * d/df deviance(y,f)
- negHalfGradient(double, double, int) - Method in class hex.Distribution
-
(Negative half) Gradient of deviance function at predicted value f, for actual response y
This assumes that the deviance(w,y,f) is w*deviance(y,f), so the gradient is w * d/df deviance(y,f)
- network - Variable in class water.H2O.BaseArgs
-
-network=network; Network specification for acceptable interfaces to bind to
- NetworkBench - Class in water.init
-
Created by tomasnykodym on 7/28/15.
- NetworkBench() - Constructor for class water.init.NetworkBench
-
- NetworkBench.NetworkBenchResults - Class in water.init
-
- NetworkBenchResults(int, int, long[][], long[]) - Constructor for class water.init.NetworkBench.NetworkBenchResults
-
- NetworkBenchV3 - Class in water.api.schemas3
-
- NetworkBenchV3() - Constructor for class water.api.schemas3.NetworkBenchV3
-
- NetworkEvent() - Constructor for class water.api.schemas3.TimelineV3.NetworkEvent
-
- NetworkInit - Class in water.init
-
Data structure for holding network info specified by the user on the command line.
- NetworkInit() - Constructor for class water.init.NetworkInit
-
- NetworkTest - Class in water.init
-
- NetworkTest() - Constructor for class water.init.NetworkTest
-
- NetworkTest.NetworkTester - Class in water.init
-
- NetworkTester(int[], double[][], double[], int, boolean, boolean) - Constructor for class water.init.NetworkTest.NetworkTester
-
- NetworkTestHandler - Class in water.api
-
- NetworkTestHandler() - Constructor for class water.api.NetworkTestHandler
-
- NetworkTestV3 - Class in water.api.schemas3
-
- NetworkTestV3() - Constructor for class water.api.schemas3.NetworkTestV3
-
- NetworkUtils - Class in water.util
-
Utilities to support networking code.
- NetworkUtils() - Constructor for class water.util.NetworkUtils
-
- new_close() - Method in class water.fvec.NewChunk
-
- NewChunk - Class in water.fvec
-
- NewChunk(Vec, int) - Constructor for class water.fvec.NewChunk
-
- NewChunk(Vec, int, boolean) - Constructor for class water.fvec.NewChunk
-
- NewChunk(double[]) - Constructor for class water.fvec.NewChunk
-
- NewChunk(Vec, int, long[], int[], int[], double[]) - Constructor for class water.fvec.NewChunk
-
- NewChunk(Chunk) - Constructor for class water.fvec.NewChunk
-
- NewChunk(Chunk, double[]) - Constructor for class water.fvec.NewChunk
-
- NewChunk(Vec, int, int) - Constructor for class water.fvec.NewChunk
-
- NewChunk.Compress - Enum in water.fvec
-
- NewChunk.Exponents - Class in water.fvec
-
Wrapper around exponent, stores values (only if there are non-zero exponents) in bytes or ints.
- NewChunk.Mantissas - Class in water.fvec
-
Class wrapping around mantissa.
- NewChunk.Value - Class in water.fvec
-
- NewChunkVisitor(NewChunk) - Constructor for class water.fvec.ChunkVisitor.NewChunkVisitor
-
- newColumn(Vec) - Method in interface water.udf.ColumnFactory
-
- newColumn(long, Function<Long, T>) - Method in interface water.udf.ColumnFactory
-
- newColumn(List<T>) - Method in interface water.udf.ColumnFactory
-
- newColumn(Vec) - Method in class water.udf.DataColumns.BaseFactory
-
- newColumn(long, Function<Long, T>) - Method in class water.udf.DataColumns.BaseFactory
-
- newColumn(List<T>) - Method in class water.udf.DataColumns.BaseFactory
-
- newColumn(Vec) - Method in class water.udf.specialized.Dates
-
- newColumn(Vec) - Method in class water.udf.specialized.Doubles
-
- newColumn(long, Function<Long, Integer>) - Method in class water.udf.specialized.Enums
-
- newColumn(Vec) - Method in class water.udf.specialized.Enums
-
- newColumn(Vec) - Method in class water.udf.specialized.Strings
-
- newColumn(Vec) - Method in class water.udf.TypedFrame
-
- newColumn() - Method in class water.udf.TypedFrame
-
- newFreezable(int) - Static method in class water.TypeMap
-
Create a new freezable object based on its unique ID.
- newFreezable(String) - Static method in class water.TypeMap
-
Create a new freezable object based on its className.
- newInstance(Class<T>) - Static method in class water.api.Schema
-
Returns a new Schema instance.
- newInstance(String) - Static method in class water.api.Schema
-
For a given schema_name (e.g., "FrameV2") return an appropriate new schema object (e.g., a water.api.Framev2).
- newInstance(String, Class<T>) - Static method in class water.util.ReflectionUtils
-
- newKey() - Static method in class water.fvec.Vec
-
Make a new random Key that fits the requirements for a Vec key.
- newLine() - Method in class water.parser.FVecParseWriter
-
- newLine() - Method in interface water.parser.ParseWriter
-
- newLine() - Method in class water.parser.PreviewParseWriter
-
- newLine() - Method in class water.parser.SVMLightFVecParseWriter
-
- newTaskFor(Runnable, T) - Method in class jsr166y.ForkJoinPool
-
- newTaskFor(Callable<T>) - Method in class jsr166y.ForkJoinPool
-
- newThread(ForkJoinPool) - Method in interface jsr166y.ForkJoinPool.ForkJoinWorkerThreadFactory
-
Returns a new worker thread operating in the given pool.
- next(int) - Method in class jsr166y.ThreadLocalRandom
-
- next - Variable in class water.api.schemas3.FindV3
-
- next() - Method in class water.init.TimelineSnapshot
-
Get the next event of the timeline according to the ordering.
- next(int) - Method in class water.util.RandomUtils.MersenneTwisterRNG
-
- next(int) - Method in class water.util.RandomUtils.PCGRNG
-
- next(int) - Method in class water.util.RandomUtils.XorShiftRNG
-
- nextChunk() - Method in class water.fvec.Chunk
-
Return the next Chunk, or null if at end.
- nextChunk() - Method in class water.parser.FVecParseWriter
-
- nextChunk() - Method in class water.parser.PreviewParseWriter
-
- nextChunk() - Method in interface water.parser.StreamParseWriter
-
- nextDouble(double) - Method in class jsr166y.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed double
value
between 0 (inclusive) and the specified value (exclusive).
- nextDouble(double, double) - Method in class jsr166y.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the
given least value (inclusive) and bound (exclusive).
- nextInt(int, int) - Method in class jsr166y.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the
given least value (inclusive) and bound (exclusive).
- nextInt() - Method in class water.util.RandomUtils.PCGRNG
-
- nextInt(int) - Method in class water.util.RandomUtils.PCGRNG
-
- nextInt() - Method in class water.util.RandomUtils.XorShiftRNG
-
- nextInt(int) - Method in class water.util.RandomUtils.XorShiftRNG
-
- nextLong(long) - Method in class jsr166y.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value
between 0 (inclusive) and the specified value (exclusive).
- nextLong(long, long) - Method in class jsr166y.ThreadLocalRandom
-
Returns a pseudorandom, uniformly distributed value between the
given least value (inclusive) and bound (exclusive).
- nextLong(long) - Method in class water.util.RandomBase
-
Returns a pseudorandom, uniformly distributed value
between 0 (inclusive) and the specified value (exclusive).
- nextLong() - Method in class water.util.RandomUtils.PCGRNG
-
- nextLong() - Method in class water.util.RandomUtils.XorShiftRNG
-
- nextModelParameters() - Method in interface hex.grid.HyperSpaceWalker.HyperSpaceIterator
-
Get next model parameters.
- nextNZ(int) - Method in class water.fvec.Chunk
-
Skips a section of either NAs or Zeros in a sparse chunk.
- nextNZ(int, boolean) - Method in class water.fvec.Chunk
-
Version of nextNZ() that allows caller to prevent skipping NAs.
- nfeatures() - Method in class hex.Model.H2OModelDescriptor
-
- nfeatures() - Method in class hex.Model.Output
-
Returns number of input features (OK for most supervised methods, need to override for unsupervised!)
- nFoldCV() - Method in class hex.ModelBuilder
-
- nfolds - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- nFoldWork() - Method in class hex.ModelBuilder
-
- NFS - Static variable in interface water.persist.PersistManager.Schemes
-
- NFS - Static variable in class water.Value
-
- NFSFileVec - Class in water.fvec
-
A NFS distributed file-backed Vector
- ninfs() - Method in class water.fvec.Vec
-
Count of negative infinities
- nl() - Method in interface water.exceptions.JCodeSB
-
- nl() - Method in class water.util.SB
-
- nl() - Method in class water.util.SBPrintStream
-
- nModelsInParallel() - Method in class hex.ModelBuilder
-
Deprecated.
- nModelsInParallel(int) - Method in class hex.ModelBuilder
-
How many should be trained in parallel during N-fold cross-validation?
Train all CV models in parallel when parallelism is enabled, otherwise train one at a time
Each model can override this logic, based on parameters, dataset size, etc.
- nModelsInParallel(int, int) - Method in class hex.ModelBuilder
-
- NO_CONTENT - Static variable in class water.util.HttpResponseStatus
-
204 No Content
- NO_HEADER - Static variable in class water.parser.ParseSetup
-
- nobs - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- nobs() - Method in class water.util.MathUtils.BasicStats
-
- node - Variable in class water.api.schemas3.JStackV3.DStackTraceV3
-
- node - Variable in class water.api.schemas3.TimelineV3.IOEvent
-
- node_idx - Variable in class water.api.schemas3.CloudV3
-
- node_idx - Variable in class water.api.schemas3.FrameChunksV3.FrameChunkV3
-
- node_name - Variable in class water.api.schemas3.ProfilerNodeV3
-
- node_name - Variable in class water.util.JProfile
-
- node_name - Variable in class water.util.ProfileCollectorTask.NodeProfile
-
- nodeidx - Variable in class water.api.schemas3.LogsV3
-
- nodeidx - Variable in class water.api.schemas3.WaterMeterCpuTicksV3
-
- nodeidx - Variable in class water.api.schemas3.WaterMeterIoV3
-
- nodeidx - Variable in class water.util.WaterMeterCpuTicks
-
- nodeidx - Variable in class water.util.WaterMeterIo
-
- NodeInfoTask() - Constructor for class water.util.ReproducibilityInformationUtils.NodeInfoTask
-
- NodeMemoryInfoV3() - Constructor for class water.api.schemas3.PingV3.NodeMemoryInfoV3
-
- NodeMemoryInfoV3(String, long) - Constructor for class water.api.schemas3.PingV3.NodeMemoryInfoV3
-
- NodePersistentStorage - Class in water.init
-
- NodePersistentStorage(String) - Constructor for class water.init.NodePersistentStorage
-
- NodePersistentStorage.NodePersistentStorageEntry - Class in water.init
-
- NodePersistentStorageEntry() - Constructor for class water.init.NodePersistentStorage.NodePersistentStorageEntry
-
- NodePersistentStorageEntryV3() - Constructor for class water.api.schemas3.NodePersistentStorageV3.NodePersistentStorageEntryV3
-
- NodePersistentStorageHandler - Class in water.api
-
- NodePersistentStorageHandler() - Constructor for class water.api.NodePersistentStorageHandler
-
- NodePersistentStorageV3 - Class in water.api.schemas3
-
- NodePersistentStorageV3() - Constructor for class water.api.schemas3.NodePersistentStorageV3
-
- NodePersistentStorageV3.NodePersistentStorageEntryV3 - Class in water.api.schemas3
-
- nodes - Variable in class water.api.schemas3.CloudV3
-
- nodes - Variable in class water.api.schemas3.NetworkTestV3
-
- nodes - Variable in class water.api.schemas3.PingV3
-
- nodes - Variable in class water.api.schemas3.ProfilerV3
-
- nodes - Variable in class water.init.NetworkTest
-
- nodes - Variable in class water.util.JProfile
-
- NodeV3() - Constructor for class water.api.schemas3.CloudV3.NodeV3
-
- NodeV3(H2ONode, boolean) - Constructor for class water.api.schemas3.CloudV3.NodeV3
-
- noHeader() - Method in class water.fvec.Frame.CSVStreamParams
-
- NON_AUTHORITATIVE_INFORMATION - Static variable in class water.util.HttpResponseStatus
-
203 Non-Authoritative Information (since HTTP/1.1)
- None - Static variable in class water.util.fp.FP
-
- nonEmpty() - Method in class water.util.fp.FP.Some
-
- nonEmptyChunks() - Method in class water.fvec.AppendableVec
-
- nonEmptyChunks() - Method in class water.fvec.FileVec
-
- nonEmptyChunks() - Method in class water.fvec.Vec
-
- nonzeros(int[]) - Method in class water.fvec.Chunk
-
Get indeces of non-zero values stored in this chunk
- NOP - Static variable in class water.udf.CFuncRef
-
- NOT_ACCEPTABLE - Static variable in class water.util.HttpResponseStatus
-
406 Not Acceptable
- NOT_EXTENDED - Static variable in class water.util.HttpResponseStatus
-
510 Not Extended (RFC2774)
- NOT_FOUND - Static variable in class water.util.HttpResponseStatus
-
404 Not Found
- NOT_IMPLEMENTED - Static variable in class water.util.HttpResponseStatus
-
501 Not Implemented
- NOT_MODIFIED - Static variable in class water.util.HttpResponseStatus
-
304 Not Modified
- NOT_NULL - Static variable in class water.util.fp.Predicate
-
- notify_local - Variable in class water.H2O.OptArgs
-
specifies a file to write when the node is up
- notifyAboutCloudSize(InetAddress, int, InetAddress, int, int) - Static method in class water.H2O
-
Tell the embedding software that this H2O instance belongs to
a cloud of a certain size.
- notifyAboutCloudSize(InetAddress, int, int) - Method in class water.init.AbstractEmbeddedH2OConfig
-
- notifyAboutCloudSize(InetAddress, int, InetAddress, int, int) - Method in class water.init.AbstractEmbeddedH2OConfig
-
Tell the embedding software that this H2O instance belongs to
a cloud of a certain size.
- notifyAboutEmbeddedWebServerIpPort(InetAddress, int) - Method in class water.init.AbstractEmbeddedH2OConfig
-
Tell the embedding software that H2O has started an embedded
web server on an IP and port.
- notifyAboutNetworkingInitialized() - Static method in class water.util.Log
-
- notifyAboutProcessExiting() - Static method in class water.util.Log
-
- now - Variable in class water.api.schemas3.TimelineV3
-
- NpsBinServlet - Class in water.api
-
- NpsBinServlet() - Constructor for class water.api.NpsBinServlet
-
- nrows - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- nrows - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- ns() - Method in class water.init.TimelineSnapshot.Event
-
- ns(long[], int) - Static method in class water.TimeLine
-
- nthreads - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- nthreads - Variable in class water.H2O.OptArgs
-
-nthreads=nthreads; Max number of F/J threads in the low-priority batch queue
- NULL - Static variable in interface water.api.ValuesProvider
-
- NULL - Static variable in class water.TypeMap
-
- null_degrees_of_freedom() - Method in interface hex.GLMMetrics
-
- null_degrees_of_freedom() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- null_degrees_of_freedom() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- null_degrees_of_freedom() - Method in class hex.ModelMetricsBinomialGLM
-
- null_degrees_of_freedom() - Method in class hex.ModelMetricsHGLMGaussianGaussian
-
- null_degrees_of_freedom() - Method in class hex.ModelMetricsRegressionGLM
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsBinomialGLMV3
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMV3
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMV3
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
-
- null_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsRegressionGLMV3
-
- null_deviance() - Method in interface hex.GLMMetrics
-
- null_deviance() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- null_deviance() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- null_deviance() - Method in class hex.ModelMetricsBinomialGLM
-
- null_deviance() - Method in class hex.ModelMetricsHGLMGaussianGaussian
-
- null_deviance() - Method in class hex.ModelMetricsRegressionGLM
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsBinomialGLMV3
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMV3
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMV3
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
-
- null_deviance - Variable in class water.api.schemas3.ModelMetricsRegressionGLMV3
-
- NullDecryptionTool - Class in water.parser
-
- NullDecryptionTool() - Constructor for class water.parser.NullDecryptionTool
-
- num - Variable in class water.api.schemas3.MetadataV3
-
- NUM - Static variable in class water.rapids.Val
-
- num_chunks_hint - Variable in class water.api.schemas3.ImportSQLTableV99
-
- num_cols - Variable in class water.api.schemas3.RapidsFrameV3
-
- num_cols - Variable in class water.api.schemas99.RapidsV99
-
- num_columns - Variable in class water.api.schemas3.FrameV3
-
- num_cpus - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- num_keys - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- num_parts - Variable in class water.api.schemas3.FramesV3
-
- num_rows - Variable in class water.api.schemas3.RapidsFrameV3
-
- num_rows - Variable in class water.api.schemas99.RapidsV99
-
- num_user_splits - Variable in class water.api.schemas3.PartialDependenceV3
-
- NUMBER - Static variable in class water.parser.Parser
-
- number(Chunk, double, int) - Static method in class water.util.PrettyPrint
-
- number_columns - Variable in class water.api.schemas3.ParseSetupV3
-
- number_columns - Variable in class water.api.schemas3.ParseV3
-
- NUMBER_END - Static variable in class water.parser.Parser
-
- NUMBER_EXP - Static variable in class water.parser.Parser
-
- NUMBER_EXP_START - Static variable in class water.parser.Parser
-
- NUMBER_FRACTION - Static variable in class water.parser.Parser
-
- NUMBER_SKIP - Static variable in class water.parser.Parser
-
- NUMBER_SKIP_NO_DOT - Static variable in class water.parser.Parser
-
- numberOfUsedVariables() - Method in class hex.VarImp
-
- numBytes() - Method in class water.util.IcedBitSet
-
- numCols() - Method in class water.fvec.Frame
-
Number of columns
- numColumns() - Method in class hex.createframe.CreateFrameColumnMaker
-
Number of columns described by this column maker.
- NUMCPUS - Static variable in class water.H2O
-
- numericChunkRollup(Chunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
MASTER TEMPLATE - All methods below are COPY & PASTED from this template, and some optimizations are performed based on the chunk types
- numericChunkRollup(C1Chunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C1NChunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C1SChunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C2Chunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C2SChunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C4Chunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C4FChunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C4SChunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C8Chunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericChunkRollup(C8DChunk, long, long) - Method in class water.fvec.RollupStatsHelpers
-
- numericToCategorical(Vec) - Static method in class water.util.VecUtils
-
Create a new
Vec
of categorical values from a numeric
Vec
.
- numericToStringVec(Vec) - Static method in class water.util.VecUtils
-
Create a new
Vec
of string values from a numeric
Vec
.
- numInts(String...) - Static method in class water.util.ArrayUtils
-
Returns number of strings which represents a number.
- numRoutes() - Static method in class water.api.RequestServer
-
- numRoutes(int) - Static method in class water.api.RequestServer
-
Calculates number of routes having the specified version.
- numRows() - Method in class water.fvec.Frame
-
Number of rows
- NUMS - Static variable in class water.rapids.Val
-
- numSetBitsHex(String) - Static method in class water.util.LinuxProcFileReader
-
- numSpecialCols() - Method in class hex.ModelBuilder
-
- nzCnt() - Method in class water.fvec.Vec
-
Count of non-zero elements
- ObjectConsistencyChecker - Class in hex
-
- ObjectConsistencyChecker(Key<?>) - Constructor for class hex.ObjectConsistencyChecker
-
- Objects() - Constructor for class water.util.Java7.Objects
-
- observations() - Method in class hex.GainsLift.GainsLiftBuilder
-
- observations - Variable in class hex.GainsLift
-
- occurrenceCount(byte[], byte) - Static method in class water.util.ArrayUtils
-
Count number of occurrences of element in given array.
- off_heap_memory_ratio - Variable in class water.H2O.OptArgs
-
what the is ratio of available off-heap memory to maximum JVM heap memory
- offer(E) - Method in class jsr166y.ConcurrentLinkedDeque
-
Inserts the specified element at the tail of this deque.
- offer(E, long, TimeUnit) - Method in class jsr166y.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- offer(E) - Method in class jsr166y.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- offerFirst(E) - Method in class jsr166y.ConcurrentLinkedDeque
-
Inserts the specified element at the front of this deque.
- offerLast(E) - Method in class jsr166y.ConcurrentLinkedDeque
-
Inserts the specified element at the end of this deque.
- offset_column - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- offsetColumn() - Method in class hex.Model.H2OModelDescriptor
-
- offsetIdx() - Method in class hex.Model.Output
-
- offsetName() - Method in class hex.Model.Output
-
- OK - Static variable in class water.util.HttpResponseStatus
-
200 OK
- onAck() - Method in class water.DTask
-
2nd top-level execution hook.
- onAck() - Method in class water.TaskGetKey
-
- onAck() - Method in class water.TaskPutKey
-
- onAck() - Method in class water.UDPRebooted.ShutdownTsk
-
- onAckAck() - Method in class water.DTask
-
3rd top-level execution hook.
- onAckAck() - Method in class water.TaskGetKey
-
- onAckAck() - Method in class water.UDPRebooted.ShutdownTsk
-
- onAdvance(int, int) - Method in class jsr166y.Phaser
-
Overridable method to perform an action upon impending phase
advance, and to control termination.
- onAllIterationsComplete() - Method in class hex.ModelTrainingEventsPublisher
-
- onBuildFailure(ParallelModelBuilder.ModelBuildFailure, ParallelModelBuilder) - Method in class hex.ParallelModelBuilder.ParallelModelBuilderCallback
-
- onBuildSuccess(Model, ParallelModelBuilder) - Method in class hex.ParallelModelBuilder.ParallelModelBuilderCallback
-
- onCompletion(CountedCompleter) - Method in class hex.FrameSplitter
-
- onCompletion(CountedCompleter) - Method in class hex.ModelBuilder.Driver
-
- onCompletion(CountedCompleter) - Method in class jsr166y.CountedCompleter
-
- onCompletion(CountedCompleter) - Method in class water.DTask.DKeyTask
-
- onCompletion(CountedCompleter) - Method in class water.fvec.CreateInteractions
-
- onCompletion(CountedCompleter) - Method in class water.fvec.FrameCreator
-
- onCompletion(CountedCompleter) - Method in class water.fvec.persist.FramePersist.SaveFrameDriver
-
- onCompletion(CountedCompleter) - Method in class water.fvec.RebalanceDataSet
-
- onCompletion(CountedCompleter) - Method in class water.H2O.H2OCallback
-
- onCompletion(CountedCompleter) - Method in class water.LocalMR
-
- onCompletion(CountedCompleter) - Method in class water.MRTask
-
OnCompletion - reduce the left and right into self.
- onCompletion(CountedCompleter) - Method in class water.parser.ParseDataset.ParserFJTask
-
- onCompletion(CountedCompleter) - Method in class water.util.FrameUtils.ExportTaskDriver
-
- onDone(Recoverable<T>) - Method in class hex.faulttolerance.Recovery
-
Called by the recoverable that the training was finished successfully.
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class hex.FrameSplitter
-
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class hex.ModelBuilder.Driver
-
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class jsr166y.CountedCompleter
-
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class water.fvec.persist.FramePersist.SaveFrameDriver
-
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class water.fvec.RebalanceDataSet
-
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class water.MRTask
-
Cancel/kill all work as we can, then rethrow...
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class water.parser.ParseDataset.ParserFJTask
-
- onExceptionalCompletion(Throwable, CountedCompleter) - Method in class water.util.FrameUtils.ExportTaskDriver
-
- onIce(String) - Static method in class water.TypeMap
-
- onIterationComplete() - Method in class hex.ModelTrainingEventsPublisher
-
- onList(List<T>) - Static method in class water.util.fp.Functions
-
- onLocalNodeStarted() - Method in class water.AbstractH2OExtension
-
Called during the start up process of H2OApp
, after the local
network connections are opened.
- onMaxDomainExceeded(int, int) - Method in class water.util.VecUtils.CollectDoubleDomain
-
- onModel(Recoverable<T>, Key<Model>) - Method in class hex.faulttolerance.Recovery
-
Called by the Recoverable to notify of new model was trained and needs to persisted
- onModelFailure(Model, Consumer<Object[]>) - Method in interface hex.grid.HyperSpaceWalker.HyperSpaceIterator
-
Inform the Iterator that a model build failed in case it needs to adjust its internal state.
- onStart(Recoverable<T>, Job) - Method in class hex.faulttolerance.Recovery
-
Called when the training begins, so that initial state can be persisted
- onStart() - Method in class jsr166y.ForkJoinWorkerThread
-
Initializes internal state after construction but before
processing any tasks.
- onSuccess(Value) - Method in class water.Atomic
-
Executed on the transaction key's home node after any successful
atomic update.
- onSuccess(Value) - Method in class water.TAtomic
-
- onSuccess(T) - Method in class water.TAtomic
-
- onTermination(Throwable) - Method in class jsr166y.ForkJoinWorkerThread
-
Performs cleanup associated with termination of this worker
thread.
- op(double) - Method in class water.rapids.ast.prims.math.AstAbs
-
- op(double) - Method in class water.rapids.ast.prims.math.AstAcos
-
- op(double) - Method in class water.rapids.ast.prims.math.AstAcosh
-
- op(double) - Method in class water.rapids.ast.prims.math.AstAsin
-
- op(double) - Method in class water.rapids.ast.prims.math.AstAsinh
-
- op(double) - Method in class water.rapids.ast.prims.math.AstAtan
-
- op(double) - Method in class water.rapids.ast.prims.math.AstAtanh
-
- op(double) - Method in class water.rapids.ast.prims.math.AstCeiling
-
- op(double) - Method in class water.rapids.ast.prims.math.AstCos
-
- op(double) - Method in class water.rapids.ast.prims.math.AstCosh
-
- op(double) - Method in class water.rapids.ast.prims.math.AstCosPi
-
- op(double) - Method in class water.rapids.ast.prims.math.AstDiGamma
-
- op(double) - Method in class water.rapids.ast.prims.math.AstExp
-
- op(double) - Method in class water.rapids.ast.prims.math.AstExpm1
-
- op(double) - Method in class water.rapids.ast.prims.math.AstFloor
-
- op(double) - Method in class water.rapids.ast.prims.math.AstGamma
-
- op(double) - Method in class water.rapids.ast.prims.math.AstLGamma
-
- op(double) - Method in class water.rapids.ast.prims.math.AstLog
-
- op(double) - Method in class water.rapids.ast.prims.math.AstLog10
-
- op(double) - Method in class water.rapids.ast.prims.math.AstLog1P
-
- op(double) - Method in class water.rapids.ast.prims.math.AstLog2
-
- op(double) - Method in class water.rapids.ast.prims.math.AstNoOp
-
- op(double) - Method in class water.rapids.ast.prims.math.AstNot
-
- op(double, double) - Method in class water.rapids.ast.prims.math.AstRound
-
- op(double) - Method in class water.rapids.ast.prims.math.AstSgn
-
- op(double, double) - Method in class water.rapids.ast.prims.math.AstSignif
-
- op(double) - Method in class water.rapids.ast.prims.math.AstSin
-
- op(double) - Method in class water.rapids.ast.prims.math.AstSinh
-
- op(double) - Method in class water.rapids.ast.prims.math.AstSinPi
-
- op(double) - Method in class water.rapids.ast.prims.math.AstSqrt
-
- op(double) - Method in class water.rapids.ast.prims.math.AstTan
-
- op(double) - Method in class water.rapids.ast.prims.math.AstTanh
-
- op(double) - Method in class water.rapids.ast.prims.math.AstTanPi
-
- op(double) - Method in class water.rapids.ast.prims.math.AstTriGamma
-
- op(double) - Method in class water.rapids.ast.prims.math.AstTrunc
-
- op(double) - Method in class water.rapids.ast.prims.math.AstUniOp
-
- op(double[][], long[], int, double) - Method in class water.rapids.ast.prims.mungers.AstGroup.AGG
-
- op(double[], double) - Method in enum water.rapids.ast.prims.mungers.AstGroup.FCN
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstAnd
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstBinOp
-
Override to express a basic math primitive
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstDiv
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstEq
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstGe
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstGt
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstIntDiv
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstIntDivR
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstLAnd
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstLe
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstLOr
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstLt
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstMod
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstModR
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstMul
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstNe
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstOr
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstPlus
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstPow
-
- op(double, double) - Method in class water.rapids.ast.prims.operators.AstSub
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstCumMax
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstCumMin
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstCumProd
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstCumSum
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstCumu
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstMax
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstMaxNa
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstMin
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstMinNa
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstReducerOp
-
Override to express a basic math primitive
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstSum
-
- op(double, double) - Method in class water.rapids.ast.prims.reducers.AstSumNa
-
- op(Vec) - Method in class water.rapids.ast.prims.search.AstWhichFunc
-
- op(Vec) - Method in class water.rapids.ast.prims.search.AstWhichMax
-
- op(Vec) - Method in class water.rapids.ast.prims.search.AstWhichMin
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstDay
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstDayOfWeek
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstHour
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstMillis
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstMinute
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstMonth
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstSecond
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstTime
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstWeek
-
- op(MutableDateTime) - Method in class water.rapids.ast.prims.time.AstYear
-
- open() - Method in class water.fvec.Vec
-
Create a writer for bulk serial writes into this Vec.
- open(String) - Method in class water.persist.Persist
-
- open(String) - Method in class water.persist.PersistFS
-
- open(String) - Method in class water.persist.PersistHex
-
- open(String) - Method in class water.persist.PersistManager
-
- open_fds - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- openChan(byte, SocketChannelFactory, InetAddress, int, short) - Static method in class water.H2ONode
-
Returns a new connection of type tcpType
, the type can be either
TCPReceiverThread.TCP_SMALL or TCPReceiverThread.TCP_BIG.
- openChan(byte, SocketChannelFactory, String, int, short) - Static method in class water.H2ONode
-
- openSeekable(String) - Method in class water.persist.Persist
-
Creates a seekable Hadoop implementation of InputStream (FSDataInputStream)
h2o-core doesn't depend on Hadoop libraries and can thus not declare the return type specifically
- openSeekable(Vec) - Method in class water.persist.PersistManager
-
Opens a
Vec
in seekable implementation of an
InputStream
.
- openStream() - Method in class water.fvec.ByteVec
-
- openStream(Key) - Method in class water.fvec.ByteVec
-
Open a stream view over the underlying data
- openStream(Key) - Static method in class water.persist.PersistNFS
-
InputStream from a NFS-based Key
- OptArgs() - Constructor for class water.H2O.OptArgs
-
- OPTIMAL_BATCHSIZE - Static variable in class water.rapids.Merge
-
- Option(T) - Static method in class water.util.fp.FP
-
- OptString(String) - Constructor for class water.H2O.OptString
-
- or(boolean[], boolean[]) - Static method in class water.util.ArrayUtils
-
- or_op(double, double) - Static method in class water.rapids.ast.prims.operators.AstLOr
-
- orderlyShutdown() - Static method in class water.H2O
-
Orderly shutdown with infinite timeout for confirmations from the nodes in the cluster
- orderlyShutdown(int) - Static method in class water.H2O
-
- original_names - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- OriginalCreateFrameRecipe - Class in hex.createframe.recipes
-
This recipe tries to match the behavior of the original hex.CreateFrame class.
- OriginalCreateFrameRecipe() - Constructor for class hex.createframe.recipes.OriginalCreateFrameRecipe
-
- OSUtils - Class in water.util
-
- OSUtils() - Constructor for class water.util.OSUtils
-
- outerProduct(double[], double[]) - Static method in class water.util.ArrayUtils
-
- outerProduct(double[][], double[], double[]) - Static method in class water.util.ArrayUtils
-
- Output() - Constructor for class hex.Model.Output
-
- Output(boolean, boolean, boolean) - Constructor for class hex.Model.Output
-
- Output(ModelBuilder) - Constructor for class hex.Model.Output
-
Any final prep-work just before model-building starts, but after the
user has clicked "go".
- Output(ModelBuilder, Frame) - Constructor for class hex.Model.Output
-
- output - Variable in class water.api.schemas3.ModelSchemaV3
-
- OUTPUT_COLUMN_DOMAIN - Static variable in class water.rapids.ast.prims.advmath.AstStratifiedSplit
-
- OUTPUT_COLUMN_NAME - Static variable in class water.rapids.ast.prims.advmath.AstStratifiedSplit
-
- output_schema - Variable in class water.api.schemas3.RouteV3
-
- output_schema - Variable in class water.api.schemas4.EndpointV4
-
- outputFrame() - Method in class water.MRTask
-
Get the resulting Frame from this invoked MRTask.
- outputFrame(String[], String[][]) - Method in class water.MRTask
-
Get the resulting Frame from this invoked MRTask.
- outputFrame(Key<Frame>, String[], String[][]) - Method in class water.MRTask
-
Get the resulting Frame from this invoked MRTask.
- OutputSchemaV4<I extends Iced,S extends OutputSchemaV4<I,S>> - Class in water.api.schemas4
-
Base output Schema class for all v4 REST API requests.
- OutputSchemaV4() - Constructor for class water.api.schemas4.OutputSchemaV4
-
- own_fields - Static variable in class hex.schemas.QuantileV3.QuantileParametersV3
-
- own_fields - Static variable in class water.api.schemas3.ClusteringModelParametersSchemaV3
-
- own_fields - Static variable in class water.api.schemas3.InteractionV3
-
- p(String) - Method in interface water.exceptions.JCodeSB
-
- p(double) - Method in interface water.exceptions.JCodeSB
-
- p(char) - Method in interface water.exceptions.JCodeSB
-
- p(int) - Method in interface water.exceptions.JCodeSB
-
- p(long) - Method in interface water.exceptions.JCodeSB
-
- p(boolean) - Method in interface water.exceptions.JCodeSB
-
- p(JCodeSB) - Method in interface water.exceptions.JCodeSB
-
- p(IcedBitSet) - Method in interface water.exceptions.JCodeSB
-
- p(String) - Method in class water.util.SB
-
- p(double) - Method in class water.util.SB
-
- p(char) - Method in class water.util.SB
-
- p(int) - Method in class water.util.SB
-
- p(long) - Method in class water.util.SB
-
- p(boolean) - Method in class water.util.SB
-
- p(IcedBitSet) - Method in class water.util.SB
-
- p(JCodeSB) - Method in class water.util.SB
-
- p(JCodeSB) - Method in class water.util.SBPrintStream
-
- p(String) - Method in class water.util.SBPrintStream
-
- p(double) - Method in class water.util.SBPrintStream
-
- p(char) - Method in class water.util.SBPrintStream
-
- p(int) - Method in class water.util.SBPrintStream
-
- p(long) - Method in class water.util.SBPrintStream
-
- p(boolean) - Method in class water.util.SBPrintStream
-
- p(IcedBitSet) - Method in class water.util.SBPrintStream
-
- p(SB) - Method in class water.util.SBPrintStream
-
- pack(BufferedString[]) - Static method in class water.parser.PackedDomains
-
- PackedDomains - Class in water.parser
-
- PackedDomains() - Constructor for class water.parser.PackedDomains
-
- packH2O() - Method in class water.init.TimelineSnapshot.Event
-
- PADDING_SYMBOL - Static variable in class water.util.StringUtils
-
- padUniformly(double[], int) - Static method in class water.util.ArrayUtils
-
- Pair<X,Y> - Class in water.util
-
Pair class with a clearer name than AbstractMap.SimpleEntry.
- Pair(X, Y) - Constructor for class water.util.Pair
-
- pairwise - Variable in class water.api.schemas3.InteractionV3
-
- PairwiseAUC - Class in hex
-
- PairwiseAUC(AUC2, AUC2, String, String) - Constructor for class hex.PairwiseAUC
-
- PairwiseAUC(double, double, String, String) - Constructor for class hex.PairwiseAUC
-
- pam_login - Variable in class water.H2O.BaseArgs
-
-pam_login enables pamloginmodule
- paragraph(String) - Method in class water.util.MarkdownBuilder
-
- parallel - Variable in class water.api.schemas3.FramesV3
-
- parallelism - Variable in class hex.schemas.GridSearchSchema
-
- parallelism - Variable in class water.api.schemas3.SegmentModelsParametersV3
-
- ParallelizationTask<T extends H2O.H2OCountedCompleter<T>> - Class in water
-
- ParallelizationTask(T[], int, Job<?>) - Constructor for class water.ParallelizationTask
-
- parallelize_cross_validation - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- ParallelModelBuilder - Class in hex
-
Dispatcher for parallel model building.
- ParallelModelBuilder(ParallelModelBuilder.ParallelModelBuilderCallback) - Constructor for class hex.ParallelModelBuilder
-
- ParallelModelBuilder.ModelBuildFailure - Class in hex
-
Contains all the necessary information after a model builder has failed to build the model
- ParallelModelBuilder.ParallelModelBuilderCallback<D extends ParallelModelBuilder.ParallelModelBuilderCallback> - Class in hex
-
- ParallelModelBuilderCallback() - Constructor for class hex.ParallelModelBuilder.ParallelModelBuilderCallback
-
- Parameters() - Constructor for class hex.Model.Parameters
-
- parameters - Variable in class hex.schemas.GridSearchSchema
-
- parameters - Variable in class hex.schemas.ModelBuilderSchema
-
- parameters - Variable in class water.api.schemas3.H2OModelBuilderErrorV3
-
- parameters - Variable in class water.api.schemas3.ModelBuilderV3
-
- parameters - Variable in class water.api.schemas3.ModelSchemaV3
-
- paramIsRow() - Method in class water.rapids.transforms.H2OBinaryOp
-
- paramIsRow() - Method in class water.rapids.transforms.H2OColOp
-
- paramName(String) - Static method in class hex.ModelBuilder
-
gbm -> GBMParameters
- parse(String) - Static method in class water.init.HostnameGuesser.CIDRBlock
-
- parse(Key, Key...) - Static method in class water.parser.ParseDataset
-
- parse(int[], Key, Key...) - Static method in class water.parser.ParseDataset
-
- parse(Key, Key[], boolean, boolean, int) - Static method in class water.parser.ParseDataset
-
- parse(Key, Key[], boolean, boolean, int, int[]) - Static method in class water.parser.ParseDataset
-
- parse(Key, Key[], boolean, ParseSetup) - Static method in class water.parser.ParseDataset
-
- parse(Key, Key[], boolean, ParseSetup, boolean) - Static method in class water.parser.ParseDataset
-
- parse(String) - Static method in class water.rapids.Rapids
-
Parse a Rapids expression string into an Abstract Syntax Tree object.
- parse(String) - Static method in class water.util.JSONUtils
-
- parse(String, Class<T>) - Static method in class water.util.JSONUtils
-
- parse_type - Variable in class water.api.schemas3.ParseSetupV3
-
- parse_type - Variable in class water.api.schemas3.ParseV3
-
- parseAndCheckComparedColumnIndices(Frame, Val) - Static method in class water.rapids.ast.prims.filters.dropduplicates.ColumnIndicesParser
-
- parseArguments(String[]) - Method in class water.AbstractH2OExtension
-
Parse arguments used by this extension.
- parseChunk(int, ParseReader, ParseWriter) - Method in class water.parser.CsvParser
-
- parseChunk(int, ParseReader, ParseWriter) - Method in class water.parser.Parser
-
- ParseDataset - Class in water.parser
-
- ParseDataset.H2OParseException - Exception in water.parser
-
- ParseDataset.ParserFJTask - Class in water.parser
-
- ParseErr() - Constructor for class water.parser.ParseWriter.ParseErr
-
- ParseErr(String, String) - Constructor for class water.parser.ParseWriter.ParseErr
-
- ParseErr(String, int, long, long) - Constructor for class water.parser.ParseWriter.ParseErr
-
- parseFailed(String) - Static method in class water.AbstractH2OExtension
-
To be called by parseArguments() on a failure.
- parseFailed(String) - Static method in class water.H2O
-
- ParseFinalizer - Class in water.parser
-
- ParseFinalizer() - Constructor for class water.parser.ParseFinalizer
-
- parseFrame(Key, File...) - Static method in class water.util.FrameUtils
-
Parse given file(s) into the form of single frame represented by the given key.
- parseFrame(Key, URI...) - Static method in class water.util.FrameUtils
-
Parse given set of URIs and produce a frame's key representing output.
- parseFrame(Key, ParseSetup, URI...) - Static method in class water.util.FrameUtils
-
- parseH2OArgumentsTo(String[], H2O.OptArgs) - Static method in class water.H2O
-
- parseInt(String) - Method in class water.H2O.OptString
-
- parseMethod(int, int, boolean, boolean) - Method in class water.parser.ParserInfo
-
- parseMethod(int, Vec) - Method in class water.parser.ParseSetup
-
- parsePort(String) - Method in class water.H2O.OptString
-
- Parser - Class in water.parser
-
A collection of utility classes for parsing.
- Parser(ParseSetup, Key<Job>) - Constructor for class water.parser.Parser
-
- parser(Key) - Method in class water.parser.ParseSetup
-
This is a single entry-point to create a parser.
- ParseReader - Interface in water.parser
-
Manage bulk streaming input data to the parser.
- ParserFJTask(ParseDataset, Key[], ParseSetup, boolean) - Constructor for class water.parser.ParseDataset.ParserFJTask
-
- ParserInfo - Class in water.parser
-
A lightweight handle with basic information about parser.
- ParserInfo(String, int, boolean, boolean, boolean, boolean) - Constructor for class water.parser.ParserInfo
-
- ParserInfo(String, int, boolean, boolean, boolean) - Constructor for class water.parser.ParserInfo
-
- ParserInfo(String, int, boolean, boolean) - Constructor for class water.parser.ParserInfo
-
- ParserInfo(String, int, boolean) - Constructor for class water.parser.ParserInfo
-
- ParserInfo.ParseMethod - Enum in water.parser
-
- ParserProvider - Class in water.parser
-
Generic Parser provider.
- ParserProvider() - Constructor for class water.parser.ParserProvider
-
- ParserService - Class in water.parser
-
Service to manage optional implementation of parsers.
- ParserService() - Constructor for class water.parser.ParserService
-
- ParseSetup - Class in water.parser
-
A generic configuration and base guesser for a parser.
- ParseSetup(ParseSetup) - Constructor for class water.parser.ParseSetup
-
- ParseSetup(ParserInfo, byte, boolean, int, int, String[], byte[], String[][], String[][], String[][], ParseWriter.ParseErr[], int, byte[], byte) - Constructor for class water.parser.ParseSetup
-
- ParseSetup(ParserInfo, byte, boolean, int, int, String[], byte[], String[][], String[][], String[][], ParseWriter.ParseErr[], int, Key<DecryptionTool>, int[], byte[], byte) - Constructor for class water.parser.ParseSetup
-
- ParseSetup(ParseSetupV3) - Constructor for class water.parser.ParseSetup
-
Create a ParseSetup with parameters from the client.
- ParseSetup(ParserInfo, byte, boolean, int, int, String[], byte[], String[][], String[][], String[][], byte[], byte) - Constructor for class water.parser.ParseSetup
-
Create a ParseSetup with all parameters except chunk size.
- ParseSetup(ParserInfo, byte, boolean, int, int, String[], byte[], String[][], String[][], String[][], byte) - Constructor for class water.parser.ParseSetup
-
Create a ParseSetup with all parameters except chunk size.
- ParseSetup(ParserInfo, byte, boolean, int, int, String[], byte[], String[][], String[][], String[][]) - Constructor for class water.parser.ParseSetup
-
- ParseSetup(ParserInfo, byte, boolean, int, int, String[], byte[], String[][], String[][], String[][], ParseWriter.ParseErr[], byte[]) - Constructor for class water.parser.ParseSetup
-
- ParseSetup(ParserInfo, byte, boolean, int, int, String[], byte[], String[][], String[][], String[][], ParseWriter.ParseErr[]) - Constructor for class water.parser.ParseSetup
-
- ParseSetup(ParserInfo, byte, boolean, int, int, String[][], ParseWriter.ParseErr[]) - Constructor for class water.parser.ParseSetup
-
Create a ParseSetup without any column information
- ParseSetup() - Constructor for class water.parser.ParseSetup
-
Create a default ParseSetup
Used by Ray's schema magic
- ParseSetup.GuessSetupTsk - Class in water.parser
-
Try to determine the ParseSetup on a file by file basis
and merge results.
- ParseSetupHandler - Class in water.api
-
A class holding parser-setup flags: kind of parser, field separator, column
header labels, whether or not to allow single-quotes to quote, number of
columns discovered.
- ParseSetupHandler() - Constructor for class water.api.ParseSetupHandler
-
- ParseSetupV3 - Class in water.api.schemas3
-
- ParseSetupV3() - Constructor for class water.api.schemas3.ParseSetupV3
-
- ParseSVMLightV3 - Class in water.api.schemas3
-
API for inhale of sparse data.
- ParseSVMLightV3() - Constructor for class water.api.schemas3.ParseSVMLightV3
-
- ParseTime - Class in water.parser
-
- ParseTime() - Constructor for class water.parser.ParseTime
-
- parseToProperties(String) - Static method in class water.util.JSONUtils
-
- ParseTypeValuesProvider - Class in water.api
-
- ParseTypeValuesProvider() - Constructor for class water.api.ParseTypeValuesProvider
-
- parseUriParams(String, HttpServletResponse, Pattern, int) - Static method in class water.server.ServletUtils
-
- ParseUUID - Class in water.parser
-
Utility class for parsing UUIDs.
- ParseUUID() - Constructor for class water.parser.ParseUUID
-
- ParseV3 - Class in water.api.schemas3
-
- ParseV3() - Constructor for class water.api.schemas3.ParseV3
-
- ParseWriter - Interface in water.parser
-
Interface for writing results of parsing, accumulating numbers and
strings or handling invalid lines & parse errors.
- ParseWriter.ParseErr - Class in water.parser
-
- ParseWriter.UnsupportedTypeOverride - Class in water.parser
-
- PARTIAL_CONTENT - Static variable in class water.util.HttpResponseStatus
-
206 Partial Content
- partial_dependence_data - Variable in class water.api.schemas3.PartialDependenceV3
-
- PartialDependence - Class in hex
-
- PartialDependence(Key<PartialDependence>, Job) - Constructor for class hex.PartialDependence
-
- PartialDependence(Key<PartialDependence>) - Constructor for class hex.PartialDependence
-
- PartialDependenceKeyV3() - Constructor for class water.api.schemas3.KeyV3.PartialDependenceKeyV3
-
- PartialDependenceKeyV3(Key<PartialDependence>) - Constructor for class water.api.schemas3.KeyV3.PartialDependenceKeyV3
-
- PartialDependenceV3 - Class in water.api.schemas3
-
Partial dependence plot
- PartialDependenceV3() - Constructor for class water.api.schemas3.PartialDependenceV3
-
- partition_by - Variable in class water.api.schemas3.ParseSetupV3
-
- partition_by - Variable in class water.api.schemas3.ParseV3
-
- partitions - Variable in class water.api.schemas3.ImportHiveTableV3
-
- password - Variable in class water.api.schemas3.DecryptionSetupV3
-
- password - Variable in class water.api.schemas3.ImportSQLTableV99
-
- path - Variable in class water.api.schemas3.FramesV3
-
- path - Variable in class water.api.schemas3.ImportFilesV3.ImportFiles
-
- path - Variable in class water.api.schemas3.ImportFilesV3
-
- path - Variable in class water.api.schemas3.MetadataV3
-
- path_params - Variable in class water.api.schemas3.RouteV3
-
- paths - Variable in class water.api.schemas3.ImportFilesMultiV3.ImportFilesMulti
-
- paths - Variable in class water.api.schemas3.ImportFilesMultiV3
-
- pattern - Variable in class water.api.schemas3.ImportFilesMultiV3.ImportFilesMulti
-
- pattern - Variable in class water.api.schemas3.ImportFilesMultiV3
-
- pattern - Variable in class water.api.schemas3.ImportFilesV3.ImportFiles
-
- pattern - Variable in class water.api.schemas3.ImportFilesV3
-
- pattern - Variable in class water.api.schemas3.RapidsHelpV3.RapidsExpressionV3
-
- Paxos - Class in water
-
(Not The) Paxos
Used to define Cloud membership.
- Paxos() - Constructor for class water.Paxos
-
- PAYMENT_REQUIRED - Static variable in class water.util.HttpResponseStatus
-
402 Payment Required
- pbvh - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- PCGRNG(long, long) - Constructor for class water.util.RandomUtils.PCGRNG
-
- pColsToKey(int[]) - Method in class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
-
- pctiles() - Method in class water.fvec.Vec
-
A simple and cheap percentiles of the Vec, useful for getting a broad
overview of the data.
- peek() - Method in class jsr166y.ConcurrentLinkedDeque
-
- peek() - Method in class jsr166y.LinkedTransferQueue
-
- peekFirst() - Method in class jsr166y.ConcurrentLinkedDeque
-
- peekLast() - Method in class jsr166y.ConcurrentLinkedDeque
-
- peekNextLocalTask() - Static method in class jsr166y.ForkJoinTask
-
Returns, but does not unschedule or execute, a task queued by
the current thread but not yet executed, if one is immediately
available.
- percentiles - Variable in class water.api.schemas3.FrameV3.ColV3
-
- PERCENTILES - Static variable in class water.fvec.Vec
-
Default percentiles for approximate (single-pass) quantile computation (histogram-based).
- perfectAUC(Vec, Vec) - Static method in class hex.AUC2
-
- performGroupingWithAggregations(Frame, int[], AstGroup.AGG[]) - Method in class water.rapids.ast.prims.mungers.AstGroup
-
Performs grouping and aggregations on given data.
- PermutationVarImp - Class in water.rapids
-
Permutation Variable (feature) importance measures the increase in the prediction error of the model after permuting
the variables' values, which breaks the relationship between the variables and the true outcome.
- PermutationVarImp(Model, Frame) - Constructor for class water.rapids.PermutationVarImp
-
Constructor that stores the model, frame
- permute(double[], int[]) - Static method in class water.util.ArrayUtils
-
- permuteCols(double[][], int[]) - Static method in class water.util.ArrayUtils
-
- permuteRows(double[][], int[]) - Static method in class water.util.ArrayUtils
-
- perRow(double, int, double) - Method in class hex.AUC2.AUCBuilder
-
- perRow(double, double, double, float) - Method in class hex.AUUC.AUUCBuilder
-
- perRow(double, int, double) - Method in class hex.GainsLift.GainsLiftBuilder
-
- perRow(double, double, double) - Method in class hex.MeanResidualDeviance.MeanResidualBuilder
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetrics.MetricBuilder
-
- perRow(double[], float[], double, double, Model) - Method in class hex.ModelMetrics.MetricBuilder
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsAutoEncoder.MetricBuilderAutoEncoder
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- perRow(double[], float[], double, double, Model) - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- perRow(double[], float[], double, double, Model) - Method in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsClustering.MetricBuilderClustering
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsMultinomial.MetricBuilderMultinomial
-
- perRow(double[], float[], double, double, Model) - Method in class hex.ModelMetricsMultinomial.MetricBuilderMultinomial
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsOrdinal.MetricBuilderOrdinal
-
- perRow(double[], float[], double, double, Model) - Method in class hex.ModelMetricsOrdinal.MetricBuilderOrdinal
-
- perRow(double[], float[], Model) - Method in class hex.ModelMetricsRegression.MetricBuilderRegression
-
- perRow(double[], float[], double, double, Model) - Method in class hex.ModelMetricsRegression.MetricBuilderRegression
-
- Persist - Class in water.persist
-
Abstract class describing various persistence targets.
- Persist() - Constructor for class water.persist.Persist
-
- Persist.PersistEntry - Class in water.persist
-
- persist_stats - Variable in class water.api.schemas3.WaterMeterIoV3
-
- persist_stats - Variable in class water.util.WaterMeterIo
-
- PersistEagerHTTP - Class in water.persist
-
- PersistEagerHTTP() - Constructor for class water.persist.PersistEagerHTTP
-
- PersistEntry(String, long, long) - Constructor for class water.persist.Persist.PersistEntry
-
- PersistFS - Class in water.persist
-
Persistence backend using local file system.
- PersistH2O - Class in water.persist
-
- PersistH2O() - Constructor for class water.persist.PersistH2O
-
- PersistHex - Class in water.persist
-
- PersistHex() - Constructor for class water.persist.PersistHex
-
- PersistManager - Class in water.persist
-
One true persistence manager which hides the implementations from H2O.
- PersistManager(URI) - Constructor for class water.persist.PersistManager
-
- PersistManager.PersistStatsEntry - Class in water.persist
-
- PersistManager.Schemes - Interface in water.persist
-
Persistence schemes; used as file prefixes eg "hdfs://some_hdfs_path/some_file"
- PersistNFS - Class in water.persist
-
- PersistNFS() - Constructor for class water.persist.PersistNFS
-
- PersistStatsEntry() - Constructor for class water.persist.PersistManager.PersistStatsEntry
-
- PersistUtils - Class in water.fvec.persist
-
- PersistUtils() - Constructor for class water.fvec.persist.PersistUtils
-
- PersistUtils.Reader<T> - Interface in water.fvec.persist
-
- PersistUtils.StreamReader<T> - Interface in water.fvec.persist
-
- PersistUtils.StreamWriter - Interface in water.fvec.persist
-
- PersistUtils.Writer - Interface in water.fvec.persist
-
- Phaser - Class in jsr166y
-
A reusable synchronization barrier, similar in functionality to
CyclicBarrier
and
CountDownLatch
but supporting more flexible usage.
- Phaser() - Constructor for class jsr166y.Phaser
-
Creates a new phaser with no initially registered parties, no
parent, and initial phase number 0.
- Phaser(int) - Constructor for class jsr166y.Phaser
-
Creates a new phaser with the given number of registered
unarrived parties, no parent, and initial phase number 0.
- Phaser(Phaser) - Constructor for class jsr166y.Phaser
-
- Phaser(Phaser, int) - Constructor for class jsr166y.Phaser
-
Creates a new phaser with the given parent and number of
registered unarrived parties.
- PI - Static variable in class water.rapids.ast.params.AstConst
-
- pid - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- PID - Static variable in class water.H2O
-
- pinfs() - Method in class water.fvec.Vec
-
Count of positive infinities
- ping(int, PingV3) - Method in class water.api.PingHandler
-
- PingHandler - Class in water.api
-
- PingHandler() - Constructor for class water.api.PingHandler
-
- PingV3 - Class in water.api.schemas3
-
- PingV3() - Constructor for class water.api.schemas3.PingV3
-
- PingV3.NodeMemoryInfoV3 - Class in water.api.schemas3
-
- pj(double) - Method in interface water.exceptions.JCodeSB
-
- pj(float) - Method in interface water.exceptions.JCodeSB
-
- pj(String) - Method in interface water.exceptions.JCodeSB
-
- pj(String, String) - Method in interface water.exceptions.JCodeSB
-
Append reference to object's field
- pj(double) - Method in class water.util.SB
-
- pj(float) - Method in class water.util.SB
-
- pj(String) - Method in class water.util.SB
-
- pj(String, String) - Method in class water.util.SB
-
- pj(double) - Method in class water.util.SBPrintStream
-
- pj(float) - Method in class water.util.SBPrintStream
-
- pj(String) - Method in class water.util.SBPrintStream
-
- pj(String, String) - Method in class water.util.SBPrintStream
-
- PLUS - Static variable in class water.util.fp.PureFunctions
-
- pobj(Object) - Method in interface water.exceptions.JCodeSB
-
- pobj(Object) - Method in class water.util.SB
-
- pobj(Object) - Method in class water.util.SBPrintStream
-
- pojo_mem - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- PojoUtils - Class in water.util
-
POJO utilities which cover cases similar to but not the same as Apache Commons PojoUtils.
- PojoUtils() - Constructor for class water.util.PojoUtils
-
- PojoUtils.FieldNaming - Enum in water.util
-
- PojoWriter - Interface in hex
-
- poll() - Method in class jsr166y.ConcurrentLinkedDeque
-
- poll(long, TimeUnit) - Method in class jsr166y.LinkedTransferQueue
-
- poll() - Method in class jsr166y.LinkedTransferQueue
-
- pollFirst() - Method in class jsr166y.ConcurrentLinkedDeque
-
- pollLast() - Method in class jsr166y.ConcurrentLinkedDeque
-
- pollNextLocalTask() - Static method in class jsr166y.ForkJoinTask
-
Unschedules and returns, without executing, the next task
queued by the current thread but not yet executed.
- pollSubmission() - Method in class jsr166y.ForkJoinPool
-
Removes and returns the next unexecuted submission if one is
available.
- pollTask() - Static method in class jsr166y.ForkJoinTask
-
Unschedules and returns, without executing, the next task
queued by the current thread but not yet executed, if one is
available, or if not available, a task that was forked by some
other thread, if available.
- pop() - Method in class jsr166y.ConcurrentLinkedDeque
-
- port - Variable in class water.H2O.BaseArgs
-
-port=####; Specific Browser/API/HTML port
- port_offset - Variable in class water.H2O.BaseArgs
-
-port_offset=####; Offset between the API(=web) port and the internal communication port; api_port + port_offset = h2o_port
- portPack() - Method in class water.init.TimelineSnapshot.Event
-
- position() - Method in class water.AutoBuffer
-
- position(int) - Method in class water.AutoBuffer
-
- positive_infinity_count - Variable in class water.api.schemas3.FrameV3.ColV3
-
- positive_response - Variable in class hex.CreateFrame
-
- positive_response - Variable in class water.api.schemas3.CreateFrameV3
-
- positive_response - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- POSSIBLE_CURRENCY - Static variable in class water.parser.Parser
-
- POSSIBLE_EMPTY_LINE - Static variable in class water.parser.Parser
-
- POSSIBLE_ESCAPED_QUOTE - Static variable in class water.parser.Parser
-
- POST(int, String) - Static method in class water.util.Log
-
POST stands for "Power on self test".
- POST(int, Exception) - Static method in class water.util.Log
-
- PostFileServlet - Class in water.api
-
- PostFileServlet() - Constructor for class water.api.PostFileServlet
-
- postGlobal() - Method in class hex.CMetricScoringTask
-
- postGlobal() - Method in class hex.GainsLift.GainsLiftBuilder
-
- postGlobal() - Method in class hex.MeanResidualDeviance.MeanResidualBuilder
-
- postGlobal() - Method in class hex.Model.BigScore
-
- postGlobal() - Method in class hex.ModelMetrics.MetricBuilder
-
- postGlobal(CustomMetric) - Method in class hex.ModelMetrics.MetricBuilder
-
- postGlobal() - Method in class water.MRTask
-
- postGlobal() - Method in class water.parser.ParseSetup.GuessSetupTsk
-
- postGlobal() - Method in class water.rapids.ast.prims.advmath.AstHist.HistTask
-
- postGlobal() - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.SortnGrouby
-
- postGlobal() - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTask
-
- postGlobal() - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTaskWholeFrame
-
- postGlobal() - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
-
- postGlobal() - Method in class water.util.ChunkSummary
-
- postGlobal() - Method in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- postGlobal() - Method in class water.util.VecUtils.CollectDomainFast
-
- postGlobal() - Method in class water.util.VecUtils.MeanResponsePerLevelTask
-
- PostMapAction() - Constructor for class water.MRTask.PostMapAction
-
- postPass(double[], long) - Method in enum water.rapids.ast.prims.mungers.AstGroup.FCN
-
- postProcessPredictions(Frame, Frame, Job) - Method in class hex.Model
-
Post-process prediction frame.
- postWrite(Futures) - Method in class water.fvec.Frame
-
Allow rollups for all written-into vecs; used by
MRTask
once
writing is complete.
- postWrite(Futures) - Method in class water.fvec.Vec
-
Stop writing into this Vec.
- pow10(long, int) - Static method in class water.util.PrettyPrint
-
- pow10i(int) - Static method in class water.util.PrettyPrint
-
- powers10i - Static variable in class water.util.PrettyPrint
-
- pprint(double[][]) - Static method in class water.util.ArrayUtils
-
- pprint(double[][], DecimalFormat) - Static method in class water.util.ArrayUtils
-
- pr_auc() - Method in class hex.AUC2
-
Compute the Area under Precision-Recall Curves using TPs and FPs.
- pr_auc() - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- pr_auc() - Method in class hex.ModelMetricsBinomial
-
- pr_auc() - Method in class hex.ModelMetricsMultinomial
-
- pr_auc() - Method in class hex.MultinomialAUC
-
- pr_auc - Variable in class water.api.schemas3.ModelMetricsBinomialV3
-
- pr_auc - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
-
- precision() - Method in class hex.ConfusionMatrix
-
The percentage of positive predictions that are correct.
- precision - Variable in class water.api.schemas3.FrameV3.ColV3
-
- precision() - Method in class water.fvec.Chunk
-
Fixed-width format printing support.
- PRECONDITION_FAILED - Static variable in class water.util.HttpResponseStatus
-
412 Precondition Failed
- Predicate<X> - Class in water.util.fp
-
Represents a single-argument function
- Predicate() - Constructor for class water.util.fp.Predicate
-
- predictions - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- predictor - Variable in class water.api.schemas3.TabulateV3
-
- predictScoreImpl(Frame, Frame, String, Job, boolean, CFuncRef) - Method in class hex.Model
-
Score an already adapted frame.
- PredictScoreResult(ModelMetrics.MetricBuilder<?>, Frame, Frame) - Constructor for class hex.Model.PredictScoreResult
-
- prefetch(Key) - Static method in class water.DKV
-
Prefetch and cache the Value for Key key.
- prefetch(String) - Static method in class water.DKV
-
Prefetch and cache the Value for Key formed by key_name.
- PREFIX - Static variable in class water.persist.PersistH2O
-
- prepare(ModelBuilder<?, ?, ?>) - Method in class hex.CVModelBuilder
-
- prepend(String, Vec) - Method in class water.fvec.Frame
-
Insert a named column as the first column
- prepend(String[], String) - Static method in class water.util.ArrayUtils
-
- prependScoringInfo(ScoringInfo, ScoringInfo[]) - Static method in class hex.ScoringInfo
-
Add a new ScoringInfo to the given array and return the new array.
- PrettyPrint - Class in water.util
-
- PrettyPrint() - Constructor for class water.util.PrettyPrint
-
- prev - Variable in class water.api.schemas3.FindV3
-
- preview - Variable in class water.api.schemas3.ModelsV3
-
- PreviewParseWriter - Class in water.parser
-
Class implementing ParseWriter, on behalf ParseSetup
to examine the contents of a file for guess the column types.
- PreviewParseWriter() - Constructor for class water.parser.PreviewParseWriter
-
- PreviewParseWriter(int) - Constructor for class water.parser.PreviewParseWriter
-
- PreviewParseWriter.IDomain - Interface in water.parser
-
- preWriting() - Method in class water.fvec.Vec
-
Begin writing into this Vec.
- prim_apply(Val, Val) - Method in class water.rapids.ast.prims.operators.AstBinOp
-
- PRIM_B - Static variable in class water.TypeMap
-
- PRIMES - Static variable in class water.util.MathUtils
-
- principal - Variable in class water.H2O.BaseArgs
-
- print() - Method in class water.init.AbstractEmbeddedH2OConfig
-
Print debug information.
- printHelp() - Method in class water.AbstractH2OExtension
-
Print stuff (into System.out) for java -jar h2o.jar -help
- printHelp() - Static method in class water.H2O
-
Print help about command line arguments.
- printInitialized() - Method in class water.AbstractH2OExtension
-
Print a short message when the extension finishes initializing.
- printTopCategoricalLevels(Frame, boolean, int) - Static method in class water.util.FrameUtils
-
- printTwoDimTables(StringBuilder, Object) - Method in class hex.Model.Output
-
- printx16(long, long) - Static method in class water.UDP
-
- priorClassDist() - Method in class hex.Model.H2OModelDescriptor
-
- priority() - Method in class water.H2O.H2OCountedCompleter
-
- priority() - Method in interface water.init.StandaloneKerberosComponent
-
Initialization priority - components with higher priority will be initialized before
components with lower priority.
- priority() - Method in class water.parser.ParserInfo
-
Get order priority for this parser.
- priority() - Method in interface water.server.ServletProvider
-
Provider priority, providers with higher priority will be used first.
- priority() - Method in class water.webserver.CoreServletProvider
-
- probs - Variable in class hex.schemas.QuantileV3.QuantileParametersV3
-
- PROCESSING - Static variable in class water.util.HttpResponseStatus
-
102 Processing (WebDAV, RFC2518)
- processRows(ChunkVisitor, int, int) - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
-
- processRows(ChunkVisitor, int...) - Method in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
-
- processRows(T, int, int) - Method in class water.fvec.Chunk
-
- processRows(T, int[]) - Method in class water.fvec.Chunk
-
- processRows(ChunkVisitor, int, int) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- processRows(ChunkVisitor, int...) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- processRows(T, int, int) - Method in class water.fvec.NewChunk
-
- processRows(T, int[]) - Method in class water.fvec.NewChunk
-
- processRows(ChunkVisitor, int, int) - Method in class water.fvec.SubsetChunk
-
- processRows(ChunkVisitor, int...) - Method in class water.fvec.SubsetChunk
-
- processRows(ChunkVisitor, int, int) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- processRows(ChunkVisitor, int...) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- processScoring(Frame, Model) - Method in class hex.ModelPreprocessor
-
- processTrain(Frame, Model.Parameters) - Method in class hex.ModelPreprocessor
-
- processValid(Frame, Model.Parameters) - Method in class hex.ModelPreprocessor
-
- PROD - Static variable in class water.util.fp.PureFunctions
-
- PRODUCT - Static variable in class water.util.fp.PureFunctions
-
- product(X[], Y[]) - Static method in class water.util.Pair
-
- product(V[], V[], V[]) - Static method in class water.util.Triple
-
- profile() - Method in class water.MRTask
-
Used to invoke profiling.
- profile - Variable in class water.util.JProfile.ProfileSummary
-
- ProfileCollectorTask - Class in water.util
-
- ProfileCollectorTask(int) - Constructor for class water.util.ProfileCollectorTask
-
- ProfileCollectorTask.NodeProfile - Class in water.util
-
- ProfilerHandler - Class in water.api
-
- ProfilerHandler() - Constructor for class water.api.ProfilerHandler
-
- ProfilerNodeEntryV3() - Constructor for class water.api.schemas3.ProfilerNodeV3.ProfilerNodeEntryV3
-
- ProfilerNodeV3 - Class in water.api.schemas3
-
- ProfilerNodeV3() - Constructor for class water.api.schemas3.ProfilerNodeV3
-
- ProfilerNodeV3.ProfilerNodeEntryV3 - Class in water.api.schemas3
-
- ProfilerV3 - Class in water.api.schemas3
-
- ProfilerV3() - Constructor for class water.api.schemas3.ProfilerV3
-
- ProfileSummary(String, ProfileCollectorTask.NodeProfile) - Constructor for class water.util.JProfile.ProfileSummary
-
- profString() - Method in class water.MRTask
-
- progress() - Method in class hex.DMatrix.MatrixMulStats
-
- progress - Variable in class water.api.schemas3.JobV3
-
- progress - Variable in class water.api.schemas4.output.JobV4
-
- progress() - Method in class water.Job
-
Returns a float from 0 to 1 representing progress.
- progress_msg - Variable in class water.api.schemas3.JobV3
-
- progress_msg - Variable in class water.api.schemas4.output.JobV4
-
- progress_msg() - Method in class water.Job
-
Returns last progress message.
- progressUnits() - Method in class hex.Model.Parameters
-
How much work will be done for this model?
- progressUnits() - Method in class hex.quantile.QuantileModel.QuantileParameters
-
- projectVersion() - Method in class hex.Model.H2OModelDescriptor
-
- projectVersion() - Method in class water.init.AbstractBuildVersion
-
- projectVersion() - Method in class water.init.BuildVersion
-
- PROPOSED - Static variable in class water.Paxos
-
- protocol - Variable in class water.api.schemas3.TimelineV3.NetworkEvent
-
- providesFlatfile() - Method in class water.init.AbstractEmbeddedH2OConfig
-
Whether H2O gets a flatfile config from this config object.
- PROXY_AUTHENTICATION_REQUIRED - Static variable in class water.util.HttpResponseStatus
-
407 Proxy Authentication Required
- proxyLoginHandler(String, HttpServletRequest, HttpServletResponse) - Method in class water.webserver.H2OHttpViewImpl
-
- ps(String) - Method in interface water.exceptions.JCodeSB
-
- ps(String) - Method in class water.util.SB
-
- ps(String) - Method in class water.util.SBPrintStream
-
- PureFunctions - Class in water.util.fp
-
Stores stock pure functions, that is those that don't keep any context.
- PureFunctions() - Constructor for class water.util.fp.PureFunctions
-
- push(E) - Method in class jsr166y.ConcurrentLinkedDeque
-
- put(String, FeatureInteraction) - Method in class hex.FeatureInteractions
-
- put(E) - Method in class jsr166y.LinkedTransferQueue
-
Inserts the specified element at the tail of this queue.
- put(int, NodePersistentStorageV3) - Method in class water.api.NodePersistentStorageHandler
-
- put(Freezable) - Method in class water.AutoBuffer
-
- put(Key, Iced) - Static method in class water.DKV
-
Make the mapping key -> v.
- put(Key, Iced, Futures) - Static method in class water.DKV
-
Make the mapping key -> v.
- put(Key, Iced, Futures, boolean) - Static method in class water.DKV
-
Make the mapping key -> v.
- put(Keyed) - Static method in class water.DKV
-
Make the mapping keyed._key -> keyed.
- put(Keyed, Futures) - Static method in class water.DKV
-
Make the mapping keyed._key -> keyed.
- put(Key, Value) - Static method in class water.DKV
-
Make the mapping key -> val.
- put(Key, Value, Futures) - Static method in class water.DKV
-
Make the mapping key -> val.
- put(Key, Value, Futures, boolean) - Static method in class water.DKV
-
Make the mapping key -> val.
- put(String, String, InputStream) - Method in class water.init.NodePersistentStorage
-
- put(String, String, String) - Method in class water.init.NodePersistentStorage
-
- put(K, V) - Method in class water.util.IcedHashMapBase
-
- put(K, V) - Method in class water.util.IcedHashMapGeneric
-
- put1(int) - Method in class water.AutoBuffer
-
- put2(char) - Method in class water.AutoBuffer
-
- put2(short) - Method in class water.AutoBuffer
-
- put2s(short) - Method in class water.AutoBuffer
-
- put3(int) - Method in class water.AutoBuffer
-
- put4(int) - Method in class water.AutoBuffer
-
- put4f(float) - Method in class water.AutoBuffer
-
- put8(long) - Method in class water.AutoBuffer
-
- put8d(double) - Method in class water.AutoBuffer
-
- PUT_KEY_PRIORITY - Static variable in class water.H2O
-
- put_with_name(int, NodePersistentStorageV3) - Method in class water.api.NodePersistentStorageHandler
-
- putA(Freezable[]) - Method in class water.AutoBuffer
-
- putA1(byte[]) - Method in class water.AutoBuffer
-
- putA1(byte[], int) - Method in class water.AutoBuffer
-
- putA1(byte[], int, int) - Method in class water.AutoBuffer
-
- putA4(int[]) - Method in class water.AutoBuffer
-
- putA4f(float[]) - Method in class water.AutoBuffer
-
- putA8(long[]) - Method in class water.AutoBuffer
-
- putA8d(double[]) - Method in class water.AutoBuffer
-
- putAA(Freezable[][]) - Method in class water.AutoBuffer
-
- putAA1(byte[][]) - Method in class water.AutoBuffer
-
- putAA4(int[][]) - Method in class water.AutoBuffer
-
- putAA4f(float[][]) - Method in class water.AutoBuffer
-
- putAA8(long[][]) - Method in class water.AutoBuffer
-
- putAA8d(double[][]) - Method in class water.AutoBuffer
-
- putAAA(Freezable[][][]) - Method in class water.AutoBuffer
-
- putAAA4(int[][][]) - Method in class water.AutoBuffer
-
- putAAA8(long[][][]) - Method in class water.AutoBuffer
-
- putAAA8d(double[][][]) - Method in class water.AutoBuffer
-
- putAAASer(Object[][][]) - Method in class water.AutoBuffer
-
- putAASer(Object[][]) - Method in class water.AutoBuffer
-
- putAAStr(String[][]) - Method in class water.AutoBuffer
-
- putAEnum(Enum[]) - Method in class water.AutoBuffer
-
- putAll(Map<? extends K, ? extends V>) - Method in class water.util.IcedHashMapBase
-
- putAll(Map<? extends K, ? extends V>) - Method in class water.util.IcedHashMapGeneric
-
- putASer(Object[]) - Method in class water.AutoBuffer
-
- putAStr(String[]) - Method in class water.AutoBuffer
-
- putAZ(boolean[]) - Method in class water.AutoBuffer
-
- putEnum(Enum) - Method in class water.AutoBuffer
-
- putIfAbsent(K, V) - Method in class water.util.IcedHashMap
-
- putIfMatch(Key, Value, Value) - Static method in class water.H2O
-
- putInt(int) - Method in class water.AutoBuffer
-
- putJNULL() - Method in class water.AutoBuffer
-
- putJSON(Freezable) - Method in class water.AutoBuffer
-
- putJSON(String, Freezable) - Method in class water.AutoBuffer
-
- putJSON1(byte) - Method in class water.AutoBuffer
-
- putJSON1(String, byte) - Method in class water.AutoBuffer
-
- putJSON4(int) - Method in class water.AutoBuffer
-
- putJSON4(String, int) - Method in class water.AutoBuffer
-
- putJSON4f(float) - Method in class water.AutoBuffer
-
- putJSON4f(String, float) - Method in class water.AutoBuffer
-
- putJSON8(String, long) - Method in class water.AutoBuffer
-
- putJSON8d(double) - Method in class water.AutoBuffer
-
- putJSON8d(String, double) - Method in class water.AutoBuffer
-
- putJSONA(Freezable[]) - Method in class water.AutoBuffer
-
- putJSONA(String, Freezable[]) - Method in class water.AutoBuffer
-
- putJSONA1(byte[]) - Method in class water.AutoBuffer
-
- putJSONA1(String, byte[]) - Method in class water.AutoBuffer
-
- putJSONA2(String, short[]) - Method in class water.AutoBuffer
-
- putJSONA4(String, int[]) - Method in class water.AutoBuffer
-
- putJSONA4f(String, float[]) - Method in class water.AutoBuffer
-
- putJSONA8(String, long[]) - Method in class water.AutoBuffer
-
- putJSONA8d(String, double[]) - Method in class water.AutoBuffer
-
- putJSONA8d(double[]) - Method in class water.AutoBuffer
-
- putJSONAA(Freezable[][]) - Method in class water.AutoBuffer
-
- putJSONAA(String, Freezable[][]) - Method in class water.AutoBuffer
-
- putJSONAA1(String, byte[][]) - Method in class water.AutoBuffer
-
- putJSONAA4(String, int[][]) - Method in class water.AutoBuffer
-
- putJSONAA8(String, long[][]) - Method in class water.AutoBuffer
-
- putJSONAA8d(String, double[][]) - Method in class water.AutoBuffer
-
- putJSONAA8d(double[][]) - Method in class water.AutoBuffer
-
- putJSONAAA(Freezable[][][]) - Method in class water.AutoBuffer
-
- putJSONAAA(String, Freezable[][][]) - Method in class water.AutoBuffer
-
- putJSONAAA4(String, int[][][]) - Method in class water.AutoBuffer
-
- putJSONAAA8(String, long[][][]) - Method in class water.AutoBuffer
-
- putJSONAAA8d(String, double[][][]) - Method in class water.AutoBuffer
-
- putJSONAAASer(String, Object[][][]) - Method in class water.AutoBuffer
-
- putJSONAASer(String, Object[][]) - Method in class water.AutoBuffer
-
- putJSONAAStr(String[][]) - Method in class water.AutoBuffer
-
- putJSONAAStr(String, String[][]) - Method in class water.AutoBuffer
-
- putJSONAEnum(String, Enum[]) - Method in class water.AutoBuffer
-
- putJSONAEnum(Enum[]) - Method in class water.AutoBuffer
-
- putJSONASer(String, Object[]) - Method in class water.AutoBuffer
-
- putJSONAStr(String[]) - Method in class water.AutoBuffer
-
- putJSONAStr(String, String[]) - Method in class water.AutoBuffer
-
- putJSONAZ(String, boolean[]) - Method in class water.AutoBuffer
-
- putJSONEnum(String, Enum) - Method in class water.AutoBuffer
-
- putJSONName(String) - Method in class water.AutoBuffer
-
- putJSONSer(String, Object) - Method in class water.AutoBuffer
-
- putJSONStr(String) - Method in class water.AutoBuffer
-
- putJSONStr(String, String) - Method in class water.AutoBuffer
-
- putJSONStrUnquoted(String) - Method in class water.AutoBuffer
-
- putJSONStrUnquoted(String, String) - Method in class water.AutoBuffer
-
- putJSONZ(String, boolean) - Method in class water.AutoBuffer
-
- putJSONZ(boolean) - Method in class water.AutoBuffer
-
- putKey(Key) - Method in class water.AutoBuffer
-
- PutKeyServlet - Class in water.api
-
Upload any value to K/V store.
- PutKeyServlet() - Constructor for class water.api.PutKeyServlet
-
- putNextEntry(LogArchiveWriter.ArchiveEntry) - Method in class water.util.LogArchiveWriter
-
- putSer(Object) - Method in class water.AutoBuffer
-
- putStr(String) - Method in class water.AutoBuffer
-
- putZ(boolean) - Method in class water.AutoBuffer
-
- pvh - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- R2 - Static variable in class hex.Model.GridSortBy
-
- r2() - Method in class hex.Model
-
- r2() - Method in class hex.ModelMetricsBinomialGeneric
-
- r2() - Method in class hex.ModelMetricsMultinomialGeneric
-
- r2() - Method in class hex.ModelMetricsRegressionGLMGeneric
-
- r2() - Method in class hex.ModelMetricsSupervised
-
- r2 - Variable in class water.api.schemas3.ModelMetricsBinomialV3
-
- r2 - Variable in class water.api.schemas3.ModelMetricsMultinomialV3
-
- r2 - Variable in class water.api.schemas3.ModelMetricsOrdinalGenericV3
-
- r2 - Variable in class water.api.schemas3.ModelMetricsOrdinalV3
-
- r2 - Variable in class water.api.schemas3.ModelMetricsRegressionV3
-
- raiseReproducibilityWarning(String, int) - Method in class hex.ModelBuilder
-
- rand() - Static method in class water.Key
-
A random string, useful as a Key name or partial Key suffix.
- randc - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- random_udp_drop - Variable in class water.H2O.OptArgs
-
-random_udp_drop, -random_udp_drop=true; test only, randomly drop udp incoming
- RandomBase - Class in water.util
-
- RandomBase() - Constructor for class water.util.RandomBase
-
- RandomBase(long) - Constructor for class water.util.RandomBase
-
- RandomDiscreteValueSearchCriteria() - Constructor for class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- RandomDiscreteValueSearchCriteriaV99() - Constructor for class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- RandomDiscreteValueSearchCriteriaV99(long, int, int) - Constructor for class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- RandomDiscreteValueWalker(MP, Map<String, Object[]>, ModelParametersBuilderFactory<MP>, HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria) - Constructor for class hex.grid.HyperSpaceWalker.RandomDiscreteValueWalker
-
- randomize - Variable in class hex.CreateFrame
-
- randomize - Variable in class water.api.schemas3.CreateFrameV3
-
- randomize - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- RandomSearchStoppingMetricValuesProvider() - Constructor for class hex.schemas.HyperSpaceSearchCriteriaV99.RandomSearchStoppingMetricValuesProvider
-
- RandomUtils - Class in water.util
-
- RandomUtils() - Constructor for class water.util.RandomUtils
-
- RandomUtils.H2ORandomRNG - Class in water.util
-
Stock Java RNG, but force the initial seed to have no zeros in either the
low 32 or high 32 bits - leading to well known really bad behavior.
- RandomUtils.MersenneTwisterRNG - Class in water.util
-
Random number generator based on the
Mersenne Twister algorithm developed by Makoto Matsumoto
and Takuji Nishimura.
- RandomUtils.PCGRNG - Class in water.util
-
- RandomUtils.RNGType - Enum in water.util
-
- RandomUtils.XorShiftRNG - Class in water.util
-
Simple XorShiftRNG.
- ranef - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- range(int, int) - Static method in class water.util.ArrayUtils
-
Provide array from start to end in steps of 1
- rankTsv() - Method in class hex.leaderboard.Leaderboard
-
- Rapids - Class in water.rapids
-
Rapids is an interpreter of abstract syntax trees.
- Rapids.IllegalASTException - Exception in water.rapids
-
- RapidsExpressionV3() - Constructor for class water.api.schemas3.RapidsHelpV3.RapidsExpressionV3
-
- RapidsFrameV3 - Class in water.api.schemas3
-
- RapidsFrameV3() - Constructor for class water.api.schemas3.RapidsFrameV3
-
- RapidsFrameV3(Frame) - Constructor for class water.api.schemas3.RapidsFrameV3
-
- RapidsFunctionV3 - Class in water.api.schemas3
-
- RapidsFunctionV3() - Constructor for class water.api.schemas3.RapidsFunctionV3
-
- RapidsFunctionV3(String) - Constructor for class water.api.schemas3.RapidsFunctionV3
-
- RapidsHandler - Class in water.api
-
- RapidsHandler() - Constructor for class water.api.RapidsHandler
-
- RapidsHandler.StartSession4 - Class in water.api
-
- RapidsHelpV3 - Class in water.api.schemas3
-
Help for the rapids language
- RapidsHelpV3() - Constructor for class water.api.schemas3.RapidsHelpV3
-
- RapidsHelpV3.RapidsExpressionV3 - Class in water.api.schemas3
-
- RapidsMapFrameV3 - Class in water.api.schemas3
-
- RapidsMapFrameV3() - Constructor for class water.api.schemas3.RapidsMapFrameV3
-
- RapidsMapFrameV3(Map<String, Frame>) - Constructor for class water.api.schemas3.RapidsMapFrameV3
-
- RapidsNumbersV3 - Class in water.api.schemas3
-
- RapidsNumbersV3() - Constructor for class water.api.schemas3.RapidsNumbersV3
-
- RapidsNumbersV3(double[]) - Constructor for class water.api.schemas3.RapidsNumbersV3
-
- RapidsNumberV3 - Class in water.api.schemas3
-
- RapidsNumberV3() - Constructor for class water.api.schemas3.RapidsNumberV3
-
- RapidsNumberV3(double) - Constructor for class water.api.schemas3.RapidsNumberV3
-
- RapidsSchemaV3<I extends Iced,S extends RapidsSchemaV3<I,S>> - Class in water.api.schemas3
-
- RapidsSchemaV3() - Constructor for class water.api.schemas3.RapidsSchemaV3
-
- RapidsStringsV3 - Class in water.api.schemas3
-
- RapidsStringsV3() - Constructor for class water.api.schemas3.RapidsStringsV3
-
- RapidsStringsV3(String[]) - Constructor for class water.api.schemas3.RapidsStringsV3
-
- RapidsStringV3 - Class in water.api.schemas3
-
- RapidsStringV3() - Constructor for class water.api.schemas3.RapidsStringV3
-
- RapidsStringV3(String) - Constructor for class water.api.schemas3.RapidsStringV3
-
- RapidsV99 - Class in water.api.schemas99
-
- RapidsV99() - Constructor for class water.api.schemas99.RapidsV99
-
- ratios - Variable in class water.api.schemas3.SplitFrameV3
-
- raw_clear() - Static method in class water.H2O
-
- raw_remove(Key) - Static method in class water.H2O
-
- RawChunk - Class in water.fvec
-
Representative of TypedChunk in the world of typeless chunks.
- RawChunk(TypedChunk<?>) - Constructor for class water.fvec.RawChunk
-
- rawChunk() - Method in class water.udf.DataChunk
-
- rawChunk() - Method in class water.udf.Fun2Column.FunChunk
-
- rawChunk() - Method in class water.udf.Fun3Column.FunChunk
-
- rawChunk() - Method in class water.udf.FunColumn.FunChunk
-
- rawChunk() - Method in interface water.udf.TypedChunk
-
- read(AutoBuffer) - Method in interface water.Freezable
-
Standard "read thyself from the AutoBuffer" call, using the fast Iced protocol.
- read() - Method in class water.fvec.Frame.CSVStream
-
- read(byte[], int, int) - Method in class water.fvec.Frame.CSVStream
-
- read(URI, PersistUtils.Reader<T>) - Static method in class water.fvec.persist.PersistUtils
-
- read(AutoBuffer) - Method in interface water.fvec.persist.PersistUtils.Reader
-
- read(InputStreamReader) - Method in interface water.fvec.persist.PersistUtils.StreamReader
-
- read(AutoBuffer) - Method in class water.H2O.H2OCountedCompleter
-
- read(AutoBuffer) - Method in class water.Iced
-
Standard "read thyself from the AutoBuffer" call, using the fast Iced protocol.
- read(AutoBuffer, T) - Method in class water.Icer
-
- read(InputStream, byte[], int, int) - Static method in class water.util.ByteStreams
-
- read(AutoBuffer) - Method in class water.util.IcedAtomicInt
-
- read() - Method in class water.util.LinuxProcFileReader
-
Read and parse data from /proc/stat and /proc/<pid>/stat.
- read_impl(AutoBuffer) - Method in class hex.grid.HyperParameters
-
- read_impl(AutoBuffer) - Method in class water.fvec.Chunk
-
- read_impl(AutoBuffer) - Method in class water.H2ONode
-
- read_impl(Key, AutoBuffer) - Static method in class water.Key
-
- read_impl(AutoBuffer) - Method in class water.parser.BufferedString
-
- read_impl(AutoBuffer) - Method in class water.util.IcedHashMapBase
-
Helper for serialization - fills the mymap() from K-V pairs in the AutoBuffer object
- read_impl(AutoBuffer) - Method in class water.util.IcedHashMapGeneric
-
Helper for serialization - fills the mymap() from K-V pairs in the AutoBuffer object
- read_impl(AutoBuffer) - Method in class water.util.IcedHashSet
-
- read_impl(AutoBuffer) - Method in class water.util.VecUtils.CollectIntegerDomain
-
- read_impl(AutoBuffer) - Method in class water.Value
-
- read_lock(Key, Job) - Static method in class water.Lockable
-
Atomically get a read-lock on Key k, preventing future deletes or updates
- read_lock(Key, Key<Job>) - Static method in class water.Lockable
-
- read_lock(Key<Job>) - Method in class water.Lockable
-
Atomically get a read-lock on this, preventing future deletes or updates
- read_lock_frames(Job) - Method in class hex.Model.Parameters
-
Read-Lock both training and validation User frames.
- read_unlock_frames(Job) - Method in class hex.Model.Parameters
-
Read-UnLock both training and validation User frames.
- readable() - Method in class water.fvec.AppendableVec
-
- readAll(AutoBuffer) - Static method in class water.Keyed
-
Read a Keyed object, and all nested Keys.
- readAll_impl(AutoBuffer, Futures) - Method in class hex.grid.Grid
-
- readAll_impl(AutoBuffer, Futures) - Method in class hex.Model
-
- readAll_impl(AutoBuffer, Futures) - Method in class water.fvec.Frame
-
- readAll_impl(AutoBuffer, Futures) - Method in class water.fvec.InteractionWrappedVec
-
- readAll_impl(AutoBuffer, Futures) - Method in class water.fvec.SubsetVec
-
- readAll_impl(AutoBuffer, Futures) - Method in class water.fvec.Vec
-
- readAll_impl(AutoBuffer, Futures) - Method in class water.fvec.Vec.VectorGroup
-
- readAll_impl(AutoBuffer, Futures) - Method in class water.Keyed
-
- Reader() - Constructor for class water.fvec.Vec.Reader
-
- readExternal(ObjectInput) - Method in class water.Iced
-
Implementation of the
Iced
serialization protocol, only called by
auto-genned code.
- readFully(InputStream, byte[]) - Static method in class water.util.ByteStreams
-
- readJSON(AutoBuffer) - Method in interface water.Freezable
-
Standard "read thyself from the AutoBuffer" call, using JSON.
- readJSON(AutoBuffer) - Method in class water.H2O.H2OCountedCompleter
-
- readJSON(AutoBuffer) - Method in class water.Iced
-
Standard "read thyself from the AutoBuffer" call, using JSON.
- readJSON(AutoBuffer, T) - Method in class water.Icer
-
- readJSON(AutoBuffer) - Method in class water.util.IcedAtomicInt
-
- readJSON_impl(AutoBuffer) - Method in class hex.grid.HyperParameters
-
- readJSON_impl(AutoBuffer) - Method in class water.H2ONode
-
- readJSON_impl(AutoBuffer) - Method in class water.util.IcedHashMapBase
-
- readJSON_impl(AutoBuffer) - Method in class water.util.IcedHashMapGeneric
-
- readJSON_impl(AutoBuffer) - Method in class water.util.IcedHashSet
-
- readKey() - Method in class water.tools.EncryptionTool
-
- readKey(AutoBuffer, IcedHashMapBase.KeyType) - Method in class water.util.IcedHashMapBase
-
- readPut(String, InputStream, UploadFileVec.ReadPutStats) - Static method in class water.fvec.UploadFileVec
-
- readPut(Key, InputStream, UploadFileVec.ReadPutStats) - Static method in class water.fvec.UploadFileVec
-
- ReadPutStats() - Constructor for class water.fvec.UploadFileVec.ReadPutStats
-
- readStream(URI, PersistUtils.StreamReader<T>) - Static method in class water.fvec.persist.PersistUtils
-
- readValue(AutoBuffer, IcedHashMapBase.ValueType, IcedHashMapBase.ArrayType) - Method in class water.util.IcedHashMapBase
-
- ready_for_view - Variable in class water.api.schemas3.JobV3
-
- readyForView() - Method in class water.Job
-
- REAL - Static variable in class water.parser.BufferedString
-
- real_lb - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- real_lb - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- real_range - Variable in class hex.CreateFrame
-
- real_range - Variable in class water.api.schemas3.CreateFrameV3
-
- real_range - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- real_ub - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- real_ub - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- RealColumnCfcm - Class in hex.createframe.columns
-
Real-valued random column.
- RealColumnCfcm() - Constructor for class hex.createframe.columns.RealColumnCfcm
-
- RealColumnCfcm(String, double, double) - Constructor for class hex.createframe.columns.RealColumnCfcm
-
- reason - Variable in class water.api.schemas3.CloudLockV3
-
- rebalance(Frame, boolean, String) - Method in class hex.ModelBuilder
-
Rebalance a frame for load balancing
- RebalanceDataSet - Class in water.fvec
-
Created by tomasnykodym on 3/28/14.
- RebalanceDataSet(Frame, Frame, Key<?>) - Constructor for class water.fvec.RebalanceDataSet
-
Constructor for make-compatible task.
- RebalanceDataSet(long[], Vec.VectorGroup, Frame, Key<?>) - Constructor for class water.fvec.RebalanceDataSet
-
- RebalanceDataSet(Frame, Key, int) - Constructor for class water.fvec.RebalanceDataSet
-
- RebalanceDataSet(Frame, Key, int, H2O.H2OCountedCompleter, Key) - Constructor for class water.fvec.RebalanceDataSet
-
- RebalanceDataSet.RebalanceTask - Class in water.fvec
-
- RebalanceTask(H2O.H2OCountedCompleter, Vec...) - Constructor for class water.fvec.RebalanceDataSet.RebalanceTask
-
- recall() - Method in class hex.ConfusionMatrix
-
The percentage of positive labeled instances that were predicted as positive.
- recoH2O() - Method in class water.init.TimelineSnapshot.Event
-
- Recoverable<T extends Keyed> - Interface in hex.faulttolerance
-
- Recovery<T extends Keyed> - Class in hex.faulttolerance
-
H2O Auto-Recovery Support
- Recovery(String) - Constructor for class hex.faulttolerance.Recovery
-
- Recovery.ReferenceType - Enum in hex.faulttolerance
-
Frame
object referenced by params are stored in a distributed manner, hence we need to
distinguish them from other types of
Keyed
references.
- recovery_dir - Variable in class hex.schemas.GridSearchSchema
-
- recovery_dir - Variable in class water.api.RecoveryHandler.ResumeV3
-
- RECOVERY_META_FILE - Static variable in class hex.faulttolerance.Recovery
-
- RecoveryHandler - Class in water.api
-
- RecoveryHandler() - Constructor for class water.api.RecoveryHandler
-
- RecoveryHandler.ResumeV3 - Class in water.api
-
- recoveryMetaFile() - Method in class hex.faulttolerance.Recovery
-
- RecursiveAction - Class in jsr166y
-
- RecursiveAction() - Constructor for class jsr166y.RecursiveAction
-
- RecursiveTask<V> - Class in jsr166y
-
- RecursiveTask() - Constructor for class jsr166y.RecursiveTask
-
- reduce(AUC2.AUCBuilder) - Method in class hex.AUC2.AUCBuilder
-
- reduce(AUUC.AUUCBuilder) - Method in class hex.AUUC.AUUCBuilder
-
- reduce(T) - Method in class hex.CMetricScoringTask
-
- reduce(GainsLift.GainsLiftBuilder) - Method in class hex.GainsLift.GainsLiftBuilder
-
- reduce(MeanResidualDeviance.MeanResidualBuilder) - Method in class hex.MeanResidualDeviance.MeanResidualBuilder
-
- reduce(Model<M, P, O>.BigScore) - Method in class hex.Model.BigScore
-
- reduce(T) - Method in class hex.ModelMetrics.MetricBuilder
-
- reduce(Object) - Method in class hex.ModelMetrics.MetricBuilder
-
- reduce(T) - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- reduce(ModelMetricsBinomialUplift.MetricBuilderBinomialUplift) - Method in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- reduce(ModelMetricsClustering.MetricBuilderClustering) - Method in class hex.ModelMetricsClustering.MetricBuilderClustering
-
- reduce(T) - Method in class hex.ModelMetricsMultinomial.MetricBuilderMultinomial
-
- reduce(T) - Method in class hex.ModelMetricsOrdinal.MetricBuilderOrdinal
-
- reduce(T) - Method in class hex.ModelMetricsRegression.MetricBuilderRegression
-
- reduce(AppendableVec) - Method in class water.fvec.AppendableVec
-
- reduce(CreateInteractions.createInteractionDomain) - Method in class water.fvec.CreateInteractions.createInteractionDomain
-
- reduce(FillNAWithLongValueTask) - Method in class water.fvec.task.FillNAWithLongValueTask
-
- reduce(UniqOldTask) - Method in class water.fvec.task.UniqOldTask
-
Deprecated.
- reduce(UniqTask) - Method in class water.fvec.task.UniqTask
-
- reduce(T) - Method in class water.MrFun
-
- reduce(T) - Method in class water.MRTask
-
Override to combine results from 'mrt' into 'this' MRTask.
- reduce(StreamParseWriter) - Method in class water.parser.FVecParseWriter
-
- reduce(ParseSetup.GuessSetupTsk) - Method in class water.parser.ParseSetup.GuessSetupTsk
-
Merges ParseSetup results, conflicts, and errors from several files
- reduce(StreamParseWriter) - Method in class water.parser.PreviewParseWriter
-
- reduce(StreamParseWriter) - Method in interface water.parser.StreamParseWriter
-
- reduce(AstHist.FourthMomTask) - Method in class water.rapids.ast.prims.advmath.AstHist.FourthMomTask
-
- reduce(AstHist.HistTask) - Method in class water.rapids.ast.prims.advmath.AstHist.HistTask
-
- reduce(AstHist.ThirdMomTask) - Method in class water.rapids.ast.prims.advmath.AstHist.ThirdMomTask
-
- reduce(AstStratifiedSplit.ClassIdxTask) - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.ClassIdxTask
-
- reduce(MRTask) - Method in class water.rapids.ast.prims.models.AstFairnessMetrics.FairnessMRTask
-
- reduce(AstGroup.GBTaskAggsPerMap) - Method in class water.rapids.ast.prims.mungers.AstGroup.GBTaskAggsPerMap
-
- reduce(AstRankWithinGroupBy.SortnGrouby) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.SortnGrouby
-
- reduce(AstCumu.CumuTask) - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTask
-
- reduce(AstCumu.CumuTaskWholeFrame) - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTaskWholeFrame
-
- reduce(AstTopN.GrabTopNPQ<E>) - Method in class water.rapids.ast.prims.reducers.AstTopN.GrabTopNPQ
-
- reduce(double[], double[]) - Method in interface water.udf.CMetricFunc
-
Combine two map-call results together.
- reduce(ArrayUtils.FrameToArray) - Method in class water.util.ArrayUtils.FrameToArray
-
- reduce(ChunkSummary) - Method in class water.util.ChunkSummary
-
- reduce(FileIntegrityChecker) - Method in class water.util.FileIntegrityChecker
-
- reduce(FrameUtils.CalculateWeightMeanSTD) - Method in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- reduce(FrameUtils.Vec2ArryTsk) - Method in class water.util.FrameUtils.Vec2ArryTsk
-
- reduce(FrameUtils.Vecs2ArryTsk) - Method in class water.util.FrameUtils.Vecs2ArryTsk
-
- reduce(FrameUtils.WeightedMean) - Method in class water.util.FrameUtils.WeightedMean
-
- reduce(JStackCollectorTask) - Method in class water.util.JStackCollectorTask
-
- reduce(MathUtils.BasicStats) - Method in class water.util.MathUtils.BasicStats
-
- reduce(MathUtils.SquareError) - Method in class water.util.MathUtils.SquareError
-
- reduce(MRUtils.ClassDist) - Method in class water.util.MRUtils.ClassDist
-
- reduce(MRUtils.ClassDistQuasibinomial) - Method in class water.util.MRUtils.ClassDistQuasibinomial
-
- reduce(MRUtils.Dist) - Method in class water.util.MRUtils.Dist
-
- reduce(ProfileCollectorTask) - Method in class water.util.ProfileCollectorTask
-
- reduce(ReproducibilityInformationUtils.NodeInfoTask) - Method in class water.util.ReproducibilityInformationUtils.NodeInfoTask
-
- reduce(VecUtils.CollectDomainFast) - Method in class water.util.VecUtils.CollectDomainFast
-
- reduce(VecUtils.CollectDomainWeights) - Method in class water.util.VecUtils.CollectDomainWeights
-
- reduce(VecUtils.CollectDoubleDomain) - Method in class water.util.VecUtils.CollectDoubleDomain
-
- reduce(VecUtils.CollectIntegerDomain) - Method in class water.util.VecUtils.CollectIntegerDomain
-
- reduce(VecUtils.DotProduct) - Method in class water.util.VecUtils.DotProduct
-
- reduce(VecUtils.MeanResponsePerLevelTask) - Method in class water.util.VecUtils.MeanResponsePerLevelTask
-
- reduce(VecUtils.MinMaxTask) - Method in class water.util.VecUtils.MinMaxTask
-
- reduceForCV(T) - Method in class hex.ModelMetrics.MetricBuilder
-
- reduceForCV(ModelMetricsClustering.MetricBuilderClustering) - Method in class hex.ModelMetricsClustering.MetricBuilderClustering
-
Reduce the Metric builder clustering for CV without cluster statistics.
- reduceMax(float[], float[]) - Static method in class water.util.ArrayUtils
-
- reduceMin(float[], float[]) - Static method in class water.util.ArrayUtils
-
- REFERENCES_META_FILE_SUFFIX - Static variable in class hex.faulttolerance.Recovery
-
- referencesMetaFile(Recoverable<T>) - Method in class hex.faulttolerance.Recovery
-
- ReflectionUtils - Class in water.util
-
- ReflectionUtils() - Constructor for class water.util.ReflectionUtils
-
- RegexTokenizer - Class in hex
-
RegexTokenizer splits rows of a given Frame into delimited sequences of tokens using a regular expression.
- RegexTokenizer(String) - Constructor for class hex.RegexTokenizer
-
- RegexTokenizer.Builder - Class in hex
-
- register() - Method in class jsr166y.Phaser
-
Adds a new unarrived party to this phaser.
- register(Schema) - Static method in class water.api.SchemaServer
-
Register the given schema class.
- register(Key<Job>, FVecParseWriter) - Static method in class water.FrameSizeMonitor
-
- register(FVecParseWriter) - Method in class water.FrameSizeMonitor
-
- register(String, Class<? extends Handler>, String, String, String) - Static method in class water.H2O
-
Deprecated.
- registerAllSchemasIfNecessary(Schema...) - Static method in class water.api.SchemaServer
-
Find all schemas using reflection and register them.
- registerAuthExtensions() - Method in class water.ExtensionManager
-
- registerCoreExtensions() - Method in class water.ExtensionManager
-
Register H2O extensions.
- registerEndpoint(String, String, Class<? extends Handler>, String, String) - Method in class water.api.RequestServer.DummyRestApiContext
-
- registerEndpoint(String, String, String, Class<? extends Handler>, String, String, HandlerFactory) - Method in class water.api.RequestServer.DummyRestApiContext
-
- registerEndpoint(String, Class<? extends RestApiHandler>) - Method in class water.api.RequestServer.DummyRestApiContext
-
- registerEndpoint(String, String, Class<? extends Handler>, String, String) - Static method in class water.api.RequestServer
-
Register an HTTP request handler method for a given URL pattern, with parameters extracted from the URI.
- registerEndpoint(String, String, String, Class<? extends Handler>, String, String, HandlerFactory) - Static method in class water.api.RequestServer
-
- registerEndpoint(String, Class<? extends RestApiHandler>) - Static method in class water.api.RequestServer
-
Register an HTTP request handler for the given URL pattern.
- registerEndpoint(String, String, Class<? extends Handler>, String, String) - Method in interface water.api.RestApiContext
-
- registerEndpoint(String, String, String, Class<? extends Handler>, String, String, HandlerFactory) - Method in interface water.api.RestApiContext
-
- registerEndpoint(String, Class<? extends RestApiHandler>) - Method in interface water.api.RestApiContext
-
- registerEndPoints(RestApiContext) - Method in class water.api.RegisterV3Api
-
- registerEndPoints(RestApiContext) - Method in class water.api.RegisterV4Api
-
- registerEndPoints(RestApiContext) - Method in interface water.api.RestApiExtension
-
- registerListenerExtensions() - Method in class water.ExtensionManager
-
Register various listener extensions
Use reflection to find all classes that inherit from
AbstractRegister
and call the register() method for each.
- registerModelBuilder(RestApiContext, ModelBuilder, int) - Method in class water.api.AlgoAbstractRegister
-
Register algorithm common REST interface.
- registerResourceRoot(File) - Static method in class water.H2O
-
- registerResourceRoot(File) - Static method in class water.init.JarHash
-
- registerRestApiExtensions() - Method in class water.ExtensionManager
-
Register REST API routes.
- registerSchema(Schema...) - Method in class water.api.RequestServer.DummyRestApiContext
-
- registerSchema(Schema...) - Method in interface water.api.RestApiContext
-
- registerSchemas(RestApiContext) - Method in class water.api.AbstractRegister
-
- registerSchemas(RestApiContext) - Method in interface water.api.RestApiExtension
-
- RegisterV3Api - Class in water.api
-
- RegisterV3Api() - Constructor for class water.api.RegisterV3Api
-
- RegisterV4Api - Class in water.api
-
Master-class for v4 REST APIs
- RegisterV4Api() - Constructor for class water.api.RegisterV4Api
-
- reinitialize() - Method in class jsr166y.ForkJoinTask
-
Resets the internal bookkeeping state of this task, allowing a
subsequent fork
.
- relDist() - Method in class water.util.MRUtils.ClassDist
-
- relDist() - Method in class water.util.MRUtils.ClassDistQuasibinomial
-
- reloadFromBytes(byte[]) - Method in interface water.Freezable
-
Replace yourself with deserialized version from the given bytes.
- reloadFromBytes(byte[]) - Method in class water.fvec.Chunk
-
- reloadFromBytes(byte[]) - Method in class water.H2O.H2OCountedCompleter
-
- reloadFromBytes(byte[]) - Method in class water.Iced
-
- reloadFromBytes(byte[]) - Method in class water.util.IcedAtomicInt
-
- reloadVecs() - Method in class water.fvec.Frame
-
Force a cache-flush and reload, assuming vec mappings were altered
remotely, or that the _vecs array was shared and now needs to be a
defensive copy.
- remainingCapacity() - Method in class jsr166y.LinkedTransferQueue
-
Always returns Integer.MAX_VALUE
because a
LinkedTransferQueue
is not capacity constrained.
- remainingTime() - Method in class water.util.Countdown
-
- remainingTimeSecs() - Method in class hex.ModelBuilder
-
- remapDomain(String[], Vec) - Static method in class water.util.VecUtils
-
Remaps vec's current domain levels to a new set of values.
- RemoteRunnable() - Constructor for class water.H2O.RemoteRunnable
-
- remove() - Method in class jsr166y.ConcurrentLinkedDeque
-
- remove(Object) - Method in class jsr166y.ConcurrentLinkedDeque
-
Removes the first element e
such that
o.equals(e)
, if such an element exists in this deque.
- remove(Object) - Method in class jsr166y.LinkedTransferQueue
-
Removes a single instance of the specified element from this queue,
if it is present.
- remove(int, RemoveAllV3) - Method in class water.api.RemoveAllHandler
-
- remove(int, RemoveV3) - Method in class water.api.RemoveHandler
-
- remove(Key) - Static method in class water.DKV
-
Remove any mapping for key.
- remove(Key, Futures) - Static method in class water.DKV
-
Remove any mapping for key.
- remove(String) - Method in class water.fvec.Frame
-
Removes the column with a matching name.
- remove(String[]) - Method in class water.fvec.Frame
-
- remove(int[]) - Method in class water.fvec.Frame
-
Removes a list of columns by index; the index list must be sorted
- remove(int) - Method in class water.fvec.Frame
-
Removes a numbered column.
- remove() - Method in class water.init.TimelineSnapshot
-
- remove() - Method in class water.Key
-
- remove(Futures) - Method in class water.Key
-
- remove() - Method in class water.Keyed
-
Remove this Keyed object, and all subparts; blocking.
- remove(boolean) - Method in class water.Keyed
-
Remove this Keyed object, including all subparts if cascade = true; blocking.
- remove(Futures) - Method in class water.Keyed
-
Remove this Keyed object, and all subparts.
- remove(Futures, boolean) - Method in class water.Keyed
-
Remove this Keyed object, including all subparts if cascade = true.
- remove(Key) - Static method in class water.Keyed
-
Removes the Keyed object associated to the key, and all subparts; blocking.
- remove(Key, Futures, boolean) - Static method in class water.Keyed
-
Remove the Keyed object associated to the key, and all subparts.
- remove(Frame) - Method in class water.rapids.Session
-
Remove and delete a session-tracked frame.
- remove(String[], String) - Static method in class water.util.ArrayUtils
-
- remove(T[], int) - Static method in class water.util.ArrayUtils
-
- remove(byte[], int) - Static method in class water.util.ArrayUtils
-
- remove(int[], int) - Static method in class water.util.ArrayUtils
-
- remove(long[], int) - Static method in class water.util.ArrayUtils
-
- remove(Object, Object) - Method in class water.util.IcedHashMap
-
- remove(Object) - Method in class water.util.IcedHashMapBase
-
- remove(Object) - Method in class water.util.IcedHashMapGeneric
-
- remove(Object) - Method in class water.util.IcedHashSet
-
- remove_impl(Futures, boolean) - Method in class hex.grid.Grid
-
- remove_impl(Futures, boolean) - Method in class hex.leaderboard.Leaderboard
-
Delete object and its dependencies from DKV, including models.
- remove_impl(Futures, boolean) - Method in class hex.Model
-
- remove_impl(Futures, boolean) - Method in class hex.segments.SegmentModels
-
- remove_impl(Futures, boolean) - Method in class water.fvec.Frame
-
Actually remove/delete all Vecs from memory, not just from the Frame.
- remove_impl(Futures, boolean) - Method in class water.fvec.SubsetVec
-
- remove_impl(Futures, boolean) - Method in class water.fvec.Vec
-
Remove associated Keys when this guy removes.
- remove_impl(Futures, boolean) - Method in class water.fvec.Vec.VectorGroup
-
- remove_impl(Futures) - Method in class water.Keyed
-
- remove_impl(Futures, boolean) - Method in class water.Keyed
-
Override to remove subparts, but not self, of composite Keyed objects.
- remove_self_key_impl(Futures) - Method in class water.fvec.Vec
-
- remove_self_key_impl(Futures) - Method in class water.Keyed
-
Remove my own key from DKV.
- removeAll() - Method in class water.fvec.Frame
-
Remove all the vecs from frame.
- removeAll(Collection<?>) - Method in class water.util.IcedHashSet
-
- RemoveAllHandler - Class in water.api
-
- RemoveAllHandler() - Constructor for class water.api.RemoveAllHandler
-
- RemoveAllV3 - Class in water.api.schemas3
-
- RemoveAllV3() - Constructor for class water.api.schemas3.RemoveAllV3
-
- RemoveCall(H2O.H2OCountedCompleter, Key) - Constructor for class water.DTask.RemoveCall
-
- removeErrors() - Method in class water.parser.FVecParseWriter
-
- removeErrors() - Method in interface water.parser.ParseWriter
-
- removeErrors() - Method in class water.parser.PreviewParseWriter
-
- removeFirst() - Method in class jsr166y.ConcurrentLinkedDeque
-
- removeFirstOccurrence(Object) - Method in class jsr166y.ConcurrentLinkedDeque
-
Removes the first element e
such that
o.equals(e)
, if such an element exists in this deque.
- RemoveHandler - Class in water.api
-
- RemoveHandler() - Constructor for class water.api.RemoveHandler
-
- removeIds(int[], int[]) - Static method in class water.util.ArrayUtils
-
- removeIds(double[], int[]) - Static method in class water.util.ArrayUtils
-
- removeInteractionOnlyColumns(Frame) - Method in class hex.Model.InteractionSpec
-
- removeLast() - Method in class jsr166y.ConcurrentLinkedDeque
-
- removeLastOccurrence(Object) - Method in class jsr166y.ConcurrentLinkedDeque
-
Removes the last element e
such that
o.equals(e)
, if such an element exists in this deque.
- removeModel(Key<M>, boolean) - Method in class hex.leaderboard.Leaderboard
-
- removeModels(Key<Model>[], boolean) - Method in class hex.leaderboard.Leaderboard
-
- RemoveNAsTask(int...) - Constructor for class water.rapids.Merge.RemoveNAsTask
-
- removeNodeFromFlatfile(H2ONode) - Static method in class water.H2O
-
Remove node from a manual multicast list.
- removeNumericSuffix(String) - Static method in class hex.createframe.postprocess.ShuffleColumnsCfps
-
Helper function which strips the provided name from any numeric suffix in the end.
- removePersist() - Method in class water.Value
-
Remove dead Values from disk
- removeQuietly(Key) - Static method in class water.Keyed
-
- removeSorted(int[], int[]) - Static method in class water.util.ArrayUtils
-
Remove b from a, both a,b are assumed to be sorted.
- RemoveV3 - Class in water.api.schemas3
-
- RemoveV3() - Constructor for class water.api.schemas3.RemoveV3
-
- rename(String, String) - Method in class water.persist.Persist
-
- rename(String, String) - Method in class water.persist.PersistManager
-
- reOrder(int[]) - Method in class water.fvec.Frame
-
Re-order the columns according to the new order specified in newOrder.
- reorderColumns(Frame) - Method in class hex.Model.InteractionSpec
-
Reorders columns of a Frame so that columns that only used to make interactions
are at the end of the Frame.
- ReorderTask(int[]) - Constructor for class water.util.VecUtils.ReorderTask
-
- repeats - Variable in class water.init.NetworkTest.NetworkTester
-
- repeats - Variable in class water.init.NetworkTest
-
- replace(int, Vec) - Method in class water.fvec.Frame
-
Replace one column with another.
- replace(K, V, V) - Method in class water.util.IcedHashMap
-
- replace(K, V) - Method in class water.util.IcedHashMap
-
- replace(String, Key) - Method in class water.util.RString
-
- replace(String, Object) - Method in class water.util.RString
-
- replaceAll(Chunk) - Method in class water.fvec.Chunk
-
Replace all rows with this new chunk
- REPLACEMENTS - Static variable in class water.util.SB
-
- report(String, Object...) - Method in interface water.H2OListenerExtension
-
- report(String, Object...) - Method in class water.ListenerService
-
- reportBrokenCategorical(int, int, long, int[], int) - Method in class water.fvec.Chunk
-
Used by the parser to help report various internal bugs.
- reproducibility_information_table - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- ReproducibilityInformationUtils - Class in water.util
-
- ReproducibilityInformationUtils() - Constructor for class water.util.ReproducibilityInformationUtils
-
- ReproducibilityInformationUtils.NodeInfoTask - Class in water.util
-
- REQUEST_ENTITY_TOO_LARGE - Static variable in class water.util.HttpResponseStatus
-
413 Request Entity Too Large
- REQUEST_TIMEOUT - Static variable in class water.util.HttpResponseStatus
-
408 Request Timeout
- REQUEST_URI_TOO_LONG - Static variable in class water.util.HttpResponseStatus
-
414 Request-URI Too Long
- REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class water.util.HttpResponseStatus
-
416 Requested Range Not Satisfiable
- RequestSchemaV3<I extends Iced,S extends RequestSchemaV3<I,S>> - Class in water.api.schemas3
-
Base Schema class for all REST API requests, gathering up common behavior such as the
- RequestSchemaV3() - Constructor for class water.api.schemas3.RequestSchemaV3
-
- RequestServer - Class in water.api
-
This is a simple web server which accepts HTTP requests and routes them
to methods in Handler classes for processing.
- RequestServer() - Constructor for class water.api.RequestServer
-
- RequestServer.DummyRestApiContext - Class in water.api
-
Dummy Rest API context which is redirecting calls to static method API.
- RequestServer.HttpLogFilter - Interface in water.api
-
Create a new HttpLogFilter.
- RequestServer.LogFilterLevel - Enum in water.api
-
- requestShutdown() - Static method in class water.H2O
-
- RequestUri - Class in water.api
-
- RequestUri(String, String) - Constructor for class water.api.RequestUri
-
- required - Variable in class water.api.schemas3.FieldMetadataV3
-
- required - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- res - Variable in class water.util.FrameUtils.Vec2ArryTsk
-
- res - Variable in class water.util.FrameUtils.Vecs2ArryTsk
-
- RESDEV - Static variable in class hex.Model.GridSortBy
-
- reserveKeys(int) - Method in class water.fvec.Vec.VectorGroup
-
Reserve a range of keys and return index of first new available key
- reset() - Method in class hex.Distribution
-
Method useful for custom distribution only.
- reset() - Method in class water.fvec.ChunkVisitor.CombiningDoubleAryVisitor
-
- reset() - Method in class water.fvec.TransformWrappedVec.Function1DTransform
-
- reset() - Method in interface water.fvec.TransformWrappedVec.Transform
-
- reset() - Method in class water.util.Countdown
-
- RESET_CONTENT - Static variable in class water.util.HttpResponseStatus
-
205 Reset Content
- resetMsg(String) - Method in exception water.parser.ParseDataset.H2OParseException
-
- resetThreshold(double) - Method in class hex.Model.Output
-
- resetThreshold(double) - Method in class hex.Model
-
- residual_degrees_of_freedom() - Method in interface hex.GLMMetrics
-
- residual_degrees_of_freedom() - Method in class hex.ModelMetrics
-
- residual_degrees_of_freedom() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- residual_degrees_of_freedom() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- residual_degrees_of_freedom() - Method in class hex.ModelMetricsBinomialGLM
-
- residual_degrees_of_freedom() - Method in class hex.ModelMetricsHGLMGaussianGaussian
-
- residual_degrees_of_freedom() - Method in class hex.ModelMetricsRegressionGLM
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsBinomialGLMV3
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMV3
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMV3
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
-
- residual_degrees_of_freedom - Variable in class water.api.schemas3.ModelMetricsRegressionGLMV3
-
- residual_deviance() - Method in interface hex.GLMMetrics
-
- residual_deviance() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- residual_deviance() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- residual_deviance() - Method in class hex.ModelMetricsBinomialGLM
-
- residual_deviance() - Method in class hex.ModelMetricsHGLMGaussianGaussian
-
- residual_deviance() - Method in class hex.ModelMetricsRegression
-
- residual_deviance() - Method in class hex.ModelMetricsRegressionGLM
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsBinomialGLMGenericV3
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsBinomialGLMV3
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMGenericV3
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsMultinomialGLMV3
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMGenericV3
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsOrdinalGLMV3
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsRegressionGLMGenericV3
-
- residual_deviance - Variable in class water.api.schemas3.ModelMetricsRegressionGLMV3
-
- resize(int) - Method in class water.fvec.NewChunk.Exponents
-
- resize(int) - Method in class water.fvec.NewChunk.Mantissas
-
- response() - Method in class hex.ModelBuilder
-
Train response vector.
- response - Variable in class water.api.schemas3.TabulateV3
-
- response(AutoBuffer) - Method in class water.RPC
-
- response_column - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- response_column_name - Variable in class water.api.schemas3.ModelSchemaBaseV3
-
- response_factors - Variable in class hex.CreateFrame
-
- response_factors - Variable in class water.api.schemas3.CreateFrameV3
-
- response_factors - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- response_lb - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- response_lb - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- response_nlevels - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- response_nlevels - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- response_p - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- response_p - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- response_rates() - Method in class hex.GainsLift.GainsLiftBuilder
-
- response_rates - Variable in class hex.GainsLift
-
- response_table - Variable in class water.api.schemas3.TabulateV3
-
- response_type - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- response_type - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- response_ub - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- response_ub - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- responseCharTwoDimTable() - Method in class water.util.Tabulate
-
- responseIdx() - Method in class hex.Model.Output
-
- responseName() - Method in class hex.Model.Output
-
- rest_api_ping_timeout - Variable in class water.H2O.OptArgs
-
If this timeout is set to non 0 value, stop the cluster if there hasn't been any rest api request to leader
node after the given timeout.
- RestApiContext - Interface in water.api
-
REST API registration interfaces.
- RestApiExtension - Interface in water.api
-
REST API registration endpoint.
- RestApiHandler<IS extends Schema,OS extends Schema> - Class in water.api
-
Common interface for all some REST endpoint handlers.
- RestApiHandler() - Constructor for class water.api.RestApiHandler
-
- RestApiPingCheckThread - Class in water
-
- RestApiPingCheckThread() - Constructor for class water.RestApiPingCheckThread
-
- restructure(String[], Vec[]) - Method in class water.fvec.Frame
-
Restructure a Frame completely
- restructure(String[], Vec[], int) - Method in class water.fvec.Frame
-
Restructure a Frame completely, but only for a specified number of columns (counting up)
- result() - Method in class hex.Model
-
- result - Variable in class water.api.schemas99.AssemblyV99
-
- result - Variable in class water.util.VecUtils.DotProduct
-
- resume(int, S) - Method in class water.api.GridSearchHandler
-
- resume(int, RecoveryHandler.ResumeV3) - Method in class water.api.RecoveryHandler
-
- resumeGridSearch(Key<Job>, Grid<MP>, ModelParametersBuilderFactory<MP>, Recovery<Grid>) - Static method in class hex.grid.GridSearch
-
- ResumeV3() - Constructor for class water.api.RecoveryHandler.ResumeV3
-
- retain(Key...) - Static method in class water.DKVManager
-
Clears keys in all H2O nodes, except for the ones marked as retained.
- retain(Futures, Set<Key>) - Method in class water.fvec.Frame
-
Removes this
Frame
object and all directly linked
Keyed
objects and POJOs, while retaining
the keys defined by the retainedKeys parameter.
- retainAll(Collection<?>) - Method in class water.util.IcedHashSet
-
- retained_keys - Variable in class water.api.schemas3.RemoveAllV3
-
- returning(V) - Method in class water.rapids.Env
-
- rice(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- rmse() - Method in class hex.ModelMetrics
-
- RMSE - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- rmsle() - Method in class hex.Model
-
- rmsle() - Method in class hex.ModelMetricsRegression
-
- rmsle - Variable in class water.api.schemas3.ModelMetricsRegressionGenericV3
-
- rmsle - Variable in class water.api.schemas3.ModelMetricsRegressionV3
-
- rNorm(double[][], char) - Static method in class water.util.ArrayUtils
-
Like the R norm for matrices, this function will calculate the maximum absolute col sum if type='o' or
return the maximum absolute row sum otherwise
- rollbackLine() - Method in class water.parser.FVecParseWriter
-
- rollbackLine() - Method in interface water.parser.ParseWriter
-
- rollbackLine() - Method in class water.parser.PreviewParseWriter
-
- RollupStatsHelpers - Class in water.fvec
-
DO NOT CHANGE ANY CODE
- rollupStatsKey() - Method in class water.fvec.Vec
-
- roundToNDigits(double, int) - Static method in class water.util.MathUtils
-
- Route - Class in water.api
-
Routing of an http request to a handler method, with path parameter parsing.
- Route() - Constructor for class water.api.Route
-
- Route(RequestUri, String, String, Class<? extends Handler>, String, HandlerFactory) - Constructor for class water.api.Route
-
- routes() - Static method in class water.api.RequestServer
-
- routes - Variable in class water.api.schemas3.MetadataV3
-
- RouteV3 - Class in water.api.schemas3
-
- RouteV3() - Constructor for class water.api.schemas3.RouteV3
-
- RouteV3(Route) - Constructor for class water.api.schemas3.RouteV3
-
- row - Variable in class water.api.schemas3.FindV3
-
- ROW - Static variable in class water.rapids.Val
-
- row_count - Variable in class water.api.FramesHandler.Frames
-
- row_count - Variable in class water.api.schemas3.FrameChunksV3.FrameChunkV3
-
- row_count - Variable in class water.api.schemas3.FramesV3
-
- row_count - Variable in class water.api.schemas3.FrameV3
-
- row_index - Variable in class water.api.schemas3.PartialDependenceV3
-
- row_offset - Variable in class water.api.FramesHandler.Frames
-
- row_offset - Variable in class water.api.schemas3.FramesV3
-
- row_offset - Variable in class water.api.schemas3.FrameV3
-
- rowcount - Variable in class water.api.schemas3.TwoDimTableV3
-
- RowDataUtils - Class in water.util
-
- RowDataUtils() - Constructor for class water.util.RowDataUtils
-
- rowId0() - Method in class water.fvec.NewChunk.Value
-
- rowLayout(Key, long[]) - Static method in class water.fvec.Vec.ESPC
-
Get the shared ESPC index for this layout.
- rowLayout() - Method in interface water.udf.Column
-
- rowLayout() - Method in class water.udf.DataColumn
-
- rowLayout() - Method in class water.udf.FoldingColumn
-
- rowLayout() - Method in class water.udf.Fun2Column
-
- rowLayout() - Method in class water.udf.Fun3Column
-
- rowLayout() - Method in class water.udf.FunColumn
-
- rowLayout() - Method in class water.udf.UnfoldingColumn
-
- rows - Variable in class hex.CreateFrame
-
- rows - Variable in class water.api.schemas3.CreateFrameV3
-
- rows - Variable in class water.api.schemas3.FrameSynopsisV3
-
- rows - Variable in class water.api.schemas3.FrameV3
-
- rows - Variable in class water.api.schemas3.ParseV3
-
- rows - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- rows() - Method in class water.fvec.SubsetVec
-
- rowToTreeAssignment(Frame, Key<Frame>, Job<Frame>) - Method in interface hex.Model.RowToTreeAssignment
-
- RowValue(long, E, int) - Constructor for class water.rapids.ast.prims.reducers.AstTopN.RowValue
-
- RPC<V extends DTask> - Class in water
-
A remotely executed FutureTask.
- RPC(H2ONode, V) - Constructor for class water.RPC
-
- rpcs_active - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- RString - Class in water.util
-
A replaceable string that allows very easy and simple replacements.
- RString(String) - Constructor for class water.util.RString
-
- run(Collection<ModelBuilder>) - Method in class hex.ParallelModelBuilder
-
- run() - Method in class jsr166y.ForkJoinWorkerThread
-
This method is required to be public, but should never be
called explicitly.
- run(int, CreateFrameV3) - Method in class water.api.CreateFrameHandler
-
- run(int, DCTTransformerV3) - Method in class water.api.DCTTransformerHandler
-
- run(int, InteractionV3) - Method in class water.api.InteractionHandler
-
- run(int, MissingInserterV3) - Method in class water.api.MissingInserterHandler
-
- run(int, SplitFrameV3) - Method in class water.api.SplitFrameHandler
-
- run(int, TabulateV3) - Method in class water.api.TabulateHandler
-
- run() - Method in class water.ClientRandomDisconnectThread
-
- run() - Method in class water.FrameSizeMonitor
-
- run() - Method in class water.H2O.RemoteRunnable
-
- run() - Method in class water.HeartBeatThread
-
- run(int) - Static method in class water.init.Linpack
-
Compute system CPU speed in Gflops
- run(int) - Static method in class water.init.MemoryBandwidth
-
Compute memory bandwidth in bytes / second
- run() - Method in class water.RestApiPingCheckThread
-
- run() - Method in class water.TCPReceiverThread
-
- run_benchmark() - Method in class water.init.Linpack
-
- run_time - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- runBench(int, NetworkBenchV3) - Method in class water.api.NetworkTestHandler
-
- running() - Method in class water.util.Countdown
-
- runningOnSupportedVersion() - Static method in class water.JavaVersionSupport
-
Checks for the version of Java this instance of H2O was ran with and compares it with supported versions.
- runOnH2ONode(T) - Static method in class water.H2O
-
Executes a runnable on a regular H2O Node (= not on a client).
- runOnLeaderNode(T) - Static method in class water.H2O
-
- rup(Vec) - Method in class water.rapids.ast.prims.reducers.AstMax
-
- rup(Vec) - Method in class water.rapids.ast.prims.reducers.AstMaxNa
-
- rup(Vec) - Method in class water.rapids.ast.prims.reducers.AstMin
-
- rup(Vec) - Method in class water.rapids.ast.prims.reducers.AstMinNa
-
- rup(Vec) - Method in class water.rapids.ast.prims.reducers.AstRollupOp
-
- rup(Vec) - Method in class water.rapids.ast.prims.reducers.AstSum
-
- rup(Vec) - Method in class water.rapids.ast.prims.reducers.AstSumNa
-
- RyuDouble - Class in water.fvec
-
An implementation of Ryu for double.
- RyuDouble() - Constructor for class water.fvec.RyuDouble
-
- s() - Method in interface water.exceptions.JCodeSB
-
Append empty string.
- s() - Method in class water.util.SB
-
- s() - Method in class water.util.SBPrintStream
-
- S3 - Static variable in interface water.persist.PersistManager.Schemes
-
- S3 - Static variable in class water.Value
-
- S3A - Static variable in interface water.persist.PersistManager.Schemes
-
- S3ClientFactory - Interface in water.persist
-
- S3FileVec - Class in water.fvec
-
Created by tomas on 6/23/16.
- S3N - Static variable in interface water.persist.PersistManager.Schemes
-
- sampleFrame(Frame, long, long) - Static method in class water.util.MRUtils
-
Sample rows from a frame.
- sampleFrame(Frame, long, String, long) - Static method in class water.util.MRUtils
-
Sample rows from a frame with weight column.
- sampleFrameSmall(Frame, int, long) - Static method in class water.util.MRUtils
-
Sample small number of rows from a frame.
- sampleFrameSmall(Frame, int, Random) - Static method in class water.util.MRUtils
-
Sample small number of rows from a frame.
- sampleFrameStratified(Frame, Vec, Vec, float[], long, long, boolean, boolean) - Static method in class water.util.MRUtils
-
Stratified sampling for classifiers - FIXME: For weights, this is not accurate, as the sampling is done with uniform weights
- sampleFrameStratified(Frame, Vec, Vec, float[], long, long, boolean, boolean, String[]) - Static method in class water.util.MRUtils
-
Stratified sampling for classifiers - FIXME: For weights, this is not accurate, as the sampling is done with uniform weights
- sampleFrameStratified(Frame, Vec, Vec, float[], long, boolean, String[]) - Static method in class water.util.MRUtils
-
Stratified sampling
- SandboxSecurityManager - Class in water.testing
-
- SandboxSecurityManager() - Constructor for class water.testing.SandboxSecurityManager
-
- sanitizeIdentifier(String) - Static method in class water.util.StringUtils
-
- sanitizeUri(String) - Static method in class water.fvec.persist.PersistUtils
-
- save(int, FrameSaveV3) - Method in class water.api.FramesHandler
-
- save_params_references - Variable in class water.api.schemas3.GridExportV3
-
- SaveFrameDriver(Job<Frame>, Frame, URI) - Constructor for class water.fvec.persist.FramePersist.SaveFrameDriver
-
- saveFrameToHive(Key<Frame>, String, String, SaveToHiveTableHandler.HiveFrameSaver.Format, String, String) - Method in interface water.api.SaveToHiveTableHandler.HiveFrameSaver
-
- saveTo(String, boolean) - Method in class water.fvec.persist.FramePersist
-
- saveToAndWait(String, boolean) - Method in class water.fvec.persist.FramePersist
-
- saveToHiveTable(int, SaveToHiveTableV3) - Method in class water.api.SaveToHiveTableHandler
-
- SaveToHiveTableHandler - Class in water.api
-
- SaveToHiveTableHandler() - Constructor for class water.api.SaveToHiveTableHandler
-
- SaveToHiveTableHandler.HiveFrameSaver - Interface in water.api
-
- SaveToHiveTableHandler.HiveFrameSaver.Format - Enum in water.api
-
- SaveToHiveTableV3 - Class in water.api.schemas3
-
- SaveToHiveTableV3() - Constructor for class water.api.schemas3.SaveToHiveTableV3
-
- SB - Class in water.util
-
Tight/tiny StringBuilder wrapper.
- SB() - Constructor for class water.util.SB
-
- SB(String) - Constructor for class water.util.SB
-
- SBPrintStream - Class in water.util
-
A simple stream mimicing API of
SB
.
- SBPrintStream(OutputStream) - Constructor for class water.util.SBPrintStream
-
- SBPrintStream(OutputStream, boolean) - Constructor for class water.util.SBPrintStream
-
- SBPrintStream(OutputStream, boolean, String) - Constructor for class water.util.SBPrintStream
-
- scalar - Variable in class water.api.schemas3.RapidsNumbersV3
-
- scalar - Variable in class water.api.schemas3.RapidsNumberV3
-
- scalar - Variable in class water.api.schemas99.RapidsV99
-
- scaled_values() - Method in class hex.VarImp
-
- Schema<I extends Iced,S extends Schema<I,S>> - Class in water.api
-
Base Schema class; all REST API Schemas inherit from here.
- Schema() - Constructor for class water.api.Schema
-
Default constructor; triggers lazy schema registration.
- Schema(I) - Constructor for class water.api.Schema
-
Create a new Schema instance from an existing impl object.
- schema(int, Iced) - Static method in class water.api.SchemaServer
-
Deprecated.
- schema(Iced) - Static method in class water.api.SchemaServer
-
- schema(int, Class<? extends Iced>) - Static method in class water.api.SchemaServer
-
Deprecated.
- Schema.AutoParseable - Interface in water.api
-
This "Marker Interface" denotes classes that can directly be parsed by GSON parser (skip H2O's own parser)
- schema_name - Variable in class water.api.SchemaMetadata.FieldMetadata
-
Schema name for this field, if it is_schema.
- schema_name - Variable in class water.api.schemas3.FieldMetadataV3
-
- schema_name - Variable in class water.api.schemas3.SchemaV3.Meta
-
- schema_type - Variable in class water.api.schemas3.SchemaV3.Meta
-
- schema_version - Variable in class water.api.schemas3.SchemaV3.Meta
-
- schemaClass(int, String) - Static method in class water.api.SchemaServer
-
Deprecated.
- schemaDirectory(String) - Static method in class hex.ModelBuilder
-
gbm -> "hex.schemas." ; custAlgo -> "org.myOrg.schemas."
- SchemaMetadata - Class in water.api
-
The metadata info on all the fields in a Schema.
- SchemaMetadata() - Constructor for class water.api.SchemaMetadata
-
- SchemaMetadata(Schema) - Constructor for class water.api.SchemaMetadata
-
- SchemaMetadata.FieldMetadata - Class in water.api
-
- SchemaMetadataV3 - Class in water.api.schemas3
-
- SchemaMetadataV3() - Constructor for class water.api.schemas3.SchemaMetadataV3
-
- SchemaMetadataV3(SchemaMetadata) - Constructor for class water.api.schemas3.SchemaMetadataV3
-
- schemaname - Variable in class water.api.schemas3.MetadataV3
-
- schemas - Variable in class water.api.schemas3.MetadataV3
-
- schemas() - Static method in class water.api.SchemaServer
-
Return an immutable Map of all the schemas: schema_name -> schema Class.
- SchemaServer - Class in water.api
-
- SchemaServer() - Constructor for class water.api.SchemaServer
-
- SchemaV3<I extends Iced,S extends SchemaV3<I,S>> - Class in water.api.schemas3
-
Base Schema class for all v3 REST API objects.
- SchemaV3() - Constructor for class water.api.schemas3.SchemaV3
-
- SchemaV3(I) - Constructor for class water.api.schemas3.SchemaV3
-
- SchemaV3.Meta - Class in water.api.schemas3
-
Metadata for a Schema, including the version, name and type.
- SCHEME - Static variable in class water.persist.PersistH2O
-
- Scope - Class in water
-
A "scope" for tracking Key lifetimes; an experimental API.
- Scope() - Constructor for class water.Scope
-
- SCOPE_GLOBAL_LOCAL - Static variable in class water.util.NetworkUtils
-
- SCOPE_IFACE_LOCAL - Static variable in class water.util.NetworkUtils
-
- SCOPE_LINK_LOCAL - Static variable in class water.util.NetworkUtils
-
- SCOPE_MASK - Static variable in class water.util.NetworkUtils
-
- SCOPE_ORG_LOCAL - Static variable in class water.util.NetworkUtils
-
- SCOPE_SITE_LOCAL - Static variable in class water.util.NetworkUtils
-
- score(Frame) - Method in class hex.Model
-
Bulk score the frame, and auto-name the resulting predictions frame.
- score(Frame, String, CFuncRef) - Method in class hex.Model
-
Bulk score the frame fr
, producing a Frame result; the 1st
Vec is the predicted class, the remaining Vecs are the probability
distributions.
- score(Frame, String) - Method in class hex.Model
-
- score(Frame, String, Job) - Method in class hex.Model
-
- score(Frame, String, Job, boolean) - Method in class hex.Model
-
- score(Frame, String, Job, boolean, CFuncRef) - Method in class hex.Model
-
- score(double[]) - Method in class hex.Model
-
- score0(Chunk[], double, int, double[], double[]) - Method in class hex.Model.BigScore
-
- score0(Chunk[], double, int, double[], double[]) - Method in interface hex.Model.BigScoreChunkPredict
-
- score0(Chunk[], int, double[], double[]) - Method in class hex.Model
-
Bulk scoring API for one row.
- score0(Chunk[], double, int, double[], double[]) - Method in class hex.Model
-
- score0(double[], double[]) - Method in class hex.Model
-
Subclasses implement the scoring logic.
- score0(double[], double[], double) - Method in class hex.Model
-
Override scoring logic for models that handle weight/offset
- score0(double[], double[]) - Method in class hex.quantile.QuantileModel
-
- score0PostProcessSupervised(double[], double[]) - Method in class hex.Model
-
- score_each_iteration - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- score_training_samples() - Method in interface hex.ScoringInfo.HasSamples
-
- score_validation_samples() - Method in interface hex.ScoringInfo.HasSamples
-
- scoreArchetypes(Frame, Key<Frame>, boolean) - Method in interface hex.Model.GLRMArchetypes
-
- scoreAutoEncoder(Frame, Key, boolean) - Method in interface hex.Model.DeepFeatures
-
- scoreContributions(Frame, Key<Frame>) - Method in interface hex.Model.Contributions
-
- scoreContributions(Frame, Key<Frame>, Job<Frame>) - Method in interface hex.Model.Contributions
-
- scoreContributions(Frame, Key<Frame>, Job<Frame>, Model.Contributions.ContributionsOptions) - Method in interface hex.Model.Contributions
-
- scored_train - Variable in class hex.ScoringInfo
-
- scored_valid - Variable in class hex.ScoringInfo
-
- scored_xval - Variable in class hex.ScoringInfo
-
- scoreDeepFeatures(Frame, int) - Method in interface hex.Model.DeepFeatures
-
- scoreDeepFeatures(Frame, int, Job) - Method in interface hex.Model.DeepFeatures
-
- scoreDeepFeatures(Frame, String, Job) - Method in interface hex.Model.DeepFeatures
-
- scoreExemplarMembers(Key<Frame>, int) - Method in interface hex.Model.ExemplarMembers
-
- scoreFeatureFrequencies(Frame, Key<Frame>) - Method in interface hex.Model.FeatureFrequencies
-
- ScoreKeeper - Class in hex
-
Low-weight keeper of scores
solely intended for display (either direct or as helper to create scoring history TwoDimTable).
- ScoreKeeper() - Constructor for class hex.ScoreKeeper
-
- ScoreKeeper(double) - Constructor for class hex.ScoreKeeper
-
Keep score of mean squared error only.
- ScoreKeeper(ModelMetrics) - Constructor for class hex.ScoreKeeper
-
Keep score of a given ModelMetrics.
- ScoreKeeper(Model) - Constructor for class hex.ScoreKeeper
-
Keep score for a model using its validation_metrics if available and training_metrics if not.
- ScoreKeeper.IStoppingMetric - Interface in hex
-
- ScoreKeeper.ProblemType - Enum in hex
-
- ScoreKeeper.ScoreKeeperAware - Interface in hex
-
- ScoreKeeper.StoppingMetric - Enum in hex
-
- scoreKeepers(ScoringInfo[]) - Static method in class hex.ScoringInfo
-
For a given array of ScoringInfo return an array of the cross-validation, validation or training ScoreKeepers, as available.
- scoreLeafNodeAssignment(Frame, Model.LeafNodeAssignment.LeafNodeAssignmentType, Key<Frame>) - Method in interface hex.Model.LeafNodeAssignment
-
- scoreMetrics(Frame) - Method in class hex.Model
-
Score an already adapted frame.
- scoreReconstruction(Frame, Key<Frame>, boolean) - Method in interface hex.Model.GLRMArchetypes
-
- scoreStagedPredictions(Frame, Key<Frame>) - Method in interface hex.Model.StagedPredictions
-
- scoring_history() - Method in class hex.Model
-
- scoring_history - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- scoring_time - Variable in class water.api.schemas3.ModelMetricsBaseV3
-
- scoringDomains() - Method in class hex.Model.H2OModelDescriptor
-
- scoringDomains() - Method in class hex.Model
-
- scoringInfo - Variable in class hex.Model
-
- ScoringInfo - Class in hex
-
Lightweight scoring history snapshot, for things like displaying the scoring history.
- ScoringInfo() - Constructor for class hex.ScoringInfo
-
- ScoringInfo.HasEpochs - Interface in hex
-
- ScoringInfo.HasIterations - Interface in hex
-
- ScoringInfo.HasSamples - Interface in hex
-
- ScoringTimePerRow - Class in hex.leaderboard
-
A cell computing lazily the average time needed to score a single row with the model.
- ScoringTimePerRow(Model, Frame) - Constructor for class hex.leaderboard.ScoringTimePerRow
-
- ScoringTimePerRow(Key<Model>, Key<Frame>) - Constructor for class hex.leaderboard.ScoringTimePerRow
-
- scott(Vec, double) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- scotts_h(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- search_criteria() - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
Search criteria for the hyperparameter search including directives for how to search and
when to stop the search.
- search_criteria() - Method in interface hex.grid.HyperSpaceWalker
-
Search criteria for the hyperparameter search including directives for how to search and
when to stop the search.
- search_criteria() - Method in class hex.grid.SequentialWalker
-
- search_criteria - Variable in class hex.schemas.GridSearchSchema
-
- searchVal() - Method in class water.rapids.ast.prims.search.AstWhichFunc
-
- searchVal() - Method in class water.rapids.ast.prims.search.AstWhichMax
-
- searchVal() - Method in class water.rapids.ast.prims.search.AstWhichMin
-
- securityEnabled - Variable in class water.H2OSecurityManager
-
- SEE_OTHER - Static variable in class water.util.HttpResponseStatus
-
303 See Other (since HTTP/1.1)
- seed - Variable in class hex.createframe.CreateFrameRecipe
-
- seed - Variable in class hex.CreateFrame
-
- seed() - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
Seed for the random choices of hyperparameter values.
- seed - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- seed - Variable in class water.api.schemas3.CreateFrameV3
-
- seed - Variable in class water.api.schemas3.MissingInserterV3
-
- seed - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- seed - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- seed_for_column_types - Variable in class hex.CreateFrame
-
- seed_for_column_types - Variable in class water.api.schemas3.CreateFrameV3
-
- SEEDS - Static variable in class water.util.RandomUtils.MersenneTwisterRNG
-
- sefe - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- segment_columns - Variable in class water.api.schemas3.SegmentModelsParametersV3
-
- segment_models_id - Variable in class water.api.schemas3.SegmentModelsParametersV3
-
- segment_models_id - Variable in class water.api.schemas3.SegmentModelsV3
-
- segment_train(int, S) - Method in class water.api.SegmentModelsBuilderHandler
-
- SegmentModels - Class in hex.segments
-
Collection of Segment Models
- SegmentModelsBuilder - Class in hex.segments
-
- SegmentModelsBuilder(SegmentModelsBuilder.SegmentModelsParameters, Model.Parameters) - Constructor for class hex.segments.SegmentModelsBuilder
-
- SegmentModelsBuilder.SegmentModelsParameters - Class in hex.segments
-
- SegmentModelsBuilderHandler<B extends ModelBuilder,S extends ModelBuilderSchema<B,S,P>,P extends ModelParametersSchemaV3> - Class in water.api
-
- SegmentModelsBuilderHandler() - Constructor for class water.api.SegmentModelsBuilderHandler
-
- SegmentModelsKeyV3() - Constructor for class water.api.schemas3.KeyV3.SegmentModelsKeyV3
-
- SegmentModelsKeyV3(Key<SegmentModels>) - Constructor for class water.api.schemas3.KeyV3.SegmentModelsKeyV3
-
- SegmentModelsParameters() - Constructor for class hex.segments.SegmentModelsBuilder.SegmentModelsParameters
-
- SegmentModelsParametersV3 - Class in water.api.schemas3
-
- SegmentModelsParametersV3() - Constructor for class water.api.schemas3.SegmentModelsParametersV3
-
- SegmentModelsUtils - Class in hex.segments
-
- SegmentModelsUtils() - Constructor for class hex.segments.SegmentModelsUtils
-
- SegmentModelsV3 - Class in water.api.schemas3
-
- SegmentModelsV3() - Constructor for class water.api.schemas3.SegmentModelsV3
-
- segments - Variable in class water.api.schemas3.SegmentModelsParametersV3
-
- select(String[], int[]) - Static method in class water.util.ArrayUtils
-
- select(String[], byte[]) - Static method in class water.util.ArrayUtils
-
- select(double[], int[]) - Static method in class water.util.ArrayUtils
-
- select(int[], int[]) - Static method in class water.util.ArrayUtils
-
- select(byte[], int[]) - Static method in class water.util.ArrayUtils
-
- select_query - Variable in class water.api.schemas3.ImportSQLTableV99
-
- self - Variable in class water.api.schemas3.TimelineV3
-
- SELF - Static variable in class water.H2O
-
Myself, as a Node in the Cloud
- self(InetAddress) - Static method in class water.H2ONode
-
- self() - Method in class water.MRTask
-
- SELF_ADDRESS - Static variable in class water.H2O
-
IP address of this node used for communication
with other nodes.
- send(H2ONode) - Method in enum water.UDPRebooted.T
-
- send_recv() - Method in class water.init.TimelineSnapshot.Event
-
- send_recv(long[], int) - Static method in class water.TimeLine
-
- sendErrorResponse(HttpServletResponse, Exception, String) - Static method in class water.server.ServletUtils
-
- sendMessage(ByteBuffer, byte) - Method in class water.H2ONode
-
- sendResponseError(HttpServletResponse, int, String) - Static method in class water.server.ServletUtils
-
- separateFeatureVecs() - Method in class hex.ModelBuilder
-
Find and set response/weights/offset/fold and put them all in the end,
- separator - Variable in class water.api.schemas3.FramesV3
-
- separator - Variable in class water.api.schemas3.ParseSetupV3
-
- separator - Variable in class water.api.schemas3.ParseV3
-
- SEPARATOR_OR_EOL - Static variable in class water.parser.Parser
-
- seq(int, int) - Static method in class water.util.ArrayUtils
-
Generates sequence (start, stop) of integers: (start, start+1, ...., stop-1)
- SequenceProduct() - Constructor for class water.util.VecUtils.SequenceProduct
-
- SEQUENTIAL_MODEL_BUILDING - Static variable in class hex.grid.GridSearch
-
- sequentialParse(Vec, StreamParseWriter) - Method in class water.parser.Parser
-
- SequentialSearchCriteria() - Constructor for class hex.grid.HyperSpaceSearchCriteria.SequentialSearchCriteria
-
- SequentialSearchCriteria(HyperSpaceSearchCriteria.StoppingCriteria) - Constructor for class hex.grid.HyperSpaceSearchCriteria.SequentialSearchCriteria
-
- SequentialSearchCriteria(HyperSpaceSearchCriteria.StoppingCriteria, boolean) - Constructor for class hex.grid.HyperSpaceSearchCriteria.SequentialSearchCriteria
-
- SequentialSearchCriteriaV99() - Constructor for class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
-
- SequentialWalker<MP extends Model.Parameters> - Class in hex.grid
-
- SequentialWalker(MP, Object[][], ModelParametersBuilderFactory<MP>, HyperSpaceSearchCriteria.SequentialSearchCriteria) - Constructor for class hex.grid.SequentialWalker
-
- SequentialWalker(MP, Map<String, Object[]>, ModelParametersBuilderFactory<MP>, HyperSpaceSearchCriteria.SequentialSearchCriteria) - Constructor for class hex.grid.SequentialWalker
-
- sere - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- serial - Variable in class water.init.NetworkTest
-
- serializeBootstrapFreezable(BootstrapFreezable<?>) - Static method in class water.AutoBuffer
-
Serializes a BootstrapFreezable into a byte array.
- serve(String, String, Properties, Properties, String) - Static method in class water.api.RequestServer
-
Subsequent handling of the dispatch
- serverChannel(ByteChannel) - Method in class water.network.SocketChannelFactory
-
- SERVICE_UNAVAILABLE - Static variable in class water.util.HttpResponseStatus
-
503 Service Unavailable
- ServletMeta - Class in water.server
-
Describes how to register a Servlet in H2O Server
- ServletMeta(String, Class<? extends HttpServlet>) - Constructor for class water.server.ServletMeta
-
Constructs a new instance of
ServletMeta
with the alwaysEnabled functionality turned off.
- ServletMeta.Builder - Class in water.server
-
- ServletProvider - Interface in water.server
-
- servlets() - Method in interface water.server.ServletProvider
-
Provides a collection of Servlets that should be registered.
- servlets() - Method in class water.webserver.CoreServletProvider
-
- ServletService - Class in water.server
-
- ServletUtils - Class in water.server
-
Utilities supporting HTTP server-side functionality, without depending on specific version of Jetty, or on Jetty at all.
- Session - Class in water.rapids
-
Session is a long-lasting environment supporting caching and Copy-On-Write optimization of Vecs.
- Session() - Constructor for class water.rapids.Session
-
Constructor
- Session(String) - Constructor for class water.rapids.Session
-
- session_id - Variable in class water.api.schemas3.RapidsSchemaV3
-
- session_key - Variable in class water.api.schemas3.InitIDV3
-
- session_key - Variable in class water.api.schemas3.SessionPropertyV3
-
- session_key - Variable in class water.api.schemas4.SessionIdV4
-
- session_properties_allowed - Variable in class water.api.schemas3.InitIDV3
-
- session_timeout - Variable in class water.H2O.BaseArgs
-
- SessionIdV4 - Class in water.api.schemas4
-
- SessionIdV4() - Constructor for class water.api.schemas4.SessionIdV4
-
- SessionPropertyV3 - Class in water.api.schemas3
-
- SessionPropertyV3() - Constructor for class water.api.schemas3.SessionPropertyV3
-
- SESSIONS - Static variable in class water.api.RapidsHandler
-
Map of session-id (sent by the client) to the actual session instance.
- set(String, Object) - Method in class hex.grid.GridSearch.SimpleParametersBuilderFactory.SimpleParamsBuilder
-
- set(String, Object) - Method in interface hex.ModelParametersBuilderFactory.ModelParametersBuilder
-
- set(String, Object) - Method in class water.api.GridSearchHandler.ModelParametersFromSchemaBuilder
-
- set(int, long) - Method in class water.fvec.Chunk
-
Write a long
with check-relative indexing.
- set(double[]) - Method in class water.fvec.Chunk
-
- set(int, double) - Method in class water.fvec.Chunk
-
Write a double
with check-relative indexing.
- set(int, float) - Method in class water.fvec.Chunk
-
Write a float
with check-relative indexing.
- set(int, String) - Method in class water.fvec.Chunk
-
Write a String
with check-relative indexing.
- set(int, UUID) - Method in class water.fvec.Chunk
-
- set(int, int) - Method in class water.fvec.NewChunk.Exponents
-
- set(int, long) - Method in class water.fvec.NewChunk.Mantissas
-
- set(long, long) - Method in class water.fvec.Vec
-
Write element the slow way, as a long.
- set(long, double) - Method in class water.fvec.Vec
-
Write element the slow way, as a double.
- set(long, float) - Method in class water.fvec.Vec
-
Write element the slow way, as a float.
- set(long, String) - Method in class water.fvec.Vec
-
Write element the slow way, as a String.
- set(long, UUID) - Method in class water.fvec.Vec
-
- set(long, long) - Method in class water.fvec.Vec.Writer
-
- set(long, double) - Method in class water.fvec.Vec.Writer
-
- set(long, float) - Method in class water.fvec.Vec.Writer
-
- set(long, String) - Method in class water.fvec.Vec.Writer
-
- set(byte[]) - Method in class water.parser.BufferedString
-
- set(byte[], int, int) - Method in class water.parser.BufferedString
-
- set(String) - Method in class water.parser.BufferedString
-
- set(int, T) - Method in class water.udf.DataChunk
-
- set(long, T) - Method in class water.udf.DataColumn
-
- set(int, Integer) - Method in class water.udf.specialized.Enums.EnumChunk
-
- set(int, int) - Method in class water.udf.specialized.Enums.EnumChunk
-
- set(int) - Method in class water.util.IcedBitSet
-
Activate the bit specified by the integer (must be from 0 ...
- set(int, int, Object) - Method in class water.util.TwoDimTable
-
Setter for table cells
- set1(byte[], int, byte) - Static method in class water.util.UnsafeUtils
-
- set2(byte[], int, short) - Static method in class water.util.UnsafeUtils
-
- set4(byte[], int, int) - Static method in class water.util.UnsafeUtils
-
- set4f(byte[], int, float) - Static method in class water.util.UnsafeUtils
-
- set8(byte[], int, long) - Static method in class water.util.UnsafeUtils
-
- set8d(byte[], int, double) - Static method in class water.util.UnsafeUtils
-
- set_abs(long, String) - Method in class water.fvec.Chunk
-
Set a String
, using absolute row numbers.
- set_abs(long, UUID) - Method in class water.fvec.Chunk
-
- set_default_stopping_tolerance_for_frame(Frame) - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- set_impl(int, long) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- set_impl(int, double) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- set_impl(int, float) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- set_impl(int, double) - Method in class water.fvec.NewChunk
-
- set_impl(int, long) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- set_impl(int, double) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- set_impl(int, float) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- set_is(int, int) - Method in class water.fvec.NewChunk
-
- set_max_models(int) - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- set_max_runtime_secs(double) - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- set_seed(long) - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- set_sparse(int, NewChunk.Compress) - Method in class water.fvec.NewChunk
-
- set_stopping_metric(ScoreKeeper.StoppingMetric) - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- set_stopping_rounds(int) - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- set_stopping_tolerance(double) - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- set_vec(Vec) - Method in class water.fvec.NewChunk
-
- setAny(int, Object) - Method in class water.fvec.Chunk
-
- setBad() - Method in class water.fvec.Vec
-
- setBottomN(int) - Method in class hex.Model.Contributions.ContributionsOptions
-
- setBytes(byte[]) - Method in class water.fvec.Chunk
-
- setCallback(ModelBuilderListener) - Method in class hex.ModelBuilder.Driver
-
- setCategorical(int) - Method in class water.fvec.NewChunk.Exponents
-
- setCheckHeader(int) - Method in class water.parser.ParseSetup
-
- setChunkDataStart(int, int) - Method in class water.parser.FVecParseReader
-
- setChunkDataStart(int, int) - Method in interface water.parser.ParseReader
-
- setChunkIdx(Key, int) - Static method in class water.fvec.Vec
-
- setChunkSize(int) - Method in class water.fvec.FileVec
-
Chunk size must be positive, 1G or less, and a power of two.
- setChunkSize(Frame, int) - Method in class water.fvec.FileVec
-
- setChunkSize(Frame, int) - Method in class water.fvec.UploadFileVec
-
- setChunkSize(int) - Method in class water.parser.ParseSetup
-
- setColumnNames(String[]) - Method in class water.parser.FVecParseWriter
-
- setColumnNames(String[]) - Method in class water.parser.ParseSetup
-
- setColumnNames(String[]) - Method in interface water.parser.ParseWriter
-
- setColumnNames(String[]) - Method in class water.parser.PreviewParseWriter
-
- setColumnTypes(byte[]) - Method in class water.parser.ParseSetup
-
- setCommonResponseHttpHeaders(HttpServletResponse, boolean) - Static method in class water.server.ServletUtils
-
- setCompareAbs(boolean) - Method in class hex.Model.Contributions.ContributionsOptions
-
- setCompleter(CountedCompleter) - Method in class jsr166y.CountedCompleter
-
- setCustomMetric(CustomMetric) - Method in class hex.ModelMetrics.MetricBuilder
-
Set value of custom metric.
- setDecryptTool(Key<DecryptionTool>) - Method in class water.parser.ParseSetup
-
- setDel() - Method in class water.Value
-
- setDistributionFamily(DistributionFamily) - Method in class hex.Model.Parameters
-
- setDomain(String[]) - Method in class water.fvec.Vec
-
Set the categorical/factor names.
- setDomains(String[][]) - Method in class water.parser.ParseSetup
-
- setDoubles(double[]) - Method in class water.fvec.NewChunk
-
- setDsk() - Method in class water.Value
-
- setEmbeddedH2OConfig(AbstractEmbeddedH2OConfig) - Static method in class water.H2O
-
Register embedded H2O configuration object with H2O instance.
- setEscapeChar(char) - Method in class water.fvec.Frame.CSVStreamParams
-
- setEscapeQuotes(boolean) - Method in class water.fvec.Frame.CSVStreamParams
-
- setException(Throwable) - Method in class water.DTask
-
Capture the first exception in _ex.
- setExtensionsProvider(LeaderboardExtensionsProvider) - Method in class hex.leaderboard.Leaderboard
-
- setField(T, Field, String, String, boolean, Class) - Static method in class water.api.Schema
-
Safe method to set the field on given schema object
- setField(Object, String, Object, PojoUtils.FieldNaming) - Static method in class water.util.PojoUtils
-
- setField(Object, String, Object) - Static method in class water.util.PojoUtils
-
Set given field to given value on given object.
- setFileName(String) - Method in class water.parser.ParseSetup
-
- setFilters(RequestServer.HttpLogFilter...) - Static method in class water.api.RequestServer
-
- setFlatfile(Set<H2ONode>) - Static method in class water.H2O
-
Setup a set of nodes which should be contacted during manual multicast
- setForbiddenReadPrefixes(String[]) - Method in class water.testing.SandboxSecurityManager
-
- setForkJoinTaskTag(short) - Method in class jsr166y.ForkJoinTask
-
Atomically sets the tag value for this task.
- setHeaders(boolean) - Method in class water.fvec.Frame.CSVStreamParams
-
- setHexString(boolean) - Method in class water.fvec.Frame.CSVStreamParams
-
- setHttpStatus(int) - Method in class hex.schemas.ModelBuilderSchema
-
- setHuberDelta(double) - Method in class hex.Distribution
-
Setter of huber delta.
- setIndex(int) - Method in class hex.createframe.CreateFrameColumnMaker
-
Index of the first column that this column maker will be creating.
- setInput(int, double) - Method in class water.fvec.TransformWrappedVec.Function1DTransform
-
- setInput(int, double) - Method in interface water.fvec.TransformWrappedVec.Transform
-
- setInputParms(P) - Method in class hex.Model
-
- setIsAllASCII(int, boolean) - Method in class water.parser.FVecParseWriter
-
- setIsAllASCII(int, boolean) - Method in interface water.parser.ParseWriter
-
- setIsAllASCII(int, boolean) - Method in class water.parser.PreviewParseWriter
-
- setLen(int) - Method in class water.parser.BufferedString
-
- setLogLevel(String, boolean) - Static method in class water.util.Log
-
- setLogLevel(String) - Static method in class water.util.Log
-
- setMaxRuntimeSecsForMainModel() - Method in class hex.ModelBuilder
-
Set max_runtime_secs for the main model.
- setMinLength(int) - Method in class hex.RegexTokenizer.Builder
-
- setModelKey(Key) - Method in class hex.ModelMetrics
-
- setNA(int) - Method in class water.fvec.Chunk
-
Set a value as missing.
- setNA(long) - Method in class water.fvec.Vec
-
Set the element as missing the slow way.
- setNA(long) - Method in class water.fvec.Vec.Writer
-
- setNA_impl(int) - Method in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- setNA_impl(int) - Method in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- setNA_impl2(int) - Method in class water.fvec.NewChunk
-
- setNames(String[]) - Method in class hex.Model.Output
-
- setNames(String[], String[]) - Method in class hex.Model.Output
-
- setNames(String[]) - Method in class water.fvec.Frame
-
- setNAStrings(String[][]) - Method in class water.parser.ParseSetup
-
- setNChunks(int) - Method in class water.fvec.FileVec
-
- setNeedsAllFactorLevels(boolean) - Method in class hex.Model.InteractionPair
-
- setNobs(long, double) - Method in class water.util.MathUtils.BasicStats
-
- setNum(double) - Method in class water.rapids.ast.params.AstNum
-
- setNum(double) - Method in class water.rapids.vals.ValNum
-
- setNumberColumns(int) - Method in class water.parser.ParseSetup
-
- setNumRows(int) - Method in class hex.createframe.CreateFrameExecutor
-
Set number of rows to be created in the resulting frame.
- SetOfBytes - Class in water.util
-
Stores an immutable set of bytes, for fast evaluation.
- SetOfBytes(byte[]) - Constructor for class water.util.SetOfBytes
-
- SetOfBytes(String) - Constructor for class water.util.SetOfBytes
-
- setOff(int) - Method in class water.parser.BufferedString
-
- setOutputFormat(Model.Contributions.ContributionsOutputFormat) - Method in class hex.Model.Contributions.ContributionsOptions
-
- setParseColumnIndices(int, int[]) - Method in class water.parser.ParseSetup
-
- setParseType(ParserInfo) - Method in class water.parser.ParseSetup
-
- setPendingCount(int) - Method in class jsr166y.CountedCompleter
-
Sets the pending count to the given value.
- setProperty(String, String) - Method in class water.rapids.Session
-
- setQuoteColumnNames(boolean) - Method in class water.fvec.Frame.CSVStreamParams
-
- setRawResult(ParallelModelBuilder) - Method in class hex.ParallelModelBuilder
-
- setRawResult(Void) - Method in class jsr166y.CountedCompleter
-
Requires null completion value.
- setRawResult(V) - Method in class jsr166y.ForkJoinTask
-
Forces the given value to be returned as a result.
- setRawResult(Void) - Method in class jsr166y.RecursiveAction
-
Requires null completion value.
- setRawResult(V) - Method in class jsr166y.RecursiveTask
-
- setReadyForView(boolean) - Method in class water.Job
-
- setRegex(String) - Method in class hex.RegexTokenizer.Builder
-
- setResponseStatus(HttpServletResponse, int) - Static method in class water.server.ServletUtils
-
- setSchemaType_doNotCall(String) - Method in class water.api.Schema
-
- setScoringInfos(ScoringInfo[]) - Method in class hex.grid.Grid
-
- setSeed(long) - Method in class hex.createframe.CreateFrameExecutor
-
Set the seed for the random number generator.
- setSeed(long) - Method in class jsr166y.ThreadLocalRandom
-
Throws UnsupportedOperationException
.
- setSeed(long) - Method in class water.util.RandomUtils.PCGRNG
-
- setSeparator(byte) - Method in class water.fvec.Frame.CSVStreamParams
-
- setSeparator(byte) - Method in class water.parser.ParseSetup
-
- setSessionProperty(int, SessionPropertyV3) - Method in class water.api.RapidsHandler
-
- setSingleQuotes(boolean) - Method in class water.parser.ParseSetup
-
- setSkippedColumns(int[]) - Method in class water.parser.ParseSetup
-
- setSparseRatio(int) - Method in class water.fvec.NewChunk
-
- setStart(long) - Method in class water.fvec.Chunk
-
Set the start
- setStartRank(int) - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.RankGroups
-
- setSyntheticColumns(String[], String[][], byte) - Method in class water.parser.ParseSetup
-
- setTableHeader(String) - Method in class water.util.TwoDimTable
-
Need to change table header when we are calling GLRM from PCA.
- setTimezone(String) - Static method in class water.parser.ParseTime
-
Set the Time Zone on the H2O Cloud
- setToLowercase(boolean) - Method in class hex.RegexTokenizer.Builder
-
- setTopN(int) - Method in class hex.Model.Contributions.ContributionsOptions
-
- setTrain(Key<Frame>) - Method in class hex.Model.Parameters
-
- setTrain(Frame) - Method in class hex.ModelBuilder
-
- setupBigScorePredict(Model<M, P, O>.BigScore) - Method in class hex.Model
-
- setupDecryption(int, DecryptionSetupV3) - Method in class water.api.DecryptionSetupHandler
-
- setUplift() - Method in class hex.AUUC
-
- setUpliftNormalized() - Method in class hex.AUUC
-
- setUpliftRandom() - Method in class hex.AUUC
-
- setupLocal() - Method in class hex.Model.BigScore
-
- setupLocal() - Method in class hex.ObjectConsistencyChecker
-
- setupLocal() - Method in class water.api.UnlockTask
-
- setupLocal() - Method in class water.MRTask
-
Override to do any remote initialization on the 1st remote instance of
this object, for initializing node-local shared data structures.
- setupLocal(Vec, ParseSetup) - Method in class water.parser.ParserProvider
-
Executed exactly once per-file-per-node during parse.
- setupLocal() - Method in class water.rapids.ast.prims.advmath.AstHist.FourthMomTask
-
- setupLocal() - Method in class water.rapids.ast.prims.advmath.AstHist.ThirdMomTask
-
- setupLocal() - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.ClassIdxTask
-
- setupLocal() - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTask
-
- setupLocal() - Method in class water.rapids.ast.prims.reducers.AstCumu.CumuTaskWholeFrame
-
- setupLocal() - Method in class water.udf.CFuncObject
-
- setupLocal() - Method in class water.udf.CFuncTask
-
- setupLocal() - Method in class water.util.FileIntegrityChecker
-
- setupLocal() - Method in class water.util.FrameUtils.Vec2ArryTsk
-
- setupLocal() - Method in class water.util.FrameUtils.Vecs2ArryTsk
-
- setupLocal() - Method in class water.util.JStackCollectorTask
-
- setupLocal() - Method in class water.util.ProfileCollectorTask
-
This runs on each node in the cluster.
- setupLocal() - Method in class water.util.ReproducibilityInformationUtils.NodeInfoTask
-
- setupLocal() - Method in class water.util.VecUtils.CollectDomainFast
-
- setupLocal() - Method in class water.util.VecUtils.CollectDoubleDomain
-
- setupLocal() - Method in class water.util.VecUtils.CollectIntegerDomain
-
- setupLocal() - Method in class water.util.VecUtils.ShuffleVecTask
-
- setupOnRemote() - Method in class water.H2O.RemoteRunnable
-
- setupParamsImpl(int, String[]) - Method in class water.rapids.transforms.H2OBinaryOp
-
- setupParamsImpl(int, String[]) - Method in class water.rapids.transforms.H2OColOp
-
- setVal(double) - Method in class water.util.IcedDouble
-
- setValid(Frame) - Method in class hex.ModelBuilder
-
- setValue(String) - Method in class hex.leaderboard.AlgoName
-
- setValue(V) - Method in interface hex.leaderboard.LeaderboardCell
-
sets the cell value.
- setValue(Double) - Method in class hex.leaderboard.MetricScore
-
- setValue(String) - Method in class hex.leaderboard.ModelId
-
- setValue(Double) - Method in class hex.leaderboard.ScoringTimePerRow
-
- setValue(Long) - Method in class hex.leaderboard.TrainingTime
-
- setValue(Chunk, int) - Method in class water.rapids.ast.prims.assign.AstRecAsgnHelper.ValueSetter
-
Sets a value (possibly a constant) to a position of the Chunk.
- setValue(Vec, long) - Method in class water.rapids.ast.prims.assign.AstRecAsgnHelper.ValueSetter
-
Sets a value (possibly a constant) to a given index of a Vec.
- setVec(Vec) - Method in class water.fvec.Chunk
-
Set the owning Vec
- setVolatile(double[]) - Method in class water.fvec.Chunk
-
- setVolatile(int[]) - Method in class water.fvec.Chunk
-
- setWarnings(String[]) - Method in class water.Job
-
- setWebServer(WebServer) - Static method in class water.H2O
-
- setWork(long) - Method in class water.Job
-
Set the amount of work for this job - can only be called if job was started without work specification
- shouldReorder(Vec) - Method in class hex.ModelBuilder
-
- shrinkDomainsToObservedSubset(Frame) - Static method in class water.util.FrameUtils
-
reduce the domains of all categorical columns to the actually observed subset
- shuffleArray(int[], int, int[], long, int) - Static method in class water.util.ArrayUtils
-
Extract a shuffled array of integers
- shuffleArray(int[], Random) - Static method in class water.util.ArrayUtils
-
- ShuffleColumnsCfps - Class in hex.createframe.postprocess
-
Action to shuffle the columns of the frame.
- ShuffleColumnsCfps() - Constructor for class hex.createframe.postprocess.ShuffleColumnsCfps
-
- ShuffleColumnsCfps(boolean, boolean) - Constructor for class hex.createframe.postprocess.ShuffleColumnsCfps
-
- shuffleFramePerChunk(Frame, long) - Static method in class water.util.MRUtils
-
Row-wise shuffle of a frame (only shuffles rows inside of each chunk)
- shuffleVec(Vec, long) - Static method in class water.util.VecUtils
-
Randomly shuffle a Vec.
- ShuffleVecTask(Vec, long) - Constructor for class water.util.VecUtils.ShuffleVecTask
-
- shutdown() - Method in class jsr166y.ForkJoinPool
-
Initiates an orderly shutdown in which previously submitted
tasks are executed, but no new tasks will be accepted.
- shutdown(int, ShutdownV3) - Method in class water.api.ShutdownHandler
-
- Shutdown() - Constructor for class water.api.ShutdownHandler.Shutdown
-
- shutdown(int) - Static method in class water.H2O
-
Cluster shutdown itself by sending a shutdown UDP packet.
- ShutdownHandler - Class in water.api
-
- ShutdownHandler() - Constructor for class water.api.ShutdownHandler
-
- ShutdownHandler.Shutdown - Class in water.api
-
- shutdownNow() - Method in class jsr166y.ForkJoinPool
-
Attempts to cancel and/or stop all tasks, and reject all
subsequently submitted tasks.
- ShutdownTsk(H2ONode, int, int, boolean[], int) - Constructor for class water.UDPRebooted.ShutdownTsk
-
- ShutdownV3 - Class in water.api.schemas3
-
- ShutdownV3() - Constructor for class water.api.schemas3.ShutdownV3
-
- sigma - Variable in class water.api.schemas3.FrameV3.ColV3
-
- sigma() - Method in class water.fvec.InteractionWrappedVec
-
- sigma() - Method in class water.fvec.Vec
-
Vecs's standard deviation
- sigma(int) - Method in class water.util.MathUtils.BasicStats
-
- sigma() - Method in class water.util.MathUtils.BasicStats
-
- sigma(int) - Method in class water.util.MathUtils.SimpleStats
-
- sigma() - Method in class water.util.MathUtils.SimpleStats
-
- sigma_g1(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- sign(double) - Static method in class water.util.MathUtils
-
- significant_rules_table - Variable in class water.api.schemas3.SignificantRulesV3
-
- SignificantRulesCollector - Interface in hex
-
Implementors of this interface have significant rules collection implemented.
- SignificantRulesV3 - Class in water.api.schemas3
-
- SignificantRulesV3() - Constructor for class water.api.schemas3.SignificantRulesV3
-
- SimpleCreateFrameRecipe - Class in hex.createframe.recipes
-
Similar to
OriginalCreateFrameRecipe
, except that this recipe
requires to specify the number of columns of each type explicitly (not
as fractions).
- SimpleCreateFrameRecipe() - Constructor for class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- SimpleCreateFrameRecipe.ResponseType - Enum in hex.createframe.recipes
-
- SimpleParametersBuilderFactory() - Constructor for class hex.grid.GridSearch.SimpleParametersBuilderFactory
-
- SimpleParamsBuilder(MP) - Constructor for class hex.grid.GridSearch.SimpleParametersBuilderFactory.SimpleParamsBuilder
-
- SimpleStats(int) - Constructor for class water.util.MathUtils.SimpleStats
-
- single_quotes - Variable in class water.api.schemas3.ParseSetupV3
-
- single_quotes - Variable in class water.api.schemas3.ParseV3
-
- size() - Method in class hex.ConfusionMatrix
-
- size - Variable in class hex.DMatrix.MatrixMulStats
-
- size() - Method in class hex.FeatureInteractions
-
- size() - Method in class jsr166y.ConcurrentLinkedDeque
-
Returns the number of elements in this deque.
- size() - Method in class jsr166y.LinkedTransferQueue
-
Returns the number of elements in this queue.
- size - Variable in class water.api.schemas3.NodePersistentStorageV3.NodePersistentStorageEntryV3
-
- size() - Method in class water.H2O
-
- size() - Method in interface water.parser.PreviewParseWriter.IDomain
-
- size() - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.LongAry
-
- size() - Method in interface water.udf.Column
-
- size() - Method in class water.udf.DataColumn
-
- size() - Method in class water.udf.FunColumnBase
-
- size() - Method in class water.udf.UnfoldingColumn
-
- size() - Method in class water.util.FileIntegrityChecker
-
- size() - Method in class water.util.IcedBitSet
-
- size() - Method in class water.util.IcedHashMapBase
-
- size() - Method in class water.util.IcedHashMapGeneric
-
- size() - Method in class water.util.IcedHashSet
-
- size() - Method in class water.util.SetOfBytes
-
- size_io() - Method in class water.init.TimelineSnapshot.Event
-
- sizeOf(byte[]) - Static method in class water.parser.PackedDomains
-
- skewness(Vec, boolean) - Static method in class water.rapids.ast.prims.advmath.AstSkewness
-
- skip(int) - Method in class water.AutoBuffer
-
Skip over some bytes in the byte buffer.
- SKIP_LINE - Static variable in class water.parser.Parser
-
- skip_ticks - Variable in class water.api.schemas3.CloudV3
-
- skipped_columns - Variable in class water.api.schemas3.ParseSetupV3
-
- skipped_columns - Variable in class water.api.schemas3.ParseV3
-
- slice(int[]) - Method in class water.rapids.vals.ValRow
-
Creates a new ValRow by selecting elements at the specified indices.
- SMALL_FILE_NCHUNKS - Static variable in class water.parser.ParserInfo
-
- smallDataSize() - Method in class hex.ModelBuilder
-
- snapshot - Variable in class water.api.TimelineHandler.Timeline
-
- SocketChannelFactory - Class in water.network
-
Creates either a raw or an SSL/TLS wrapped socket depending on
the node's configuration.
- SocketChannelUtils - Class in water.network
-
- SocketChannelUtils() - Constructor for class water.network.SocketChannelUtils
-
- Some(T) - Static method in class water.util.fp.FP
-
- Some(T) - Constructor for class water.util.fp.FP.Some
-
- sort(ScoringInfo[], ScoreKeeper.StoppingMetric) - Static method in class hex.ScoringInfo
-
Sort an array of ScoringInfo based on a stopping criterion / metric.
- sort(int[]) - Method in class water.fvec.Frame
-
Sort rows of a frame, using the set of columns as keys.
- sort(int[], int[]) - Method in class water.fvec.Frame
-
- sort() - Method in class water.rapids.ast.params.AstNumList
-
- sort(Frame, int) - Static method in class water.rapids.Merge
-
- sort(Frame, int[]) - Static method in class water.rapids.Merge
-
- sort(Frame, int[], int[]) - Static method in class water.rapids.Merge
-
- sort(int[], double[]) - Static method in class water.util.ArrayUtils
-
Sort an integer array of indices based on values
Updates indices in place, keeps values the same
- sort(int[], double[], int) - Static method in class water.util.ArrayUtils
-
- sort(int[], double[], int, int) - Static method in class water.util.ArrayUtils
-
- sort_by - Variable in class hex.schemas.GridSchemaV99
-
- sorted_set_diff(int[], int[]) - Static method in class water.util.ArrayUtils
-
- sortedMerge(int[], int[]) - Static method in class water.util.ArrayUtils
-
- sortedMerge(double[], double[]) - Static method in class water.util.ArrayUtils
-
- sortedMerge(int[], double[], int[], double[], int[], double[]) - Static method in class water.util.ArrayUtils
-
- sortModelsByMetric(String, boolean, List<Key<Model>>) - Static method in class hex.ModelMetrics
-
Return a new list of models sorted on their xval, validation or training metrics, by the named criterion.
- sortModelsByMetric(Frame, String, boolean, List<Key<Model>>) - Static method in class hex.ModelMetrics
-
Return a new list of models sorted on metrics computed on the given frame, by the named criterion.
- sortOnly(Frame, int[], int[][], int[]) - Static method in class water.rapids.Merge
-
- source_frame - Variable in class water.api.schemas3.InteractionV3
-
- source_frames - Variable in class water.api.schemas3.ParseSetupV3
-
- source_frames - Variable in class water.api.schemas3.ParseSVMLightV3
-
- source_frames - Variable in class water.api.schemas3.ParseV3
-
- sourceName - Variable in class water.AutoBuffer
-
- sp() - Method in class water.rapids.Env
-
- sparseLen() - Method in class water.fvec.ChunkVisitor.SparseDoubleAryVisitor
-
- sparseLenNA() - Method in class water.fvec.Chunk
-
Sparse Chunks have a significant number of NAs, and support for
skipping over large runs of NAs in a row.
- sparseLenNA() - Method in class water.fvec.NewChunk
-
- sparseLenZero() - Method in class water.fvec.Chunk
-
Sparse Chunks have a significant number of zeros, and support for
skipping over large runs of zeros in a row.
- sparseLenZero() - Method in class water.fvec.NewChunk
-
- sparseNA() - Method in class water.fvec.NewChunk
-
- sparseRatio() - Method in class water.fvec.Vec
-
- sparseRatio(Chunk[]) - Static method in class water.util.FrameUtils
-
compute fraction of sparse chunks in this array.
- sparseRatio(Frame) - Static method in class water.util.FrameUtils
-
- sparseZero() - Method in class water.fvec.NewChunk
-
- SpearmanCorrelation - Class in water.rapids.ast.prims.advmath
-
- SpearmanCorrelation() - Constructor for class water.rapids.ast.prims.advmath.SpearmanCorrelation
-
- specificity() - Method in class hex.ConfusionMatrix
-
The percentage of negative labeled instances that were predicted as negative.
- SpecifiesHttpResponseCode - Interface in water.api
-
Interface which allows a Schema, if returned by a handler method, to specify the HTTP response code.
- split(Vec, double, long, String[]) - Static method in class water.rapids.ast.prims.advmath.AstStratifiedSplit
-
- splitBy(String) - Static method in class water.util.fp.Functions
-
- SplitFrame - Class in hex
-
Split given frame based on given ratio.
- SplitFrame(Frame, double...) - Constructor for class hex.SplitFrame
-
- SplitFrame(Frame, double[], Key<Frame>[]) - Constructor for class hex.SplitFrame
-
- SplitFrame() - Constructor for class hex.SplitFrame
-
- splitFrame(Frame, double...) - Static method in class hex.SplitFrame
-
- SplitFrame.Frames - Class in hex
-
- SplitFrameHandler - Class in water.api
-
- SplitFrameHandler() - Constructor for class water.api.SplitFrameHandler
-
- SplitFrameV3 - Class in water.api.schemas3
-
- SplitFrameV3() - Constructor for class water.api.schemas3.SplitFrameV3
-
- SplitFrameV3(SplitFrame) - Constructor for class water.api.schemas3.SplitFrameV3
-
- splitValueHistogram - Variable in class hex.FeatureInteraction
-
- SplitValueHistogram - Class in hex
-
- SplitValueHistogram() - Constructor for class hex.SplitValueHistogram
-
- spnego_login - Variable in class water.H2O.BaseArgs
-
-kerberos_login enables SpnegoLoginService
- spnego_properties - Variable in class water.H2O.BaseArgs
-
-spnego_properties is SPNEGO configuration file on local filesystem
- SqlFetchMode - Enum in water.jdbc
-
- SQLManager - Class in water.jdbc
-
- SQLManager() - Constructor for class water.jdbc.SQLManager
-
- sqrt(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- sqrtArr(double[]) - Static method in class water.util.ArrayUtils
-
- SQUARE - Static variable in class water.util.fp.PureFunctions
-
- SquareError() - Constructor for class water.util.MathUtils.SquareError
-
- src - Variable in class water.api.schemas3.TypeaheadV3
-
- SSLContextException - Class in water.network
-
- SSLSocketChannelFactory - Class in water.network
-
- SSLSocketChannelFactory() - Constructor for class water.network.SSLSocketChannelFactory
-
- SSLSocketChannelFactory(SSLProperties) - Constructor for class water.network.SSLSocketChannelFactory
-
- StackHelp() - Constructor for class water.rapids.Env.StackHelp
-
- stacktrace - Variable in class water.api.schemas3.H2OErrorV3
-
- stacktrace - Variable in class water.api.schemas3.JobV3
-
- stacktrace - Variable in class water.api.schemas3.ProfilerNodeV3.ProfilerNodeEntryV3
-
- stacktrace - Variable in class water.api.schemas4.output.JobV4
-
- stacktraces - Variable in class water.util.ProfileCollectorTask.NodeProfile
-
- StandaloneKerberosComponent - Interface in water.init
-
Interface of a component that needs to be initialized during boot of H2O running
in a Standalone mode in Kerberos environment
- start() - Method in class hex.grid.GridSearch.Builder
-
- start() - Method in class water.fvec.Chunk
-
Global starting row for this local Chunk
- start(String[], String, boolean) - Static method in class water.H2OStarter
-
Start H2O node.
- start(String[], String) - Static method in class water.H2OStarter
-
- start(String[], boolean) - Static method in class water.H2OStarter
-
- start(H2O.H2OCountedCompleter, long, double) - Method in class water.Job
-
- start(H2O.H2OCountedCompleter, long) - Method in class water.Job
-
Start this task based on given top-level fork-join task representing job computation.
- start() - Method in class water.udf.DataChunk
-
- start() - Method in class water.udf.DependentChunk
-
- start() - Method in interface water.udf.TypedChunk
-
- start() - Method in class water.util.Countdown
-
- start_time - Variable in class water.api.schemas3.JobV3
-
- start_time - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- start_time - Variable in class water.api.schemas4.output.JobV4
-
- start_time() - Method in class water.Job
-
- start_time() - Method in class water.util.Countdown
-
- START_TIME_MILLIS - Static variable in class water.H2O
-
- startClock() - Method in class hex.Model.Output
-
- startGridSearch(Key<Grid>, MP, Map<String, Object[]>, ModelParametersBuilderFactory<MP>, HyperSpaceSearchCriteria, int) - Static method in class hex.grid.GridSearch
-
- startGridSearch(Key<Job>, Key<Grid>, MP, Map<String, Object[]>, ModelParametersBuilderFactory<MP>, HyperSpaceSearchCriteria, Recovery<Grid>, int) - Static method in class hex.grid.GridSearch
-
- startGridSearch(Key<Grid>, MP, Map<String, Object[]>) - Static method in class hex.grid.GridSearch
-
- startGridSearch(Key<Grid>, MP, Map<String, Object[]>, int) - Static method in class hex.grid.GridSearch
-
- startGridSearch(Key<Grid>, HyperSpaceWalker<MP, ?>, int) - Static method in class hex.grid.GridSearch
-
- startGridSearch(Key<Job>, Key<Grid>, HyperSpaceWalker<MP, ?>, Recovery<Grid>, int) - Static method in class hex.grid.GridSearch
-
- startRequestLifecycle() - Static method in class water.server.ServletUtils
-
Called from JettyHTTPD.
- startRollupStats(Futures) - Method in class water.fvec.Vec
-
- startRollupStats(Futures, boolean) - Method in class water.fvec.Vec
-
Check if we have local cached copy of basic Vec stats (including histogram if requested) and if not start task to compute and fetch them;
useful when launching a bunch of them in parallel to avoid single threaded execution later (e.g.
- startServingRestApi() - Static method in class water.H2O
-
This switch Jetty into accepting mode.
- startSession(int, InitIDV3) - Method in class water.api.RapidsHandler
-
- StartSession4() - Constructor for class water.api.RapidsHandler.StartSession4
-
- startTransaction(String, String) - Static method in class water.server.ServletUtils
-
- status - Variable in class water.api.NanoResponse
-
HTTP status code after processing, e.g.
- status - Variable in class water.api.schemas3.JobV3
-
- status - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- status - Variable in class water.api.schemas4.output.JobV4
-
- SteamMetrics() - Constructor for class water.api.schemas3.SteamMetricsV3.SteamMetrics
-
- SteamMetricsHandler - Class in water.api
-
- SteamMetricsHandler() - Constructor for class water.api.SteamMetricsHandler
-
- SteamMetricsV3 - Class in water.api.schemas3
-
- SteamMetricsV3() - Constructor for class water.api.schemas3.SteamMetricsV3
-
- SteamMetricsV3.SteamMetrics - Class in water.api.schemas3
-
- steps - Variable in class water.api.schemas99.AssemblyV99
-
- steps() - Method in class water.rapids.Assembly
-
- stk() - Method in class water.rapids.Env
-
- stop() - Method in class water.Job
-
- stop() - Method in class water.util.Countdown
-
- stop_requested() - Method in class hex.ModelBuilder
-
- stop_requested() - Method in class water.Job
-
- stop_time() - Method in class water.util.Countdown
-
- stopClock() - Method in class hex.Model.Output
-
- stopEarly(Model, ScoringInfo[]) - Method in class hex.grid.HyperSpaceWalker.BaseWalker
-
Based on the last model, the given array of ScoringInfo, and our stopping criteria should we stop early?
- stopEarly(Model, ScoringInfo[]) - Method in class hex.grid.HyperSpaceWalker.RandomDiscreteValueWalker
-
Based on the last model, the given array of ScoringInfo, and our stopping criteria should we stop early?
- stopEarly(Model, ScoringInfo[]) - Method in interface hex.grid.HyperSpaceWalker
-
Based on the last model, the given array of ScoringInfo, and our stopping criteria should we stop early?
- stopEarly(Model, ScoringInfo[]) - Method in class hex.grid.SequentialWalker
-
- stopEarly(ScoreKeeper[], int, ScoreKeeper.ProblemType, ScoreKeeper.IStoppingMetric, double, String, boolean) - Static method in class hex.ScoreKeeper
-
Based on the given array of ScoreKeeper and stopping criteria should we stop early?
- stopping_metric() - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
Metric to use for convergence checking; only for _stopping_rounds > 0
- stopping_metric - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- stopping_metric - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
-
- stopping_metric - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
Metric to use for convergence checking, only for _stopping_rounds > 0
- stopping_rounds() - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
Early stopping based on convergence of stopping_metric.
- stopping_rounds - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- stopping_rounds - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
-
- stopping_rounds - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
Early stopping based on convergence of stopping_metric.
- stopping_tolerance() - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
Relative tolerance for metric-based stopping criterion: stop if relative improvement is not at least this much.
- stopping_tolerance - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.RandomDiscreteValueSearchCriteriaV99
-
- stopping_tolerance - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99.SequentialSearchCriteriaV99
-
- stopping_tolerance - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- stoppingCriteria() - Method in class hex.grid.HyperSpaceSearchCriteria.RandomDiscreteValueSearchCriteria
-
- stoppingCriteria() - Method in class hex.grid.HyperSpaceSearchCriteria.SequentialSearchCriteria
-
- stoppingCriteria() - Method in class hex.grid.HyperSpaceSearchCriteria
-
- StoppingCriteria() - Constructor for class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria
-
- stoppingMetric(ScoreKeeper.StoppingMetric) - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria.Builder
-
- StoppingMetricValuesProvider() - Constructor for class water.api.schemas3.ModelParamsValuesProviders.StoppingMetricValuesProvider
-
- stoppingRounds(int) - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria.Builder
-
- stoppingTolerance(double) - Method in class hex.grid.HyperSpaceSearchCriteria.StoppingCriteria.Builder
-
- STORE - Static variable in class water.H2O
-
- store(Value) - Method in class water.persist.EagerPersistBase
-
- store(Value) - Method in class water.persist.Persist
-
Store a Value into persistent storage, consuming some storage space.
- store(Value) - Method in class water.persist.PersistFS
-
- store(Value) - Method in class water.persist.PersistHex
-
- store(int, Value) - Method in class water.persist.PersistManager
-
- store(Value) - Method in class water.persist.PersistNFS
-
- store_bytes - Variable in class water.persist.PersistManager.PersistStatsEntry
-
- store_bytes - Variable in class water.util.WaterMeterIo.IoStatsEntry
-
- store_count - Variable in class water.persist.PersistManager.PersistStatsEntry
-
- store_count - Variable in class water.util.WaterMeterIo.IoStatsEntry
-
- STORE_get(Key) - Static method in class water.Value
-
- store_size() - Static method in class water.H2O
-
- STOREtoString() - Static method in class water.H2O
-
- str() - Method in class water.rapids.ast.AstExec
-
- str() - Method in class water.rapids.ast.AstFrame
-
- str() - Method in class water.rapids.ast.AstFunction
-
- str() - Method in class water.rapids.ast.AstRoot
-
String representation of this Ast object in the Rapids language.
- str() - Method in class water.rapids.ast.AstRow
-
- str() - Method in class water.rapids.ast.params.AstConst
-
- str() - Method in class water.rapids.ast.params.AstId
-
- str() - Method in class water.rapids.ast.params.AstNum
-
- str() - Method in class water.rapids.ast.params.AstNumList
-
- str() - Method in class water.rapids.ast.params.AstStr
-
- str() - Method in class water.rapids.ast.params.AstStrList
-
- str() - Method in class water.rapids.ast.prims.advmath.AstCorrelation
-
- str() - Method in class water.rapids.ast.prims.advmath.AstDistance
-
- str() - Method in class water.rapids.ast.prims.advmath.AstHist
-
- str() - Method in class water.rapids.ast.prims.advmath.AstImpute
-
- str() - Method in class water.rapids.ast.prims.advmath.AstKFold
-
- str() - Method in class water.rapids.ast.prims.advmath.AstKurtosis
-
- str() - Method in class water.rapids.ast.prims.advmath.AstMode
-
- str() - Method in class water.rapids.ast.prims.advmath.AstModuloKFold
-
- str() - Method in class water.rapids.ast.prims.advmath.AstQtile
-
- str() - Method in class water.rapids.ast.prims.advmath.AstRunif
-
- str() - Method in class water.rapids.ast.prims.advmath.AstSkewness
-
- str() - Method in class water.rapids.ast.prims.advmath.AstStratifiedKFold
-
- str() - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit
-
- str() - Method in class water.rapids.ast.prims.advmath.AstTable
-
- str() - Method in class water.rapids.ast.prims.advmath.AstTfIdf
-
- str() - Method in class water.rapids.ast.prims.advmath.AstUnique
-
- str() - Method in class water.rapids.ast.prims.advmath.AstVariance
-
- str() - Method in class water.rapids.ast.prims.assign.AstAppend
-
- str() - Method in class water.rapids.ast.prims.assign.AstAssign
-
- str() - Method in class water.rapids.ast.prims.assign.AstRectangleAssign
-
- str() - Method in class water.rapids.ast.prims.assign.AstRm
-
- str() - Method in class water.rapids.ast.prims.assign.AstTmpAssign
-
- str() - Method in class water.rapids.ast.prims.filters.dropduplicates.AstDropDuplicates
-
- str() - Method in class water.rapids.ast.prims.internal.AstRunTool
-
- str() - Method in class water.rapids.ast.prims.math.AstAbs
-
- str() - Method in class water.rapids.ast.prims.math.AstAcos
-
- str() - Method in class water.rapids.ast.prims.math.AstAcosh
-
- str() - Method in class water.rapids.ast.prims.math.AstAsin
-
- str() - Method in class water.rapids.ast.prims.math.AstAsinh
-
- str() - Method in class water.rapids.ast.prims.math.AstAtan
-
- str() - Method in class water.rapids.ast.prims.math.AstAtanh
-
- str() - Method in class water.rapids.ast.prims.math.AstCeiling
-
- str() - Method in class water.rapids.ast.prims.math.AstCos
-
- str() - Method in class water.rapids.ast.prims.math.AstCosh
-
- str() - Method in class water.rapids.ast.prims.math.AstCosPi
-
- str() - Method in class water.rapids.ast.prims.math.AstDiGamma
-
- str() - Method in class water.rapids.ast.prims.math.AstExp
-
- str() - Method in class water.rapids.ast.prims.math.AstExpm1
-
- str() - Method in class water.rapids.ast.prims.math.AstFloor
-
- str() - Method in class water.rapids.ast.prims.math.AstGamma
-
- str() - Method in class water.rapids.ast.prims.math.AstLGamma
-
- str() - Method in class water.rapids.ast.prims.math.AstLog
-
- str() - Method in class water.rapids.ast.prims.math.AstLog10
-
- str() - Method in class water.rapids.ast.prims.math.AstLog1P
-
- str() - Method in class water.rapids.ast.prims.math.AstLog2
-
- str() - Method in class water.rapids.ast.prims.math.AstNoOp
-
- str() - Method in class water.rapids.ast.prims.math.AstNot
-
- str() - Method in class water.rapids.ast.prims.math.AstRound
-
- str() - Method in class water.rapids.ast.prims.math.AstSgn
-
- str() - Method in class water.rapids.ast.prims.math.AstSignif
-
- str() - Method in class water.rapids.ast.prims.math.AstSin
-
- str() - Method in class water.rapids.ast.prims.math.AstSinh
-
- str() - Method in class water.rapids.ast.prims.math.AstSinPi
-
- str() - Method in class water.rapids.ast.prims.math.AstSqrt
-
- str() - Method in class water.rapids.ast.prims.math.AstTan
-
- str() - Method in class water.rapids.ast.prims.math.AstTanh
-
- str() - Method in class water.rapids.ast.prims.math.AstTanPi
-
- str() - Method in class water.rapids.ast.prims.math.AstTriGamma
-
- str() - Method in class water.rapids.ast.prims.math.AstTrunc
-
- str() - Method in class water.rapids.ast.prims.matrix.AstMMult
-
- str() - Method in class water.rapids.ast.prims.matrix.AstTranspose
-
- str() - Method in class water.rapids.ast.prims.misc.AstComma
-
- str() - Method in class water.rapids.ast.prims.misc.AstLs
-
- str() - Method in class water.rapids.ast.prims.misc.AstSetProperty
-
- str() - Method in class water.rapids.ast.prims.models.AstFairnessMetrics
-
- str() - Method in class water.rapids.ast.prims.models.AstMakeLeaderboard
-
- str() - Method in class water.rapids.ast.prims.models.AstModelResetThreshold
-
- str() - Method in class water.rapids.ast.prims.models.AstPerfectAUC
-
- str() - Method in class water.rapids.ast.prims.models.AstPermutationVarImp
-
- str() - Method in class water.rapids.ast.prims.models.AstResultFrame
-
- str() - Method in class water.rapids.ast.prims.models.AstSegmentModelsAsFrame
-
- str() - Method in class water.rapids.ast.prims.models.AstTestJavaScoring
-
- str() - Method in class water.rapids.ast.prims.models.AstTransformFrame
-
- str() - Method in class water.rapids.ast.prims.mungers.AstAnyFactor
-
- str() - Method in class water.rapids.ast.prims.mungers.AstAppendLevels
-
- str() - Method in class water.rapids.ast.prims.mungers.AstApply
-
- str() - Method in class water.rapids.ast.prims.mungers.AstAsCharacter
-
- str() - Method in class water.rapids.ast.prims.mungers.AstAsFactor
-
- str() - Method in class water.rapids.ast.prims.mungers.AstAsNumeric
-
- str() - Method in class water.rapids.ast.prims.mungers.AstCBind
-
- str() - Method in class water.rapids.ast.prims.mungers.AstColNames
-
- str() - Method in class water.rapids.ast.prims.mungers.AstColPySlice
-
- str() - Method in class water.rapids.ast.prims.mungers.AstColSlice
-
- str() - Method in class water.rapids.ast.prims.mungers.AstColumnsByType
-
- str() - Method in class water.rapids.ast.prims.mungers.AstCut
-
- str() - Method in class water.rapids.ast.prims.mungers.AstDdply
-
- str() - Method in class water.rapids.ast.prims.mungers.AstFillNA
-
- str() - Method in class water.rapids.ast.prims.mungers.AstFilterNaCols
-
- str() - Method in class water.rapids.ast.prims.mungers.AstFlatten
-
- str() - Method in class water.rapids.ast.prims.mungers.AstGetrow
-
- str() - Method in class water.rapids.ast.prims.mungers.AstGroup
-
- str() - Method in class water.rapids.ast.prims.mungers.AstGroupedPermute
-
- str() - Method in class water.rapids.ast.prims.mungers.AstIsCharacter
-
- str() - Method in class water.rapids.ast.prims.mungers.AstIsFactor
-
- str() - Method in class water.rapids.ast.prims.mungers.AstIsNa
-
- str() - Method in class water.rapids.ast.prims.mungers.AstIsNumeric
-
- str() - Method in class water.rapids.ast.prims.mungers.AstLevels
-
- str() - Method in class water.rapids.ast.prims.mungers.AstMelt
-
- str() - Method in class water.rapids.ast.prims.mungers.AstMerge
-
- str() - Method in class water.rapids.ast.prims.mungers.AstNaOmit
-
- str() - Method in class water.rapids.ast.prims.mungers.AstNcol
-
- str() - Method in class water.rapids.ast.prims.mungers.AstNLevels
-
- str() - Method in class water.rapids.ast.prims.mungers.AstNrow
-
- str() - Method in class water.rapids.ast.prims.mungers.AstPivot
-
- str() - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy
-
- str() - Method in class water.rapids.ast.prims.mungers.AstRBind
-
- str() - Method in class water.rapids.ast.prims.mungers.AstReLevel
-
- str() - Method in class water.rapids.ast.prims.mungers.AstRelevelByFreq
-
- str() - Method in class water.rapids.ast.prims.mungers.AstRename
-
- str() - Method in class water.rapids.ast.prims.mungers.AstRowSlice
-
- str() - Method in class water.rapids.ast.prims.mungers.AstScale.AstScaleInPlace
-
- str() - Method in class water.rapids.ast.prims.mungers.AstScale
-
- str() - Method in class water.rapids.ast.prims.mungers.AstSetDomain
-
- str() - Method in class water.rapids.ast.prims.mungers.AstSetLevel
-
- str() - Method in class water.rapids.ast.prims.mungers.AstSort
-
- str() - Method in class water.rapids.ast.prims.operators.AstAnd
-
- str() - Method in class water.rapids.ast.prims.operators.AstDiv
-
- str() - Method in class water.rapids.ast.prims.operators.AstEq
-
- str() - Method in class water.rapids.ast.prims.operators.AstGe
-
- str() - Method in class water.rapids.ast.prims.operators.AstGt
-
- str() - Method in class water.rapids.ast.prims.operators.AstIfElse
-
- str() - Method in class water.rapids.ast.prims.operators.AstIntDiv
-
- str() - Method in class water.rapids.ast.prims.operators.AstIntDivR
-
- str() - Method in class water.rapids.ast.prims.operators.AstLAnd
-
- str() - Method in class water.rapids.ast.prims.operators.AstLe
-
- str() - Method in class water.rapids.ast.prims.operators.AstLOr
-
- str() - Method in class water.rapids.ast.prims.operators.AstLt
-
- str() - Method in class water.rapids.ast.prims.operators.AstMod
-
- str() - Method in class water.rapids.ast.prims.operators.AstModR
-
- str() - Method in class water.rapids.ast.prims.operators.AstMul
-
- str() - Method in class water.rapids.ast.prims.operators.AstNe
-
- str() - Method in class water.rapids.ast.prims.operators.AstOr
-
- str() - Method in class water.rapids.ast.prims.operators.AstPlus
-
- str() - Method in class water.rapids.ast.prims.operators.AstPow
-
- str() - Method in class water.rapids.ast.prims.operators.AstSub
-
- str() - Method in class water.rapids.ast.prims.reducers.AstAll
-
- str() - Method in class water.rapids.ast.prims.reducers.AstAny
-
- str() - Method in class water.rapids.ast.prims.reducers.AstAnyNa
-
- str() - Method in class water.rapids.ast.prims.reducers.AstCumMax
-
- str() - Method in class water.rapids.ast.prims.reducers.AstCumMin
-
- str() - Method in class water.rapids.ast.prims.reducers.AstCumProd
-
- str() - Method in class water.rapids.ast.prims.reducers.AstCumSum
-
- str() - Method in class water.rapids.ast.prims.reducers.AstCumu
-
- str() - Method in class water.rapids.ast.prims.reducers.AstMad
-
- str() - Method in class water.rapids.ast.prims.reducers.AstMax
-
- str() - Method in class water.rapids.ast.prims.reducers.AstMaxNa
-
- str() - Method in class water.rapids.ast.prims.reducers.AstMean
-
- str() - Method in class water.rapids.ast.prims.reducers.AstMedian
-
- str() - Method in class water.rapids.ast.prims.reducers.AstMin
-
- str() - Method in class water.rapids.ast.prims.reducers.AstMinNa
-
- str() - Method in class water.rapids.ast.prims.reducers.AstNaCnt
-
- str() - Method in class water.rapids.ast.prims.reducers.AstProd
-
- str() - Method in class water.rapids.ast.prims.reducers.AstProdNa
-
- str() - Method in class water.rapids.ast.prims.reducers.AstSdev
-
- str() - Method in class water.rapids.ast.prims.reducers.AstSum
-
- str() - Method in class water.rapids.ast.prims.reducers.AstSumAxis
-
- str() - Method in class water.rapids.ast.prims.reducers.AstSumNa
-
- str() - Method in class water.rapids.ast.prims.reducers.AstTopN
-
- str() - Method in class water.rapids.ast.prims.repeaters.AstRepLen
-
- str() - Method in class water.rapids.ast.prims.repeaters.AstSeq
-
- str() - Method in class water.rapids.ast.prims.repeaters.AstSeqLen
-
- str() - Method in class water.rapids.ast.prims.search.AstMatch
-
- str() - Method in class water.rapids.ast.prims.search.AstWhich
-
- str() - Method in class water.rapids.ast.prims.search.AstWhichFunc
-
- str() - Method in class water.rapids.ast.prims.search.AstWhichMax
-
- str() - Method in class water.rapids.ast.prims.search.AstWhichMin
-
- str() - Method in class water.rapids.ast.prims.string.AstCountMatches
-
- str() - Method in class water.rapids.ast.prims.string.AstCountSubstringsWords
-
- str() - Method in class water.rapids.ast.prims.string.AstEntropy
-
- str() - Method in class water.rapids.ast.prims.string.AstGrep
-
- str() - Method in class water.rapids.ast.prims.string.AstLStrip
-
- str() - Method in class water.rapids.ast.prims.string.AstReplaceAll
-
- str() - Method in class water.rapids.ast.prims.string.AstReplaceFirst
-
- str() - Method in class water.rapids.ast.prims.string.AstRStrip
-
- str() - Method in class water.rapids.ast.prims.string.AstStrDistance
-
- str() - Method in class water.rapids.ast.prims.string.AstStrLength
-
- str() - Method in class water.rapids.ast.prims.string.AstStrSplit
-
- str() - Method in class water.rapids.ast.prims.string.AstSubstring
-
- str() - Method in class water.rapids.ast.prims.string.AstTokenize
-
- str() - Method in class water.rapids.ast.prims.string.AstToLower
-
- str() - Method in class water.rapids.ast.prims.string.AstToUpper
-
- str() - Method in class water.rapids.ast.prims.string.AstTrim
-
- str() - Method in class water.rapids.ast.prims.testing.AstSetReadForbidden
-
- str() - Method in class water.rapids.ast.prims.time.AstAsDate
-
- str() - Method in class water.rapids.ast.prims.time.AstDay
-
- str() - Method in class water.rapids.ast.prims.time.AstDayOfWeek
-
- str() - Method in class water.rapids.ast.prims.time.AstGetTimeZone
-
- str() - Method in class water.rapids.ast.prims.time.AstHour
-
- str() - Method in class water.rapids.ast.prims.time.AstListTimeZones
-
- str() - Method in class water.rapids.ast.prims.time.AstMillis
-
- str() - Method in class water.rapids.ast.prims.time.AstMinute
-
- str() - Method in class water.rapids.ast.prims.time.AstMktime
-
Deprecated.
- str() - Method in class water.rapids.ast.prims.time.AstMoment
-
- str() - Method in class water.rapids.ast.prims.time.AstMonth
-
- str() - Method in class water.rapids.ast.prims.time.AstSecond
-
- str() - Method in class water.rapids.ast.prims.time.AstSetTimeZone
-
- str() - Method in class water.rapids.ast.prims.time.AstWeek
-
- str() - Method in class water.rapids.ast.prims.time.AstYear
-
- str() - Method in class water.rapids.ast.prims.timeseries.AstDiffLag1
-
- str() - Method in class water.rapids.ast.prims.timeseries.AstIsax
-
- STR - Static variable in class water.rapids.Val
-
- str_length - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- str_length - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- str_op(BufferedString, BufferedString) - Method in class water.rapids.ast.prims.operators.AstBinOp
-
- str_op(BufferedString, BufferedString) - Method in class water.rapids.ast.prims.operators.AstEq
-
- str_op(BufferedString, BufferedString) - Method in class water.rapids.ast.prims.operators.AstNe
-
- strategy() - Method in class hex.grid.HyperSpaceSearchCriteria
-
- strategy - Variable in class hex.schemas.HyperSpaceSearchCriteriaV99
-
- StrategyValuesProvider() - Constructor for class hex.schemas.HyperSpaceSearchCriteriaV99.StrategyValuesProvider
-
- stratifiedKFoldColumn(Vec, int, long) - Static method in class water.rapids.ast.prims.advmath.AstKFold
-
- StratifiedQuantilesTask(H2O.H2OCountedCompleter, double, Vec, Vec, Vec, QuantileModel.CombineMethod) - Constructor for class hex.quantile.Quantile.StratifiedQuantilesTask
-
- StreamingSchema - Class in water.api
-
Schema to represent schema.
- StreamingSchema() - Constructor for class water.api.StreamingSchema
-
- StreamingSchema(StreamWriter) - Constructor for class water.api.StreamingSchema
-
- StreamingSchema(StreamWriter, String) - Constructor for class water.api.StreamingSchema
-
- streamParse(InputStream, StreamParseWriter) - Method in class water.parser.Parser
-
- StreamParseWriter - Interface in water.parser
-
- streamParseZip(InputStream, StreamParseWriter, InputStream) - Method in class water.parser.Parser
-
- StreamWriteOption - Interface in water.api
-
- streamWriter - Variable in class water.api.NanoStreamResponse
-
- StreamWriter - Interface in water.api
-
Stream provider.
- stride() - Method in class water.fvec.Vec
-
The stride
for a a simple and cheap histogram of the Vec, useful
for getting a broad overview of the data.
- string - Variable in class water.api.schemas3.RapidsStringsV3
-
- string - Variable in class water.api.schemas3.RapidsStringV3
-
- string - Variable in class water.api.schemas99.RapidsV99
-
- STRING - Static variable in class water.parser.Parser
-
- string_data - Variable in class water.api.schemas3.FrameV3.ColV3
-
- STRING_END - Static variable in class water.parser.Parser
-
- string_fraction - Variable in class hex.CreateFrame
-
- string_fraction - Variable in class water.api.schemas3.CreateFrameV3
-
- string_fraction - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- stringAt(int) - Method in class water.fvec.Chunk
-
- stringAt(long) - Method in class water.fvec.Vec
-
- stringBuffer() - Method in class water.util.MarkdownBuilder
-
- StringColumnCfcm - Class in hex.createframe.columns
-
Random string column.
- StringColumnCfcm() - Constructor for class hex.createframe.columns.StringColumnCfcm
-
- StringColumnCfcm(String, int) - Constructor for class hex.createframe.columns.StringColumnCfcm
-
- stringDomain(boolean) - Method in class water.util.VecUtils.CollectDoubleDomain
-
- StringPair - Class in hex
-
- StringPair() - Constructor for class hex.StringPair
-
- StringPair(String, String) - Constructor for class hex.StringPair
-
- StringPairV3 - Class in water.api.schemas3
-
- StringPairV3() - Constructor for class water.api.schemas3.StringPairV3
-
- Strings - Class in water.udf.specialized
-
Factory for strings column
- Strings() - Constructor for class water.udf.specialized.Strings
-
- Strings - Static variable in class water.udf.specialized.Strings
-
- stringToCategorical(Vec) - Static method in class water.util.VecUtils
-
Create a new
Vec
of categorical values from string
Vec
.
- stringToNumeric(Vec) - Static method in class water.util.VecUtils
-
Create a new
Vec
of numeric values from a string
Vec
.
- StringUtils - Class in water.util
-
String manipulation utilities.
- StringUtils() - Constructor for class water.util.StringUtils
-
- STRS - Static variable in class water.rapids.Val
-
- strToColumnTypes(String[]) - Static method in class water.parser.ParseSetup
-
- sturges(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- subAndMul(double[], double[], double[]) - Static method in class water.util.ArrayUtils
-
- subarray(byte[], int, int) - Static method in class water.util.ArrayUtils
-
- subarray(T[], int, int) - Static method in class water.util.ArrayUtils
-
- subarray2DLazy(T[][], int, int) - Static method in class water.util.ArrayUtils
-
- subframe(String[]) - Method in class water.fvec.Frame
-
Returns a subframe of this frame containing only vectors with desired names.
- subframe(int, int) - Method in class water.fvec.Frame
-
Create a subframe from given interval of columns.
- submit(ForkJoinTask<T>) - Method in class jsr166y.ForkJoinPool
-
Submits a ForkJoinTask for execution.
- submit(Callable<T>) - Method in class jsr166y.ForkJoinPool
-
- submit(Runnable, T) - Method in class jsr166y.ForkJoinPool
-
- submit(Runnable) - Method in class jsr166y.ForkJoinPool
-
- submitTask() - Method in class water.DTask.DKeyTask
-
Convenience non-blocking submit to work queues
- submitTask(T) - Static method in class water.H2O
-
- SubModelBuilder - Class in hex
-
Execute build of a collection of sub-models (CV models, main model) in parallel
This class is conceptually similar to CVModelBuilder and follows the same API.
- SubModelBuilder(Job<?>, ModelBuilder<?, ?, ?>[], int) - Constructor for class hex.SubModelBuilder
-
- SubsetChunk - Class in water.fvec
-
- SubsetChunk(Chunk, Chunk, Vec) - Constructor for class water.fvec.SubsetChunk
-
- SubsetVec - Class in water.fvec
-
A simple wrapper for looking at only a subset of rows
- SubsetVec(Key, int, Key, Key) - Constructor for class water.fvec.SubsetVec
-
- SUBSPACES - Static variable in class hex.grid.HyperSpaceWalker.BaseWalker
-
- subtract(double[], double[]) - Static method in class water.util.ArrayUtils
-
- subtract(double[][], double[][]) - Static method in class water.util.ArrayUtils
-
- subtract(int[], int[]) - Static method in class water.util.ArrayUtils
-
- subtract(double[], double[], double[]) - Static method in class water.util.ArrayUtils
-
- subtract(long, long[]) - Static method in class water.util.ArrayUtils
-
- sum(long[]) - Static method in class water.util.ArrayUtils
-
- sum(long[], int, int) - Static method in class water.util.ArrayUtils
-
- sum(int[]) - Static method in class water.util.ArrayUtils
-
- sum(float[]) - Static method in class water.util.ArrayUtils
-
- sum(double[]) - Static method in class water.util.ArrayUtils
-
- SUM - Static variable in class water.util.fp.PureFunctions
-
- sum(float[]) - Static method in class water.util.MathUtils
-
- sum(double[]) - Static method in class water.util.MathUtils
-
- SUM_OF_SQUARES - Static variable in class water.util.fp.PureFunctions
-
- sumetadiffsquare - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- suml(int[]) - Static method in class water.util.ArrayUtils
-
- sumLeafCoversLeft - Variable in class hex.FeatureInteraction
-
- sumLeafCoversRight - Variable in class hex.FeatureInteraction
-
- sumLeafValuesLeft - Variable in class hex.FeatureInteraction
-
- sumLeafValuesRight - Variable in class hex.FeatureInteraction
-
- summary() - Method in class hex.VarImp
-
- summary(int, FramesV3) - Method in class water.api.FramesHandler
-
- summary - Variable in class water.api.schemas3.RouteV3
-
- summvc1 - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- summvc2 - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- sumSquares(float[]) - Static method in class water.util.MathUtils
-
- sumSquares(float[], int, int) - Static method in class water.util.MathUtils
-
- superclass - Variable in class water.api.SchemaMetadata
-
- superclass - Variable in class water.api.schemas3.SchemaMetadataV3
-
The simple schema superclass name, e.g.
- supervised - Variable in class hex.schemas.ModelBuilderSchema
-
- supports(ExportFileFormat) - Method in interface water.parser.BinaryFormatExporter
-
- SVMLight_INFO - Static variable in class water.parser.DefaultParserProviders
-
- SVMLightFVecParseWriter - Class in water.parser
-
- SVMLightFVecParseWriter(Vec.VectorGroup, int, int, int, AppendableVec[], int[], Key<Job>) - Constructor for class water.parser.SVMLightFVecParseWriter
-
- SVMLightParserProvider() - Constructor for class water.parser.DefaultParserProviders.SVMLightParserProvider
-
- swap(int, int) - Method in class water.fvec.Frame
-
Swap two Vecs in-place; useful for sorting columns by some criteria
- swap_mem - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- SWITCHING_PROTOCOLS - Static variable in class water.util.HttpResponseStatus
-
101 Switching Protocols
- switchToInts() - Method in class water.fvec.NewChunk.Mantissas
-
- switchToLongs() - Method in class water.fvec.NewChunk.Mantissas
-
- syncDirectory(ArrayList<String>, ArrayList<String>, ArrayList<String>, ArrayList<String>) - Method in class water.util.FileIntegrityChecker
-
- SyntheticColumnGenerator - Class in water.parser
-
- SyntheticColumnGenerator() - Constructor for class water.parser.SyntheticColumnGenerator
-
- sys_cpu_pct - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- sys_load - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- SYSTEM_DEBUG_CORS - Static variable in class water.H2O.OptArgs
-
- SYSTEM_PROP_PREFIX - Static variable in class water.H2O.OptArgs
-
- system_snapshot() - Static method in class water.TimeLine
-
- t - Variable in class water.fvec.InteractionWrappedVec
-
- T_BAD - Static variable in class water.fvec.Vec
-
- T_CAT - Static variable in class water.fvec.Vec
-
- T_NUM - Static variable in class water.fvec.Vec
-
- T_STR - Static variable in class water.fvec.Vec
-
- T_TIME - Static variable in class water.fvec.Vec
-
- T_UUID - Static variable in class water.fvec.Vec
-
- table() - Method in class hex.ConfusionMatrix
-
Convert this ConfusionMatrix into a fully annotated TwoDimTable
- table - Variable in class water.api.schemas3.ConfusionMatrixV3
-
- table - Variable in class water.api.schemas3.ImportHiveTableV3
-
- table - Variable in class water.api.schemas3.ImportSQLTableV99
-
- table - Variable in class water.api.schemas3.NetworkTestV3
-
- table - Variable in class water.init.NetworkTest
-
- table_name - Variable in class water.api.schemas3.SaveToHiveTableV3
-
- table_path - Variable in class water.api.schemas3.SaveToHiveTableV3
-
- tableHeader(String...) - Method in class water.util.MarkdownBuilder
-
- tableRow(String...) - Method in class water.util.MarkdownBuilder
-
- Tabulate - Class in water.util
-
Simple Co-Occurrence based tabulation of X vs Y, where X and Y are two Vecs in a given dataset
Uses histogram of given resolution in X and Y
Handles numerical/categorical data and missing values
Supports observation weights
Fills up two double[][] arrays:
_countData[xbin][ybin] contains the sum of observation weights (or 1) for co-occurrences in bins xbin/ybin
_responseData[xbin][2] contains the mean value of Y and the sum of observation weights for a given bin for X
- Tabulate() - Constructor for class water.util.Tabulate
-
- TabulateHandler - Class in water.api
-
- TabulateHandler() - Constructor for class water.api.TabulateHandler
-
- TabulateV3 - Class in water.api.schemas3
-
- TabulateV3() - Constructor for class water.api.schemas3.TabulateV3
-
- TabulateV3(Tabulate) - Constructor for class water.api.schemas3.TabulateV3
-
- tabulationTwoDimTable() - Method in class water.util.Tabulate
-
- take() - Method in class jsr166y.LinkedTransferQueue
-
- target_id - Variable in class water.api.schemas4.output.JobV4
-
- target_type - Variable in class water.api.schemas4.output.JobV4
-
- targets - Variable in class water.api.schemas3.PartialDependenceV3
-
- task - Variable in class water.fvec.persist.FramePersist.SaveFrameDriver
-
- TaskGetKey - Class in water
-
Get the given key from the remote node
- TaskPutKey - Class in water
-
Push the given key to the remote node
- TaskPutKey(Key, Value) - Constructor for class water.TaskPutKey
-
- TaskPutKey(Key, Value, boolean) - Constructor for class water.TaskPutKey
-
- TaskPutKey(Key) - Constructor for class water.TaskPutKey
-
- TAtomic<T extends Freezable> - Class in water
-
A typed atomic update.
- TAtomic() - Constructor for class water.TAtomic
-
- TAtomic(H2O.H2OCountedCompleter) - Constructor for class water.TAtomic
-
- TCP - Static variable in class water.Value
-
- TCP_BUF_SIZ - Static variable in class water.AutoBuffer
-
- TCPReceiverThread - Class in water
-
The Thread that looks for TCP Cloud requests.
- TCPReceiverThread(ServerSocketChannel) - Constructor for class water.TCPReceiverThread
-
- tcps_active - Variable in class water.api.schemas3.CloudV3.NodeV3
-
- technote(int, String) - Static method in class water.H2O
-
Return an error message with an accompanying URL to help the user get more detailed information.
- technote(int[], String) - Static method in class water.H2O
-
Return an error message with an accompanying list of URLs to help the user get more detailed information.
- temp_table_name - Variable in class water.api.schemas3.ImportSQLTableV99
-
- TEMPORARY_REDIRECT - Static variable in class water.util.HttpResponseStatus
-
307 Temporary Redirect (since HTTP/1.1)
- TermFrequencyTask - Class in hex.tfidf
-
Task class using map-reduce to compute term frequency values for words in given documents.
- TermFrequencyTask() - Constructor for class hex.tfidf.TermFrequencyTask
-
- testJavaScoring(Frame, Frame, double) - Method in class hex.Model
-
- testJavaScoring(Frame, Frame, double, double) - Method in class hex.Model
-
- testJavaScoring(Frame, Frame, double, double, double) - Method in class hex.Model
-
- testJavaScoring(Frame, Frame, EasyPredictModelWrapper.Config, double, double, double) - Method in class hex.Model
-
- testJavaScoring(Frame, Frame, double, Model.JavaScoringOptions) - Method in class hex.Model
-
- texts2array(List<String>) - Static method in class water.util.StringUtils
-
- TfIdfPreprocessorTask - Class in hex.tfidf
-
Map-Reduce task for pre-processing data before computing TF-IDF.
- TfIdfPreprocessorTask(int, int) - Constructor for class hex.tfidf.TfIdfPreprocessorTask
-
- theFreezable(int) - Static method in class water.TypeMap
-
The single golden instance of an Iced, used for cloning and instanceof
tests, do-not-modify since it's The Golden Instance and shared.
- theFreezableClass() - Method in class water.Value
-
- third_moment(Vec) - Static method in class water.rapids.ast.prims.advmath.AstHist
-
- this_scoring_time_ms - Variable in class hex.ScoringInfo
-
- thread_traces - Variable in class water.api.schemas3.JStackV3.DStackTraceV3
-
- ThreadLocalRandom - Class in jsr166y
-
A random number generator isolated to the current thread.
- threshold(int) - Method in class hex.AUC2
-
- threshold(int) - Method in class hex.AUUC
-
- thresholds_and_metric_scores - Variable in class water.api.schemas3.ModelMetricsBinomialUpliftV3
-
- thresholds_and_metric_scores - Variable in class water.api.schemas3.ModelMetricsBinomialV3
-
- throwErr(Throwable) - Static method in class water.util.Log
-
- throwUnchecked(Throwable) - Static method in class water.AnyThrow
-
- tied_y - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHGenericV3
-
- tied_y - Variable in class water.api.schemas3.ModelMetricsRegressionCoxPHV3
-
- tiedY() - Method in class hex.ModelMetricsRegressionCoxPH
-
- time - Variable in class water.api.schemas3.JStackV3.DStackTraceV3
-
- time() - Method in class water.util.Timer
-
Return the difference between when the timer was created and the current time.
- time_fraction - Variable in class hex.CreateFrame
-
- time_fraction - Variable in class water.api.schemas3.CreateFrameV3
-
- time_fraction - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- time_lb - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- time_lb - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- time_stamp_ms - Variable in class hex.ScoringInfo
-
- time_ub - Variable in class hex.createframe.recipes.SimpleCreateFrameRecipe
-
- time_ub - Variable in class water.api.schemas4.input.CreateFrameSimpleIV4
-
- TimeColumnCfcm - Class in hex.createframe.columns
-
Time-valued random column.
- TimeColumnCfcm() - Constructor for class hex.createframe.columns.TimeColumnCfcm
-
- TimeColumnCfcm(String, long, long) - Constructor for class hex.createframe.columns.TimeColumnCfcm
-
- timedOut() - Method in class water.util.Countdown
-
- Timeline() - Constructor for class water.api.TimelineHandler.Timeline
-
- TimeLine - Class in water
-
Maintain a VERY efficient list of events in the system.
- TimeLine() - Constructor for class water.TimeLine
-
- TimelineHandler - Class in water.api
-
UDP Timeline
Created by tomasnykodym on 6/5/14.
- TimelineHandler() - Constructor for class water.api.TimelineHandler
-
- TimelineHandler.Timeline - Class in water.api
-
- TimelineSnapshot - Class in water.init
-
Wrapper around timeline snapshot.
- TimelineSnapshot(H2O, long[][]) - Constructor for class water.init.TimelineSnapshot
-
- TimelineSnapshot.Event - Class in water.init
-
- TimelineV3 - Class in water.api.schemas3
-
Display of a Timeline
- TimelineV3() - Constructor for class water.api.schemas3.TimelineV3
-
- TimelineV3.EventV3<I,S extends TimelineV3.EventV3<I,S>> - Class in water.api.schemas3
-
- TimelineV3.HeartBeatEvent - Class in water.api.schemas3
-
- TimelineV3.IOEvent - Class in water.api.schemas3
-
- TimelineV3.NetworkEvent - Class in water.api.schemas3
-
- timeout() - Method in class hex.ModelBuilder
-
- TIMEOUT - Static variable in class water.HeartBeatThread
-
- Timer - Class in water.util
-
Simple Timer class.
- Timer() - Constructor for class water.util.Timer
-
- timestamp() - Method in class hex.Model.H2OModelDescriptor
-
- timestamp - Variable in class water.api.schemas3.H2OErrorV3
-
- timestamp - Variable in class water.api.schemas3.ModelSchemaBaseV3
-
- timestamp - Variable in class water.api.schemas3.ProfilerNodeV3
-
- timestamp - Variable in exception water.exceptions.H2OAbstractRuntimeException
-
- timestamp - Variable in class water.KeySnapshot
-
(local) Time of creation.
- timestamp - Variable in class water.util.JProfile
-
- timestamp - Variable in class water.util.ProfileCollectorTask.NodeProfile
-
- timestamp_millis - Variable in class water.api.schemas3.NodePersistentStorageV3.NodePersistentStorageEntryV3
-
- tmp_path - Variable in class water.api.schemas3.SaveToHiveTableV3
-
- tn(int) - Method in class hex.AUC2
-
- to - Variable in class water.api.schemas3.TimelineV3.NetworkEvent
-
- to2dTable() - Method in class water.init.NetworkBench.NetworkBenchResults
-
- toAge(Date, Date) - Static method in class water.util.PrettyPrint
-
- toArray() - Method in class jsr166y.ConcurrentLinkedDeque
-
Returns an array containing all of the elements in this deque, in
proper sequence (from first to last element).
- toArray(T[]) - Method in class jsr166y.ConcurrentLinkedDeque
-
Returns an array containing all of the elements in this deque,
in proper sequence (from first to last element); the runtime
type of the returned array is that of the specified array.
- toArray() - Method in class water.fvec.task.UniqTask
-
- toArray() - Method in class water.rapids.ast.prims.advmath.AstStratifiedSplit.LongAry
-
- toArray() - Method in class water.util.IcedHashSet
-
- toArray(T[]) - Method in class water.util.IcedHashSet
-
- toASCII() - Method in class hex.ConfusionMatrix
-
- toBufferedString(String[]) - Static method in class water.parser.BufferedString
-
- toByteArray(long...) - Static method in class water.util.ArrayUtils
-
Transform given long numbers into byte array.
- toByteArray(int[]) - Static method in class water.util.ArrayUtils
-
- toBytes(Object) - Static method in class water.util.StringUtils
-
- toCategoricalCol(int) - Method in class water.fvec.Frame
-
Returns the original frame with specific column converted to categorical
- toCategoricalCol(String) - Method in class water.fvec.Frame
-
Returns the original frame with specific column converted to categorical
- toCategoricalVec() - Method in class water.fvec.Vec
-
Convenience method for converting to a categorical vector.
- toCategoricalVec(Vec) - Static method in class water.util.VecUtils
-
Create a new
Vec
of categorical values from an existing
Vec
.
- toCharacterArray(String) - Static method in class water.util.StringUtils
-
- toCharacterSet(String) - Static method in class water.util.StringUtils
-
Convert a string into the set of its characters.
- toClassWithArray(JCodeSB, String, String, String[], String) - Static method in class water.util.JCodeGen
-
Generates a new class with one static member called VALUES which
is filled by values of given array.
- toClassWithArray(JCodeSB, String, String, String[]) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, double[], String) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, double[]) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, float[], String) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, float[]) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, int[], String) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, int[]) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, double[][], String) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, double[][]) - Static method in class water.util.JCodeGen
-
- toClassWithArray(JCodeSB, String, String, double[][][], String) - Static method in class water.util.JCodeGen
-
- toClassWithArrayFill(JCodeSB, String, String[], int, int) - Static method in class water.util.JCodeGen
-
- toClassWithArrayFill(JCodeSB, String, float[], int, int) - Static method in class water.util.JCodeGen
-
- toClassWithArrayFill(JCodeSB, String, double[], int, int) - Static method in class water.util.JCodeGen
-
- toClassWithArrayFill(JCodeSB, String, int[], int, int) - Static method in class water.util.JCodeGen
-
- toClassWithArrayFill(JCodeSB, String, double[][], int, int) - Static method in class water.util.JCodeGen
-
- toClassWithArrayFill(JCodeSB, String, double[][][], int, int) - Static method in class water.util.JCodeGen
-
- toCSV(Frame.CSVStreamParams) - Method in class water.fvec.Frame
-
Convert this Frame to a CSV (in an InputStream
), that optionally
is compatible with R 3.1's recent change to read.csv()'s behavior.
- toDebugString() - Method in class water.H2ONode
-
- toDouble(float[]) - Static method in class water.util.ArrayUtils
-
- toDouble(int[]) - Static method in class water.util.ArrayUtils
-
- ToEigenVec - Interface in hex
-
Created by arno on 7/8/16.
- toEigenVec(Vec) - Method in interface hex.ToEigenVec
-
- toFrame() - Method in class hex.segments.SegmentModels
-
Converts the collection of Segment Models to a Frame representation
- toH2OError() - Method in exception water.exceptions.H2OAbstractRuntimeException
-
- toH2OError(String) - Method in exception water.exceptions.H2OAbstractRuntimeException
-
- toH2OError(String) - Method in exception water.exceptions.H2OGridException
-
- toH2OError(String) - Method in exception water.exceptions.H2OModelBuilderIllegalArgumentException
-
- toHexPath(Key<?>) - Method in class water.persist.PersistManager
-
- toInt(String[], int, int) - Static method in class water.util.ArrayUtils
-
- toInt(Integer[], int, int) - Static method in class water.util.ArrayUtils
-
- toIntegers(int[], int, int) - Static method in class water.util.ArrayUtils
-
- toJava(boolean, boolean) - Method in class hex.Model
-
Return a String which is a valid Java program representing a class that
implements the Model.
- toJava(OutputStream, boolean, boolean) - Method in class hex.Model
-
- toJava(SBPrintStream, boolean, boolean) - Method in class hex.Model
-
- toJava(int, AssemblyV99) - Method in class water.api.AssemblyHandler
-
- toJava(String) - Method in class water.rapids.Assembly
-
- toJava(SB, String, int) - Method in class water.util.IcedBitSet
-
- toJavaAlgo() - Method in class hex.Model
-
- toJavaCheckTooBig() - Method in class hex.DelegatingPojoWriter
-
- toJavaCheckTooBig() - Method in class hex.Model
-
- toJavaCheckTooBig() - Method in interface hex.PojoWriter
-
- toJavaDoubleArray(double[]) - Static method in class water.util.PojoUtils
-
- toJavaId(String) - Static method in class water.util.JCodeGen
-
Transform given string to legal java Identifier (see Java grammar http://docs.oracle.com/javase/specs/jls/se7/html/jls-3.html#jls-3.8)
- toJavaInit(SBPrintStream, CodeGeneratorPipeline) - Method in class hex.DelegatingPojoWriter
-
- toJavaInit(SBPrintStream, CodeGeneratorPipeline) - Method in class hex.Model
-
- toJavaInit(SBPrintStream, CodeGeneratorPipeline) - Method in interface hex.PojoWriter
-
- toJavaModelClassName() - Method in class hex.Model
-
- toJavaPredictBody(SBPrintStream, CodeGeneratorPipeline, CodeGeneratorPipeline, boolean) - Method in class hex.DelegatingPojoWriter
-
- toJavaPredictBody(SBPrintStream, CodeGeneratorPipeline, CodeGeneratorPipeline, boolean) - Method in class hex.Model
-
- toJavaPredictBody(SBPrintStream, CodeGeneratorPipeline, CodeGeneratorPipeline, boolean) - Method in interface hex.PojoWriter
-
- toJavaPrimitive(String) - Static method in class water.rapids.transforms.Transform
-
- toJavaRangeCheck(SB, int) - Method in class water.util.IcedBitSet
-
- toJavaString() - Method in class water.rapids.ast.AstParameter
-
- toJavaString() - Method in class water.rapids.ast.params.AstId
-
- toJavaString() - Method in class water.rapids.ast.params.AstNumList
-
- toJavaString() - Method in class water.rapids.ast.params.AstStr
-
- toJavaStringInit(String[]) - Method in interface water.exceptions.JCodeSB
-
- toJavaStringInit(float[]) - Method in interface water.exceptions.JCodeSB
-
- toJavaStringInit(double[]) - Method in interface water.exceptions.JCodeSB
-
- toJavaStringInit(double[][]) - Method in interface water.exceptions.JCodeSB
-
- toJavaStringInit(double[][][]) - Method in interface water.exceptions.JCodeSB
-
- toJavaStringInit(String[]) - Method in class water.util.SB
-
- toJavaStringInit(float[]) - Method in class water.util.SB
-
- toJavaStringInit(double[]) - Method in class water.util.SB
-
- toJavaStringInit(double[][]) - Method in class water.util.SB
-
- toJavaStringInit(double[][][]) - Method in class water.util.SB
-
- toJavaStringInit(String[]) - Method in class water.util.SBPrintStream
-
- toJavaStringInit(float[]) - Method in class water.util.SBPrintStream
-
- toJavaStringInit(double[]) - Method in class water.util.SBPrintStream
-
- toJavaStringInit(double[][]) - Method in class water.util.SBPrintStream
-
- toJavaStringInit(double[][][]) - Method in class water.util.SBPrintStream
-
- toJavaTransform(SBPrintStream, CodeGeneratorPipeline, boolean) - Method in class hex.DelegatingPojoWriter
-
- toJavaTransform(SBPrintStream, CodeGeneratorPipeline, boolean) - Method in class hex.Model
-
- toJavaTransform(SBPrintStream, CodeGeneratorPipeline, boolean) - Method in interface hex.PojoWriter
-
- toJavaUUID() - Method in class hex.Model
-
- toJSArray(float[]) - Method in interface water.exceptions.JCodeSB
-
- toJSArray(String[]) - Method in interface water.exceptions.JCodeSB
-
- toJSArray(float[]) - Method in class water.util.SB
-
- toJSArray(String[]) - Method in class water.util.SB
-
- toJSArray(float[]) - Method in class water.util.SBPrintStream
-
- toJSArray(String[]) - Method in class water.util.SBPrintStream
-
- toJSON(Object) - Static method in class water.util.JSONUtils
-
- toJsonBytes() - Method in class water.Iced
-
- toJsonString() - Method in class water.Iced
-
Helper for folks that want a JSON String for this object.
- TOKEN - Static variable in class water.parser.Parser
-
- tokenize(String) - Static method in class water.util.StringUtils
-
- tokensToArray(String[], int, Map<String, Integer>) - Static method in class water.util.StringUtils
-
- toLogString() - Method in class hex.leaderboard.Leaderboard
-
- toLowerStringCol(Vec) - Static method in class water.rapids.ast.prims.string.AstToLower
-
- toMap() - Method in class hex.VarImp
-
- toMojo() - Method in class hex.Model
-
Convenience method to convert Model to a MOJO representation.
- toMojo(boolean) - Method in class hex.Model
-
Convenience method to convert Model to a MOJO representation.
- toNumericVec() - Method in class water.fvec.Vec
-
Convenience method for converting to a numeric vector.
- toNumericVec(Vec) - Static method in class water.util.VecUtils
-
Create a new
Vec
of numeric values from an existing
Vec
.
- TOO_MANY_KEYS_COUNT - Static variable in class water.parser.ParserInfo
-
- toPrimitive(ArrayList<Integer>) - Static method in class water.util.ArrayUtils
-
Convert an ArrayList of Integers to a primitive int[] array.
- toRef() - Method in class water.udf.CFuncRef
-
- toSanitizedString() - Method in class water.parser.BufferedString
-
Converts this BufferedString into an ASCII String where all original non-ASCII characters
are represented in a hexadecimal notation.
- toSingleChunk(Frame) - Static method in class water.fvec.RebalanceDataSet
-
Rebalance a (small) frame into a single chunk.
- toSingleChunk(Frame, Key<Frame>) - Static method in class water.fvec.RebalanceDataSet
-
Rebalance a (small) frame into a single chunk.
- toStaticVar(T, String, int, String) - Static method in class water.util.JCodeGen
-
- toStaticVar(JCodeSB, String, String[], String) - Static method in class water.util.JCodeGen
-
- toStaticVar(JCodeSB, String, float[], String) - Static method in class water.util.JCodeGen
-
- toStaticVar(JCodeSB, String, double[], String) - Static method in class water.util.JCodeGen
-
- toStaticVar(JCodeSB, String, int[], String) - Static method in class water.util.JCodeGen
-
- toStaticVar(JCodeSB, String, double[][], String) - Static method in class water.util.JCodeGen
-
- toStaticVar(JCodeSB, String, double[][][], String) - Static method in class water.util.JCodeGen
-
- toStaticVar(JCodeSB, String, boolean[], String) - Static method in class water.util.JCodeGen
-
- toStaticVarZeros(JCodeSB, String, double[], String) - Static method in class water.util.JCodeGen
-
- toStrArray() - Method in class water.util.IcedBitSet
-
- toString() - Method in class hex.ConfusionMatrix
-
- toString() - Method in class hex.GainsLift
-
- toString() - Method in class hex.Interaction
-
- toString() - Method in class hex.leaderboard.Leaderboard
-
- toString() - Method in class hex.Model.InteractionPair
-
- toString() - Method in class hex.Model.Output
-
- toString() - Method in class hex.Model
-
- toString() - Method in class hex.ModelBuilder.ValidationMessage
-
- toString() - Method in class hex.ModelMetrics
-
- toString() - Method in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- toString() - Method in class hex.ModelMetricsBinomial
-
- toString() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- toString() - Method in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- toString() - Method in class hex.ModelMetricsBinomialGLM
-
- toString() - Method in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- toString() - Method in class hex.ModelMetricsBinomialUplift
-
- toString() - Method in class hex.ModelMetricsClustering
-
- toString() - Method in class hex.ModelMetricsHGLM
-
- toString() - Method in class hex.ModelMetricsHGLMGaussianGaussian
-
- toString() - Method in class hex.ModelMetricsMultinomial
-
- toString() - Method in class hex.ModelMetricsOrdinal
-
- toString() - Method in class hex.ModelMetricsRegression
-
- toString() - Method in class hex.ModelMetricsRegressionCoxPH
-
- toString() - Method in class hex.ModelMetricsRegressionGLM
-
- toString() - Method in class hex.ModelMetricsSupervised
-
- toString() - Method in class hex.ScoreKeeper
-
- toString() - Method in class jsr166y.ForkJoinPool
-
Returns a string identifying this pool, as well as its state,
including indications of run state, parallelism level, and
worker and task counts.
- toString() - Method in class jsr166y.Phaser
-
Returns a string identifying this phaser, as well as its
state.
- toString() - Method in class water.AbstractH2OExtension
-
- toString() - Method in class water.api.RequestUri
-
- toString() - Method in class water.api.Route
-
- toString() - Method in class water.api.schemas3.KeyV3
-
- toString() - Method in class water.api.schemas3.SchemaV3.Meta
-
Used during markdown generation.
- toString() - Method in class water.api.schemas3.TimelineV3.HeartBeatEvent
-
- toString() - Method in class water.api.schemas3.TimelineV3.IOEvent
-
- toString() - Method in class water.api.schemas3.TimelineV3.NetworkEvent
-
- toString() - Method in class water.AutoBuffer
-
- toString() - Method in class water.fvec.AppendableVec
-
- toString() - Method in class water.fvec.Chunk
-
- toString() - Method in class water.fvec.Frame
-
- toString(long, int) - Method in class water.fvec.Frame
-
- toString(long, int, boolean) - Method in class water.fvec.Frame
-
- toString() - Method in class water.fvec.NewChunk
-
- toString() - Method in class water.fvec.Vec
-
Pretty print the Vec: [#elems, min/mean/max]{chunks,...}
- toString() - Method in class water.fvec.Vec.VectorGroup
-
Pretty print the VectorGroup
- toString() - Method in class water.H2O.OptArgs
-
- toString() - Method in class water.H2O.OptString
-
- toString() - Method in class water.H2O
-
- toString() - Method in class water.H2OError
-
- toString() - Method in class water.H2ONode
-
- toString() - Method in class water.IcedWrapper
-
- toString() - Method in class water.init.AbstractBuildVersion
-
- toString() - Method in class water.init.TimelineSnapshot.Event
-
- toString() - Method in class water.Key
-
Converts the key to HTML displayable string.
- toString() - Method in class water.parser.BufferedString
-
- toString(BufferedString[]) - Static method in class water.parser.BufferedString
-
- toString() - Method in class water.parser.Categorical
-
- toString() - Method in class water.parser.ParserInfo
-
- toString() - Method in class water.parser.ParseSetup
-
- toString() - Method in class water.parser.ParseWriter.ParseErr
-
- toString() - Method in class water.rapids.ast.AstRoot
-
- toString() - Method in class water.rapids.ast.prims.mungers.AstGroup.G
-
- toString() - Method in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
-
- toString() - Method in class water.rapids.Env
-
- toString() - Method in class water.rapids.vals.ValFrame
-
- toString() - Method in class water.rapids.vals.ValFun
-
- toString() - Method in class water.rapids.vals.ValKeyed
-
- toString() - Method in class water.rapids.vals.ValMapFrame
-
- toString() - Method in class water.rapids.vals.ValModel
-
- toString() - Method in class water.rapids.vals.ValNum
-
- toString() - Method in class water.rapids.vals.ValNums
-
- toString() - Method in class water.rapids.vals.ValRow
-
- toString() - Method in class water.rapids.vals.ValStr
-
- toString() - Method in class water.rapids.vals.ValStrs
-
- toString() - Method in class water.udf.DataColumn
-
- toString() - Method in class water.udf.DataColumns.BaseFactory
-
- toString() - Method in class water.udf.Fun2Column
-
- toString() - Method in class water.udf.Fun3Column
-
- toString() - Method in class water.udf.FunColumn
-
- toString(long[]) - Static method in class water.util.ArrayUtils
-
- toString(int[]) - Static method in class water.util.ArrayUtils
-
- toString(Object[]) - Static method in class water.util.ArrayUtils
-
- toString(float[]) - Static method in class water.util.AtomicUtils.FloatArray
-
- toString() - Method in class water.util.ChunkSummary
-
- toString() - Method in exception water.util.DistributedException
-
- toString() - Method in class water.util.fp.FP.Some
-
- toString() - Method in class water.util.HttpResponseStatus
-
- toString() - Method in class water.util.IcedBitSet
-
- toString(SB) - Method in class water.util.IcedBitSet
-
- toString() - Method in class water.util.IcedDouble
-
- toString() - Method in class water.util.IcedHashMapBase
-
- toString() - Method in class water.util.IcedInt
-
- toString() - Method in class water.util.IcedLong
-
- toString() - Method in class water.util.LogArchiveWriter.ArchiveEntry
-
- toString() - Method in class water.util.MarkdownBuilder
-
- toString() - Method in class water.util.Pair
-
- toString() - Method in class water.util.RString
-
- toString() - Method in class water.util.SB
-
- toString() - Method in class water.util.SetOfBytes
-
- toString(Throwable) - Static method in class water.util.StringUtils
-
Print exception stack trace into a string.
- toString(byte[], int, int) - Static method in class water.util.StringUtils
-
- toString() - Method in class water.util.Timer
-
Return the difference between when the timer was created and the current
time as a string along with the time of creation in date format.
- toString() - Method in class water.util.Triple
-
- toString() - Method in class water.util.TwoDimTable
-
Print table to String, using 2 spaces for padding between columns
- toString(int) - Method in class water.util.TwoDimTable
-
Print table to String, using user-given padding
- toString(int, boolean) - Method in class water.util.TwoDimTable
-
Print table to String, using user-given padding
- toStringQuotedElements(Object[]) - Static method in class water.util.ArrayUtils
-
- toStringQuotedElements(Object[], int) - Static method in class water.util.ArrayUtils
-
- toStringVec() - Method in class water.fvec.Vec
-
Convenience method for converting to a string vector.
- toStringVec(Vec) - Static method in class water.util.VecUtils
-
Create a new
Vec
of string values from an existing
Vec
.
- tot_withinss() - Method in class hex.ModelMetricsClustering
-
- tot_withinss - Variable in class water.api.schemas3.ModelMetricsClusteringV3
-
- total_bytes - Variable in class water.fvec.UploadFileVec.ReadPutStats
-
- total_chunks - Variable in class water.fvec.UploadFileVec.ReadPutStats
-
- total_column_count - Variable in class water.api.schemas3.FrameV3
-
- total_filtered_column_count - Variable in class water.api.schemas3.ParseSetupV3
-
- total_models - Variable in class hex.schemas.GridSearchSchema
-
- total_rows() - Method in class hex.ConfusionMatrix
-
- total_scoring_time_ms - Variable in class hex.ScoringInfo
-
- total_setup_time_ms - Variable in class hex.ScoringInfo
-
- total_training_time_ms - Variable in class hex.ScoringInfo
-
- totss() - Method in class hex.ModelMetricsClustering
-
- totss - Variable in class water.api.schemas3.ModelMetricsClusteringV3
-
- toTwoDimTable(String...) - Method in class hex.leaderboard.Leaderboard
-
Creates a
TwoDimTable
representation of the leaderboard.
- toTwoDimTable() - Method in class water.fvec.Frame
-
- toTwoDimTable(long, int) - Method in class water.fvec.Frame
-
- toTwoDimTable(long, int, boolean) - Method in class water.fvec.Frame
-
- toTwoDimTable(int, int) - Method in class water.fvec.Vec
-
Turn this Vec into a TwoDimTable of a 1-column Frame
- toTwoDimTable() - Method in class water.fvec.Vec
-
Turn this Vec into a TwoDimTable of a 1-column Frame
- toTwoDimTableChunkTypes() - Method in class water.util.ChunkSummary
-
- toTwoDimTableDistribution() - Method in class water.util.ChunkSummary
-
- toVec() - Method in class water.fvec.task.UniqOldTask
-
Deprecated.
- toVec() - Method in class water.fvec.task.UniqTask
-
- tp(int) - Method in class hex.AUC2
-
- TRACE - Static variable in class water.util.Log
-
- trace(Object...) - Static method in class water.util.Log
-
- trace(String) - Method in class water.util.WaterLogger
-
- traces - Variable in class water.api.schemas3.JStackV3
-
- track(Val) - Method in class water.rapids.Env.StackHelp
-
- track(Frame) - Method in class water.rapids.Env.StackHelp
-
- track(Vec) - Static method in class water.Scope
-
- track(Frame...) - Static method in class water.Scope
-
Track one or more
Frame
s, and return the first one.
- track_generic(T) - Static method in class water.Scope
-
- track_tmp(Frame) - Method in class water.rapids.Session
-
Track a freshly minted tmp frame.
- train() - Method in class hex.Model.Parameters
-
- train() - Method in class hex.ModelBuilder
-
Training frame: derived from the parameter's training frame, excluding
all ignored columns, all constant and bad columns, perhaps flipping the
response column to an Categorical, etc.
- train(int, S) - Method in class water.api.GridSearchHandler
-
- train(int, S) - Method in class water.api.ModelBuilderHandler
-
- training_frame - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- training_metrics - Variable in class hex.schemas.GridSchemaV99
-
- training_metrics - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- training_samples() - Method in interface hex.ScoringInfo.HasSamples
-
- TrainingTime - Class in hex.leaderboard
-
A cell providing the time needed to train the model.
- TrainingTime(Model) - Constructor for class hex.leaderboard.TrainingTime
-
- TrainingTime(Key<Model>) - Constructor for class hex.leaderboard.TrainingTime
-
- trainModel() - Method in class hex.ModelBuilder
-
Method to launch training of a Model, based on its parameters.
- trainModel(ModelBuilderListener) - Method in class hex.ModelBuilder
-
- trainModelImpl() - Method in class hex.ModelBuilder
-
Model-specific implementation of model training
- trainModelImpl() - Method in class hex.quantile.Quantile
-
- trainModelNested(Frame) - Method in class hex.ModelBuilder
-
Train a model as part of a larger Job;
- trainModelNested(Job<?>, Key<Model>, MP, Frame) - Static method in class hex.ModelBuilder
-
Train a model as part of a larger job.
- trainModelOnH2ONode() - Method in class hex.ModelBuilder
-
Start model training using a this ModelBuilder as a template.
- trainModelsParallel(E[], int) - Static method in class hex.ModelBuilderHelper
-
A helper method facilitating parallel training of a collection of models.
- transfer(E) - Method in class jsr166y.LinkedTransferQueue
-
Transfers the element to a consumer, waiting if necessary to do so.
- transfer(E) - Method in interface jsr166y.TransferQueue
-
Transfers the element to a consumer, waiting if necessary to do so.
- TransferQueue<E> - Interface in jsr166y
-
A BlockingQueue
in which producers may wait for consumers
to receive elements.
- transform(Frame) - Method in class hex.Model
-
- transform(Frame) - Method in class hex.RegexTokenizer
-
Tokenizes a given Frame
- Transform<T> - Class in water.rapids.transforms
-
- transform(Frame) - Method in class water.rapids.transforms.Transform
-
- transform1D(Frame, int, boolean) - Static method in class water.util.MathUtils.DCT
-
Compute the 1D discrete cosine transform for each row in the given Frame, and return a new Frame
- transform2D(Frame, int, int, boolean) - Static method in class water.util.MathUtils.DCT
-
Compute the 2D discrete cosine transform for each row in the given Frame, and return a new Frame
- transform3D(Frame, int, int, int, boolean) - Static method in class water.util.MathUtils.DCT
-
Compute the 3D discrete cosine transform for each row in the given Frame, and return a new Frame
- Transformer<T extends Keyed> - Class in hex
-
Representation of transformation from type X to Y.
- Transformer(Key<T>, String, String) - Constructor for class hex.Transformer
-
- transformImpl(Frame) - Method in class water.rapids.transforms.H2OColOp
-
- transformImpl(Frame) - Method in class water.rapids.transforms.H2OColSelect
-
- transformImpl(Frame) - Method in class water.rapids.transforms.H2OScaler
-
- transformImpl(Frame) - Method in class water.rapids.transforms.Transform
-
- TransformWrappedVec - Class in water.fvec
-
This wrapper pushes a transform down into each chunk so that
transformations will happen on-the-fly.
- TransformWrappedVec(Key<Vec>, int, TransformWrappedVec.TransformFactory<?>, Key<Vec>[]) - Constructor for class water.fvec.TransformWrappedVec
-
- TransformWrappedVec(Vec, AstPrimitive) - Constructor for class water.fvec.TransformWrappedVec
-
- TransformWrappedVec(Vec[], TransformWrappedVec.TransformFactory<?>) - Constructor for class water.fvec.TransformWrappedVec
-
- TransformWrappedVec(Key<Vec>, int, AstPrimitive, Key<Vec>[]) - Constructor for class water.fvec.TransformWrappedVec
-
- TransformWrappedVec.Function1DTransform - Class in water.fvec
-
- TransformWrappedVec.Transform - Interface in water.fvec
-
- TransformWrappedVec.TransformFactory<T extends Freezable> - Interface in water.fvec
-
- TransformWrappedVec.TransformWrappedChunk - Class in water.fvec
-
- transpose(Frame) - Static method in class hex.DMatrix
-
Transpose the Frame as if it was a matrix (i.e.
- transpose(Frame, Frame) - Static method in class hex.DMatrix
-
Transpose the Frame as if it was a matrix (rows <-> columns).
- transpose(double[][]) - Static method in class water.util.ArrayUtils
-
- transpose(T[][]) - Static method in class water.util.ArrayUtils
-
- transposeTriangular(double[][], boolean) - Static method in class water.util.ArrayUtils
-
This function will perform transpose of triangular matrices only.
- TransposeTsk(Frame) - Constructor for class hex.DMatrix.TransposeTsk
-
- treatment(int) - Method in class hex.AUUC
-
- treatment_column_name - Variable in class water.api.schemas3.ModelSchemaBaseV3
-
- treatmentIdx() - Method in class hex.Model.Output
-
- treeDepth - Variable in class hex.FeatureInteraction
-
- treeIndex - Variable in class hex.FeatureInteraction
-
- Triple<V> - Class in water.util
-
Pair class with a clearer name than AbstractMap.SimpleEntry.
- Triple(V, V, V) - Constructor for class water.util.Triple
-
- TRUE - Static variable in class water.rapids.ast.params.AstConst
-
- tryComplete() - Method in class jsr166y.CountedCompleter
-
- tryGetDoneJob(Key<Job>, long) - Static method in class water.Job
-
Tries to retrieve a completed Job from DKV.
- tryTransfer(E) - Method in class jsr166y.LinkedTransferQueue
-
Transfers the element to a waiting consumer immediately, if possible.
- tryTransfer(E, long, TimeUnit) - Method in class jsr166y.LinkedTransferQueue
-
Transfers the element to a consumer if it is possible to do so
before the timeout elapses.
- tryTransfer(E) - Method in interface jsr166y.TransferQueue
-
Transfers the element to a waiting consumer immediately, if possible.
- tryTransfer(E, long, TimeUnit) - Method in interface jsr166y.TransferQueue
-
Transfers the element to a consumer if it is possible to do so
before the timeout elapses.
- tryUnfork() - Method in class jsr166y.ForkJoinTask
-
Tries to unschedule this task for execution.
- tweedie_power - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- TwoDimTable - Class in water.util
-
Serializable 2D Table containing Strings or doubles
Table can be named
Columns and Rows can be named
Fields can be empty
- TwoDimTable(String, String, String[], String[], String[], String[], String) - Constructor for class water.util.TwoDimTable
-
Constructor for TwoDimTable (R rows, C columns)
- TwoDimTable(String, String, String[], String[], String[], String[], String, String[][], double[][]) - Constructor for class water.util.TwoDimTable
-
Constructor for TwoDimTable (R rows, C columns)
- TwoDimTableV3 - Class in water.api.schemas3
-
Client-facing Schema of a TwoDimTable
Notes:
1) We embed the rowHeaders into the table, extending it by 1 column
2) We store all the data in column-major order
3) We store all the data in String format
- TwoDimTableV3() - Constructor for class water.api.schemas3.TwoDimTableV3
-
- TwoDimTableV3(TwoDimTable) - Constructor for class water.api.schemas3.TwoDimTableV3
-
- TwoDimTableV3.ColumnSpecsBase - Class in water.api.schemas3
-
- type - Variable in class water.api.SchemaMetadata.FieldMetadata
-
Type for this field.
- type - Variable in class water.api.SchemaMetadata
-
- type - Variable in class water.api.schemas3.FieldMetadataV3
-
- type - Variable in class water.api.schemas3.FrameV3.ColV3
-
- type - Variable in class water.api.schemas3.KeyV3
-
- type - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- type - Variable in class water.api.schemas3.SchemaMetadataV3
-
- type - Variable in class water.api.schemas3.TimelineV3.EventV3
-
- type() - Method in class water.Key
-
- type() - Method in class water.rapids.Val
-
- type() - Method in class water.rapids.vals.ValFrame
-
- type() - Method in class water.rapids.vals.ValFun
-
- type() - Method in class water.rapids.vals.ValKeyed
-
- type() - Method in class water.rapids.vals.ValMapFrame
-
- type() - Method in class water.rapids.vals.ValModel
-
- type() - Method in class water.rapids.vals.ValNum
-
- type() - Method in class water.rapids.vals.ValNums
-
- type() - Method in class water.rapids.vals.ValRow
-
- type() - Method in class water.rapids.vals.ValStr
-
- type() - Method in class water.rapids.vals.ValStrs
-
- type - Variable in class water.udf.DataColumn
-
- type() - Method in class water.Value
-
- TYPE_STR - Static variable in class water.fvec.Vec
-
- TypeaheadV3 - Class in water.api.schemas3
-
- TypeaheadV3() - Constructor for class water.api.schemas3.TypeaheadV3
-
- typeCode() - Method in interface water.udf.ChunkFactory
-
- typeCode - Variable in class water.udf.DataColumns.BaseFactory
-
- typeCode() - Method in class water.udf.DataColumns.BaseFactory
-
- TypedChunk<T> - Interface in water.udf
-
Represents a chunk that knows its type
- TypedFrame<X> - Class in water.udf
-
Single column frame that knows its data type
- TypedFrame() - Constructor for class water.udf.TypedFrame
-
deserialization :(
- TypedFrame(DataColumns.BaseFactory<X>, long, Function<Long, X>) - Constructor for class water.udf.TypedFrame
-
- TypedFrame.EnumFrame - Class in water.udf
-
- TypeMap - Class in water
-
Internal H2O class used to build and maintain the cloud-wide type mapping.
- TypeMap() - Constructor for class water.TypeMap
-
- TypeMapExtension - Interface in water
-
Allows to dynamically modify behavior of TypeMap
- types() - Method in class water.fvec.Frame
-
Type for every Vec
- typesStr() - Method in class water.fvec.Frame
-
String name for each Vec type
- v1() - Method in class water.fvec.InteractionWrappedVec
-
- v1 - Variable in class water.util.Triple
-
- v1Domain() - Method in class water.fvec.InteractionWrappedVec
-
- v2() - Method in class water.fvec.InteractionWrappedVec
-
- v2 - Variable in class water.util.Triple
-
- v2Domain() - Method in class water.fvec.InteractionWrappedVec
-
- v3 - Variable in class water.util.Triple
-
- Val - Class in water.rapids
-
Generic execution values for the untyped stack.
- Val() - Constructor for class water.rapids.Val
-
- ValFrame - Class in water.rapids.vals
-
Value that represents an H2O dataframe (
Frame
).
- ValFrame(Frame) - Constructor for class water.rapids.vals.ValFrame
-
- ValFun - Class in water.rapids.vals
-
A Rapids function
- ValFun(AstPrimitive) - Constructor for class water.rapids.vals.ValFun
-
- valid() - Method in class hex.Model.Parameters
-
- valid() - Method in class hex.ModelBuilder
-
Validation frame: derived from the parameter's validation frame, excluding
all ignored columns, all constant and bad columns, perhaps flipping the
response column to a Categorical, etc.
- valid() - Method in class water.util.LinuxProcFileReader
-
- validate_parameters(int, S) - Method in class water.api.ModelBuilderHandler
-
- validateArguments() - Method in class water.AbstractH2OExtension
-
Validate arguments used by this extension.
- validateBinaryResponse() - Method in class hex.ModelBuilder
-
- validateHyperParams(P, Map<String, Object[]>) - Method in class water.api.GridSearchHandler
-
Validate given hyper parameters with respect to type parameter P.
- validateStoppingMetric() - Method in class hex.ModelBuilder
-
- validation - Variable in class hex.ScoringInfo
-
- validation_frame - Variable in class water.api.schemas3.ModelParametersSchemaV3
-
- validation_metrics - Variable in class hex.schemas.GridSchemaV99
-
- validation_metrics - Variable in class water.api.schemas3.ModelOutputSchemaV3
-
- ValidationAdapter - Class in water.api
-
- ValidationAdapter() - Constructor for class water.api.ValidationAdapter
-
- validationErrors() - Method in class hex.ModelBuilder
-
Get a string representation of only the ERROR ValidationMessages (e.g., to use in an exception throw).
- ValidationMessage(byte, String, String) - Constructor for class hex.ModelBuilder.ValidationMessage
-
- ValidationMessageV3 - Class in water.api.schemas3
-
Model builder parameter validation message schema.
- ValidationMessageV3() - Constructor for class water.api.schemas3.ValidationMessageV3
-
- validationWarnings() - Method in class hex.ModelBuilder
-
- ValKeyed - Class in water.rapids.vals
-
- ValKeyed(Keyed) - Constructor for class water.rapids.vals.ValKeyed
-
- ValMapFrame - Class in water.rapids.vals
-
Value that represents a map of Frames.
- ValMapFrame(Map<String, Frame>) - Constructor for class water.rapids.vals.ValMapFrame
-
- ValModel - Class in water.rapids.vals
-
- ValModel(Model) - Constructor for class water.rapids.vals.ValModel
-
- ValNum - Class in water.rapids.vals
-
Numeric value.
- ValNum(double) - Constructor for class water.rapids.vals.ValNum
-
- ValNums - Class in water.rapids.vals
-
Array of numbers
- ValNums(double[]) - Constructor for class water.rapids.vals.ValNums
-
- ValRow - Class in water.rapids.vals
-
Row (array) of numbers.
- ValRow(double[], String[]) - Constructor for class water.rapids.vals.ValRow
-
- vals - Variable in class water.fvec.ChunkVisitor.CombiningDoubleAryVisitor
-
- vals - Variable in class water.fvec.ChunkVisitor.DoubleAryVisitor
-
- vals - Variable in class water.fvec.ChunkVisitor.IntAryVisitor
-
- vals - Variable in class water.fvec.ChunkVisitor.SparseDoubleAryVisitor
-
- ValStr - Class in water.rapids.vals
-
A string
- ValStr(String) - Constructor for class water.rapids.vals.ValStr
-
- ValStrs - Class in water.rapids.vals
-
Array of strings.
- ValStrs(String[]) - Constructor for class water.rapids.vals.ValStrs
-
- value - Variable in class hex.CreateFrame
-
- value - Variable in class hex.CustomMetric
-
- value - Variable in class water.api.SchemaMetadata.FieldMetadata
-
Value for this field.
- value - Variable in class water.api.schemas3.AboutEntryV3
-
- value - Variable in class water.api.schemas3.CreateFrameV3
-
- value - Variable in class water.api.schemas3.FieldMetadataV3
-
- value - Variable in class water.api.schemas3.NodePersistentStorageV3
-
- value - Variable in class water.api.schemas3.SessionPropertyV3
-
- value - Variable in class water.api.schemas4.input.CreateFrameOriginalIV4
-
- Value(int, int) - Constructor for class water.fvec.NewChunk.Value
-
- value() - Method in class water.util.JSONValue
-
- Value - Class in water
-
The core Value stored in the distributed K/V store, used to cache Plain Old
Java Objects, and maintain coherency around the cluster.
- Value(Key, int, byte[], short, byte) - Constructor for class water.Value
-
Construct a Value from all parts; not needed for most uses.
- Value(Key, byte[]) - Constructor for class water.Value
-
- Value(Key, Freezable, int, byte) - Constructor for class water.Value
-
- Value(Key, Freezable) - Constructor for class water.Value
-
Standard constructor to build a Value from a POJO and a Key.
- VALUE_DRIVE - Static variable in class water.persist.PersistManager
-
- valueAs(Class<T>) - Method in class water.util.JSONValue
-
- valueAs(Class<T>, Class<S>) - Method in class water.util.JSONValue
-
- valueAsArray(Class<T[]>, Class<S[]>) - Method in class water.util.JSONValue
-
- valueAsSchema(Class<S>) - Method in class water.util.JSONValue
-
- valueAsSchemas(Class<S[]>) - Method in class water.util.JSONValue
-
- valueClass() - Method in class water.Key
-
Return the classname for the Value that this Key points to, if any (e.g., "water.fvec.Frame").
- valueClassSimple() - Method in class water.Key
-
Return the base classname (not including the package) for the Value that this Key points to, if any (e.g., "Frame").
- valueOf(String) - Static method in enum hex.AUC2.ThresholdCriterion
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.AUUC.AUUCType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.createframe.recipes.SimpleCreateFrameRecipe.ResponseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.faulttolerance.Recovery.ReferenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.grid.HyperSpaceSearchCriteria.Strategy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.leaderboard.Leaderboard.ScoreData
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.Model.Contributions.ContributionsOutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.Model.LeafNodeAssignment.LeafNodeAssignmentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.Model.Parameters.CategoricalEncodingScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.Model.Parameters.FoldAssignmentScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.ModelBuilder.BuilderVisibility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.ModelExportOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.ModelTrainingEventsPublisher.Event
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.MultinomialAucType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.quantile.QuantileModel.CombineMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.ScoreKeeper.ProblemType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum hex.ScoreKeeper.StoppingMetric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.api.API.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.api.API.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.api.RequestServer.LogFilterLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.api.SaveToHiveTableHandler.HiveFrameSaver.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.api.schemas4.output.JobV4.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.fvec.NewChunk.Compress
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.jdbc.SqlFetchMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.Job.JobStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.parser.ParserInfo.ParseMethod
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.parser.ZipUtil.Compression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.rapids.ast.prims.advmath.AstCorrelation.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.rapids.ast.prims.filters.dropduplicates.KeepOrder
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.rapids.ast.prims.mungers.AstGroup.FCN
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.rapids.ast.prims.mungers.AstGroup.NAHandling
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.UDP.udp
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.UDPRebooted.T
-
Returns the enum constant of this type with the specified name.
- valueOf(Class<T>, String) - Static method in class water.util.EnumUtils
-
This is like Enum.valueOf() only better: it matches enum constants very loosely: case-insensitive and disregarding
any non-alphanumeric characters (e.g.
- valueOf(String) - Static method in enum water.util.ExportFileFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(int) - Static method in class water.util.HttpResponseStatus
-
- valueOf(String) - Static method in enum water.util.IcedHashMapBase.ArrayType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.util.IcedHashMapBase.KeyType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.util.IcedHashMapBase.ValueType
-
Returns the enum constant of this type with the specified name.
- valueOf(long) - Static method in class water.util.IcedLong
-
- valueOf(String) - Static method in class water.util.Log
-
- valueOf(String) - Static method in enum water.util.LogArchiveContainer
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.util.MathUtils.Norm
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.util.PojoUtils.FieldNaming
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum water.util.RandomUtils.RNGType
-
Returns the enum constant of this type with the specified name.
- valueOfIgnoreCase(String) - Static method in enum hex.ModelBuilder.BuilderVisibility
-
- valueOfIgnoreCase(Class<T>, String) - Static method in class water.util.EnumUtils
-
- VALUES - Static variable in enum hex.AUC2.ThresholdCriterion
-
- values() - Static method in enum hex.AUC2.ThresholdCriterion
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in enum hex.AUUC.AUUCType
-
- values() - Static method in enum hex.AUUC.AUUCType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.createframe.recipes.SimpleCreateFrameRecipe.ResponseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.faulttolerance.Recovery.ReferenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.grid.HyperSpaceSearchCriteria.Strategy
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.leaderboard.Leaderboard.ScoreData
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.Model.Contributions.ContributionsOutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.Model.LeafNodeAssignment.LeafNodeAssignmentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.Model.Parameters.CategoricalEncodingScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.Model.Parameters.FoldAssignmentScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.ModelBuilder.BuilderVisibility
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.ModelExportOption
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.ModelTrainingEventsPublisher.Event
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.MultinomialAucType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.quantile.QuantileModel.CombineMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.ScoreKeeper.ProblemType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum hex.ScoreKeeper.StoppingMetric
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.api.API.Direction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.api.API.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class water.api.EnumValuesProvider
-
- values() - Method in class water.api.ParseTypeValuesProvider
-
- values() - Static method in enum water.api.RequestServer.LogFilterLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.api.SaveToHiveTableHandler.HiveFrameSaver.Format
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values - Variable in class water.api.schemas3.H2OErrorV3
-
- values - Variable in class water.api.schemas3.ModelParameterSchemaV3
-
- values() - Static method in enum water.api.schemas4.output.JobV4.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in interface water.api.ValuesProvider
-
- values - Variable in exception water.exceptions.H2OAbstractRuntimeException
-
- values() - Static method in enum water.fvec.NewChunk.Compress
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.jdbc.SqlFetchMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.Job.JobStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.parser.ParserInfo.ParseMethod
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.parser.ZipUtil.Compression
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.rapids.ast.prims.advmath.AstCorrelation.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.rapids.ast.prims.filters.dropduplicates.KeepOrder
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.rapids.ast.prims.mungers.AstGroup.FCN
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.rapids.ast.prims.mungers.AstGroup.NAHandling
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.UDP.udp
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.UDPRebooted.T
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.util.ExportFileFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.util.IcedHashMapBase.ArrayType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.util.IcedHashMapBase.KeyType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class water.util.IcedHashMapBase
-
- values() - Static method in enum water.util.IcedHashMapBase.ValueType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class water.util.IcedHashMapGeneric
-
- values() - Static method in enum water.util.LogArchiveContainer
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.util.MathUtils.Norm
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.util.PojoUtils.FieldNaming
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum water.util.RandomUtils.RNGType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- ValueSetter() - Constructor for class water.rapids.ast.prims.assign.AstRecAsgnHelper.ValueSetter
-
- ValuesProvider - Interface in water.api
-
A marker type to provide values for type which behaves like Enum in REST API.
- varfix - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- variable_importances - Variable in class hex.ScoringInfo
-
- variables - Variable in class water.api.schemas3.FriedmanPopescusHV3
-
- variance(int) - Method in class water.util.MathUtils.BasicStats
-
- variance() - Method in class water.util.MathUtils.BasicStats
-
- variance(int) - Method in class water.util.MathUtils.SimpleStats
-
- variance() - Method in class water.util.MathUtils.SimpleStats
-
- VARIANT_ALSO_NEGOTIATES - Static variable in class water.util.HttpResponseStatus
-
506 Variant Also Negotiates (RFC2295)
- VarImp - Class in hex
-
- VarImp(float[], String[]) - Constructor for class hex.VarImp
-
- varimp - Variable in class water.api.schemas3.VarImpV3
-
- VarImpV3 - Class in water.api.schemas3
-
- VarImpV3() - Constructor for class water.api.schemas3.VarImpV3
-
- varranef - Variable in class water.api.schemas3.ModelMetricsHGLMV3
-
- vec() - Method in class water.fvec.Chunk
-
Owning Vec
- vec(int) - Method in class water.fvec.Frame
-
Returns the Vec by given index, implemented by code: vecs()[idx]
.
- vec(String) - Method in class water.fvec.Frame
-
Return a Vec by name, or null if missing
- vec() - Method in class water.fvec.Frame.VecSpecifier
-
- Vec - Class in water.fvec
-
A distributed vector/array/column of uniform data.
- Vec(Key<Vec>, int) - Constructor for class water.fvec.Vec
-
Build a numeric-type Vec; the caller understands Chunk layout (via the
espc
array).
- Vec(Key<Vec>, int, String[], byte) - Constructor for class water.fvec.Vec
-
Main default constructor; the caller understands Chunk layout (via the
espc
array), plus categorical/factor the domain
(or null for
non-categoricals), and the Vec type.
- vec() - Method in interface water.fvec.Vec.Holder
-
- VEC - Static variable in class water.Key
-
- vec() - Method in class water.udf.DataChunk
-
- vec - Variable in class water.udf.DataColumn
-
- vec() - Method in class water.udf.DataColumn
-
- vec() - Method in class water.udf.Fun2Column.FunChunk
-
- vec() - Method in class water.udf.Fun3Column.FunChunk
-
- vec() - Method in class water.udf.FunColumn.FunChunk
-
- vec() - Method in class water.udf.FunColumnBase
-
- Vec.ESPC - Class in water.fvec
-
- Vec.Holder - Interface in water.fvec
-
- Vec.Reader - Class in water.fvec
-
A more efficient way to read randomly to a Vec - still single-threaded,
but much faster than Vec.at(i).
- Vec.VectorGroup - Class in water.fvec
-
Class representing the group of vectors.
- Vec.Writer - Class in water.fvec
-
A more efficient way to write randomly to a Vec - still single-threaded,
still slow, but much faster than Vec.set().
- Vec2ArryTsk(int) - Constructor for class water.util.FrameUtils.Vec2ArryTsk
-
- VECGROUP - Static variable in class water.TypeMap
-
- vecKey(int) - Method in class water.fvec.Vec.VectorGroup
-
Returns Vec Key from Vec id#.
- vecNames(Frame.VecSpecifier[]) - Static method in class water.fvec.Frame.VecSpecifier
-
- vecs() - Method in class water.fvec.Frame
-
The internal array of Vecs.
- vecs(int[]) - Method in class water.fvec.Frame
-
- vecs(String[]) - Method in class water.fvec.Frame
-
- Vecs2ArryTsk(int, int) - Constructor for class water.util.FrameUtils.Vecs2ArryTsk
-
- VecSpecifier() - Constructor for class water.fvec.Frame.VecSpecifier
-
- VecSpecifier(Key<Frame>, String) - Constructor for class water.fvec.Frame.VecSpecifier
-
- VectorGroup() - Constructor for class water.fvec.Vec.VectorGroup
-
- VecUtils - Class in water.util
-
- VecUtils() - Constructor for class water.util.VecUtils
-
- VecUtils.CollectDomainFast - Class in water.util
-
(Optimized for positive ints) Collect numeric domain of given
Vec
A map-reduce task to collect up the unique values of an integer
Vec
and returned as the domain for the
Vec
.
- VecUtils.CollectDomainWeights - Class in water.util
-
- VecUtils.CollectDoubleDomain - Class in water.util
-
- VecUtils.CollectIntegerDomain - Class in water.util
-
Collect numeric domain of given
Vec
A map-reduce task to collect up the unique values of an integer
Vec
and returned as the domain for the
Vec
.
- VecUtils.DomainDedupe - Class in water.util
-
Create a new categorical
Vec
with deduplicated domains from a categorical
Vec
.
- VecUtils.DotProduct - Class in water.util
-
DotProduct of two Vecs of the same length
- VecUtils.MeanResponsePerLevelTask - Class in water.util
-
Compute the mean (weighted) response per categorical level
Skip NA values (those are already a separate bucket in the tree building histograms, for which this is designed)
- VecUtils.MinMaxTask - Class in water.util
-
- VecUtils.ReorderTask - Class in water.util
-
Reorder an integer (such as Enum storage) Vec using an int -> int mapping
- VecUtils.SequenceProduct - Class in water.util
-
- VecUtils.ShuffleVecTask - Class in water.util
-
Randomly shuffle a Vec using Fisher Yates shuffle
https://en.wikipedia.org/wiki/Fisher%E2%80%93Yates_shuffle
- version - Variable in class water.api.SchemaMetadata
-
- version - Variable in class water.api.schemas3.CloudV3
-
- version - Variable in class water.api.schemas3.SchemaMetadataV3
-
- version - Variable in class water.api.schemas3.SteamMetricsV3
-
- version - Variable in class water.H2O.OptArgs
-
-version, -version=true; print version and exit
- VG_LEN1 - Static variable in class water.fvec.Vec.VectorGroup
-
The common shared vector group for very short vectors
- visibility - Variable in class hex.schemas.ModelBuilderSchema
-
- vresponse() - Method in class hex.ModelBuilder
-
Validation response vector.
- _1() - Method in class water.util.Pair
-
- _2() - Method in class water.util.Pair
-
- __http_status - Variable in class hex.schemas.ModelBuilderSchema
-
- __meta - Variable in class water.api.schemas3.SchemaV3
-
- __schema - Variable in class water.api.schemas4.OutputSchemaV4
-
- __tryComplete(CountedCompleter) - Method in class jsr166y.CountedCompleter
-
H2O Hack to get distributed FJ behavior closer to the behavior on local node.
- _a - Variable in class hex.StringPair
-
- _abs_epsilon - Variable in class hex.Model.JavaScoringOptions
-
- _actuals - Variable in class hex.MeanResidualDeviance
-
- _add_missing_na - Variable in class hex.PartialDependence
-
- _aecu - Variable in class hex.AUUC
-
- _AIC - Variable in class hex.ModelMetricsBinomialGLM
-
- _AIC - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- _AIC - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- _AIC - Variable in class hex.ModelMetricsBinomialGLMGeneric
-
- _AIC - Variable in class hex.ModelMetricsMultinomialGLMGeneric
-
- _AIC - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _AIC - Variable in class hex.ModelMetricsRegressionGLM
-
- _anomaly_score - Variable in class hex.ScoreKeeper
-
- _anomaly_score_normalized - Variable in class hex.ScoreKeeper
-
- _api_name - Variable in class water.api.Route
-
- _appendables - Variable in class water.MRTask
-
Appendables are treated separately (roll-ups computed in map/reduce
style, can not be passed via K/V store).
- _ast - Variable in class water.rapids.transforms.Transform
-
- _asts - Variable in class water.rapids.ast.AstExec
-
- _auc - Variable in class hex.AUC2
-
- _auc - Variable in class hex.ModelMetricsBinomial
-
- _auc - Variable in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- _auc - Variable in class hex.ModelMetricsMultinomial
-
- _AUC - Variable in class hex.ScoreKeeper
-
- _auc_type - Variable in class hex.Model.Parameters
-
- _auto_rebalance - Variable in class hex.Model.Parameters
-
- _auuc - Variable in class hex.ModelMetricsBinomialUplift
-
- _auuc - Variable in class hex.ModelMetricsBinomialUplift.MetricBuilderBinomialUplift
-
- _AUUC - Variable in class hex.ScoreKeeper
-
- _auuc_nbins - Variable in class hex.Model.Parameters
-
Bins for calculating AUUC, if applicable.
- _auuc_nbins - Variable in class hex.ScoreKeeper
-
- _auuc_normalized - Variable in class hex.ScoreKeeper
-
- _auuc_type - Variable in class hex.Model.Parameters
-
Type to calculate default AUUC value.Ignored for non uplift models.
- _auucs - Variable in class hex.AUUC
-
- _auucsNormalized - Variable in class hex.AUUC
-
- _auucsRandom - Variable in class hex.AUUC
-
- _auucType - Variable in class hex.AUUC
-
- _auucTypeIndx - Variable in class hex.AUUC
-
- _b - Variable in class hex.StringPair
-
- _backEnd - Variable in class water.KeySnapshot.KeyInfo
-
- _bad - Variable in class hex.ModelMetricsHGLM
-
- _bad - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _balance_classes - Variable in class hex.Model.Parameters
-
Should all classes be over/under-sampled to balance the class
distribution?
- _bases - Variable in class water.rapids.ast.params.AstNumList
-
- _betaCS - Variable in class water.util.FrameUtils.ExpandCatBetaConstraints
-
- _betweenss - Variable in class hex.ModelMetricsClustering
-
- _bottomN - Variable in class hex.Model.Contributions.ContributionsOptions
-
- _buf - Variable in class water.parser.BufferedString
-
- _c - Variable in class water.fvec.CategoricalWrappedVec.CategoricalWrappedChunk
-
- _c - Variable in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- _c - Variable in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- _c1IsCat - Variable in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- _c2IsCat - Variable in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- _caic - Variable in class hex.ModelMetricsHGLM
-
- _caic - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _calculateAuc - Variable in class hex.MultinomialAUC
-
- _categorical_encoding - Variable in class hex.Model.Parameters
-
- _categoricals - Variable in class water.parser.FVecParseWriter
-
- _category - Variable in class water.init.NodePersistentStorage.NodePersistentStorageEntry
-
- _centers_raw - Variable in class hex.ClusteringModel.ClusteringOutput
-
Cluster centers_raw.
- _centers_std_raw - Variable in class hex.ClusteringModel.ClusteringOutput
-
- _check_constant_response - Variable in class hex.Model.Parameters
-
- _check_no_locking - Static variable in class water.TypeMap
-
- _checkpoint - Variable in class hex.Model.Parameters
-
A model key associated with a previously trained Deep Learning
model.
- _chunk_size - Variable in class water.parser.ParseSetup
-
- _chunkOff - Variable in class water.fvec.AppendableVec
-
- _chunkSize - Variable in class water.fvec.FileVec
-
- _cids - Variable in class water.fvec.Vec
-
- _cidx - Variable in class water.fvec.NewChunk
-
- _cipher_spec - Variable in class water.parser.DecryptionTool.DecryptionSetup
-
- _class_sampling_factors - Variable in class hex.Model.Parameters
-
Desired over/under-sampling ratios per class (lexicographic order).
- _classError - Variable in class hex.ScoreKeeper
-
- _clazz - Variable in class water.util.JSONValue
-
- _client - Variable in class water.HeartBeat
-
- _cloudLocked - Static variable in class water.Paxos
-
- _cm - Variable in class hex.ConfusionMatrix
-
- _cm - Variable in class hex.ModelMetricsMultinomial
-
- _cm - Variable in class hex.ModelMetricsOrdinal
-
- _coefficients_table - Variable in class hex.ModelMetricsBinomialGLMGeneric
-
- _coefficients_table - Variable in class hex.ModelMetricsMultinomialGLMGeneric
-
- _coefficients_table - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _coefficients_table - Variable in class hex.ModelMetricsRegressionGLMGeneric
-
- _col - Variable in class water.rapids.ast.prims.mungers.AstGroup.AGG
-
- _col_pairs_2dpdp - Variable in class hex.PartialDependence
-
- _cols - Variable in class hex.PartialDependence
-
- _cols_1d_2d - Variable in class hex.PartialDependence
-
- _column_name - Variable in class water.fvec.Frame.VecSpecifier
-
- _column_types - Variable in class hex.Model.Output
-
- _combine_method - Variable in class hex.quantile.QuantileModel.QuantileParameters
-
- _commonKnowledge - Static variable in class water.Paxos
-
- _compareAbs - Variable in class hex.Model.Contributions.ContributionsOptions
-
- _computeMetrics - Variable in class hex.Model.BigScore
-
- _concordance - Variable in class hex.ModelMetricsRegressionCoxPHGeneric
-
- _concordant - Variable in class hex.ModelMetricsRegressionCoxPHGeneric
-
- _confusion_matrix - Variable in class hex.ModelMetricsBinomialGeneric
-
- _confusion_matrix - Variable in class hex.ModelMetricsOrdinalGeneric
-
- _confusion_matrix_table - Variable in class hex.ModelMetricsMultinomialGeneric
-
- _control - Variable in class hex.AUUC
-
- _converge - Variable in class hex.ModelMetricsHGLM
-
- _converge - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _convergence - Variable in class hex.ModelMetricsHGLM
-
- _convergence - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _coordinator - Variable in class hex.ModelBuilder
-
- _count - Variable in class hex.ModelMetrics.MetricBuilder
-
- _count_table - Variable in class water.util.Tabulate
-
- _cpus_allowed - Variable in class water.HeartBeat
-
- _cross_validation_fold_assignment_frame_id - Variable in class hex.Model.Output
-
- _cross_validation_holdout_predictions_frame_id - Variable in class hex.Model.Output
-
- _cross_validation_metrics - Variable in class hex.Model.Output
-
Cross-Validation metrics obtained during model training
- _cross_validation_metrics_summary - Variable in class hex.Model.Output
-
Summary of cross-validation metrics of all k-fold models
- _cross_validation_models - Variable in class hex.Model.Output
-
List of Keys to cross-validation models (non-null iff _parms._nfolds > 1 or _parms._fold_column != null)
- _cross_validation_predictions - Variable in class hex.Model.Output
-
List of Keys to cross-validation predictions (if requested)
- _ctypes - Variable in class water.parser.FVecParseWriter
-
- _curChkIdx - Variable in class water.fvec.Frame.CSVStream
-
- _custom_distribution_func - Variable in class hex.Model.Parameters
-
Reference to custom distribution function.
- _custom_metric - Variable in class hex.ModelMetrics
-
- _custom_metric - Variable in class hex.ScoreKeeper
-
- _custom_metric_func - Variable in class hex.Model.Parameters
-
Reference to custom metric function.
- _customMetric - Variable in class hex.ModelMetrics.MetricBuilder
-
- _cv_fold - Variable in class hex.Model.Parameters
-
- _cv_scoring_history - Variable in class hex.Model.Output
-
- _data - Variable in class water.parser.PreviewParseWriter
-
- _dataset - Variable in class hex.SplitFrame
-
Input dataset to split
- _dataset - Variable in class water.util.DCTTransformer
-
Input dataset to transform
- _dataset - Variable in class water.util.Tabulate
-
- _decreasing - Variable in class hex.Model.GridSortBy
-
- _decrypt_impl - Variable in class water.parser.DecryptionTool.DecryptionSetup
-
- _decrypt_tool_id - Variable in class water.parser.DecryptionTool.DecryptionSetup
-
- _default_auc_type - Variable in class hex.MultinomialAUC
-
- _defaultThreshold - Variable in class hex.Model.Output
-
Default threshold used to make decision about binomial predictions
-1 if is not set by user - than the default threshold is 0.5 if metrics are not set
(0, 1> custom default threshold or validation metric threshold or training metric threshold
- _desc - Variable in class hex.ModelBuilder
-
- _description - Variable in class hex.ModelMetrics
-
- _description - Variable in class water.Job
-
User description
- _destination_frames - Variable in class hex.SplitFrame
-
Output destination keys.
- _dev_msg - Variable in class water.H2OError
-
Potentially more detailed message intended for a developer (e.g.
- _dfrefe - Variable in class hex.ModelMetricsHGLM
-
- _dfrefe - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _disable_mojo - Variable in class hex.Model.JavaScoringOptions
-
- _disable_pojo - Variable in class hex.Model.JavaScoringOptions
-
- _discordant - Variable in class hex.ModelMetricsRegressionCoxPHGeneric
-
- _dist - Variable in class hex.MeanResidualDeviance
-
- _dist - Variable in class hex.Model
-
- _distribution - Variable in class hex.Model.Output
-
- _distribution - Variable in class hex.Model.Parameters
-
- _domain - Variable in class hex.ConfusionMatrix
-
- _domain - Variable in class hex.Model.BigScore
-
- _domain - Variable in class hex.ModelMetricsSupervised
-
- _domain - Variable in class hex.ModelMetricsSupervised.MetricBuilderSupervised
-
- _domain - Variable in class hex.MultinomialAUC
-
- _domain_hm - Variable in class water.rapids.ast.prims.timeseries.AstIsax
-
- _domains - Variable in class hex.Model.Output
-
Categorical/factor mappings, per column.
- _dss - Variable in class water.rapids.ast.prims.mungers.AstGroup.G
-
- _end_time - Variable in class hex.Model.Output
-
- _error_count - Variable in class water.H2OModelBuilderError
-
- _error_url - Variable in class water.H2OError
-
- _errs - Variable in class water.parser.PreviewParseWriter
-
- _espcs - Variable in class water.fvec.Vec.ESPC
-
- _eventPublisher - Variable in class hex.ModelBuilder
-
- _ex - Variable in class water.DTask
-
- _exception_msg - Variable in class water.H2OError
-
Raw exception message, if any.
- _exception_type - Variable in class water.H2OError
-
Exception type, if any.
- _exclude_fields - Variable in class water.api.schemas3.RequestSchemaV3
-
- _export_checkpoints_dir - Variable in class hex.Model.Parameters
-
Directory where generated models will be exported
- _fact - Variable in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- _factor_columns - Variable in class hex.Interaction
-
- _factors - Variable in class hex.Interaction
-
- _family - Variable in class hex.Distribution
-
- _fields - Variable in class water.api.schemas4.InputSchemaV4
-
- _fixef - Variable in class hex.ModelMetricsHGLM
-
- _fixef - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _fjqueue - Variable in class water.HeartBeat
-
- _fjthrds - Variable in class water.HeartBeat
-
- _fold - Variable in class hex.FoldAssignment
-
- _fold - Variable in class hex.ModelBuilder
-
- _fold_assignment - Variable in class hex.Model.Parameters
-
- _fold_column - Variable in class hex.Model.Parameters
-
- _fps - Variable in class hex.AUC2
-
- _fr - Variable in class water.api.schemas3.FrameBaseV3
-
- _fr - Variable in class water.MRTask
-
This Frame instance is the handle for computation over a set of Vec instances.
- _fraction - Variable in class hex.Model.JavaScoringOptions
-
- _frame - Variable in class water.fvec.Frame.VecSpecifier
-
- _frame_id - Variable in class hex.PartialDependence
-
- _frameContent - Variable in class water.util.ArrayUtils.CopyArrayToFrame
-
- _frameContent - Variable in class water.util.ArrayUtils.FrameToArray
-
- _frequency - Variable in class hex.AUUC
-
- _frequencyCumsum - Variable in class hex.AUUC
-
- _fs - Variable in class water.MRTask
-
We can add more things to block on - in case we want a bunch of lazy
tasks produced by children to all end before this top-level task ends.
- _fun - Variable in class water.rapids.transforms.H2OColOp
-
- _gainsLift - Variable in class hex.ModelMetricsBinomial
-
- _gainslift_bins - Variable in class hex.Model.Parameters
-
Bins for Gains/Lift table, if applicable.
- _gainsLiftTable - Variable in class hex.ModelMetricsBinomialGeneric
-
- _gblSetup - Variable in class water.parser.ParseSetup.GuessSetupTsk
-
- _gflops - Variable in class water.HeartBeat
-
- _gini - Variable in class hex.AUC2
-
- _groups - Variable in class hex.GainsLift
-
- _gs - Variable in class water.rapids.ast.prims.mungers.AstGroup.G
-
- _gs - Variable in class water.rapids.ast.prims.mungers.AstRankWithinGroupBy.GInfoPC
-
- _gsStr - Variable in class water.rapids.ast.prims.mungers.AstGroup.G
-
- _handler - Variable in class water.api.Route
-
- _handler_class - Variable in class water.api.Route
-
- _handler_method - Variable in class water.api.Route
-
- _hasFold - Variable in class hex.Model.Output
-
- _hasOffset - Variable in class hex.Model.Output
-
The name of the response column (which is always the last column).
- _hasTreatment - Variable in class hex.Model.Output
-
- _hasWeights - Variable in class hex.Model.BigScore
-
- _hasWeights - Variable in class hex.Model.Output
-
- _heartbeat - Variable in class water.H2ONode
-
- _hi - Variable in class water.MRTask
-
Internal field to track a range of local Chunks to work on
- _hit_ratio_table - Variable in class hex.ModelMetricsMultinomialGeneric
-
- _hit_ratio_table - Variable in class hex.ModelMetricsOrdinalGeneric
-
- _hit_ratios - Variable in class hex.ModelMetricsMultinomial
-
- _hit_ratios - Variable in class hex.ModelMetricsOrdinal
-
- _hitratio - Variable in class hex.ScoreKeeper
-
- _hlik - Variable in class hex.ModelMetricsHGLM
-
- _hlik - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _http_method - Variable in class water.api.Route
-
- _http_status - Variable in class water.H2OError
-
HTTP status code for this error.
- _huber_alpha - Variable in class hex.Model.Parameters
-
- _huberDelta - Variable in class hex.Distribution
-
- _hyperParamNames - Variable in class hex.grid.HyperSpaceWalker.BaseWalker
-
Cached names of used hyper parameters.
- _hyperParamNamesSubspace - Variable in class hex.grid.HyperSpaceWalker.BaseWalker
-
- _hyperParams - Variable in class hex.grid.HyperSpaceWalker.BaseWalker
-
Hyper space description - in this case only dimension and possible values.
- _hyperParamSubspaces - Variable in class hex.grid.HyperSpaceWalker.BaseWalker
-
- _ignore_const_cols - Variable in class hex.Model.Parameters
-
- _ignored_columns - Variable in class hex.Model.Parameters
-
- _imputationHappened - Variable in class water.fvec.task.FillNAWithLongValueTask
-
- _inNames - Variable in class water.rapids.transforms.Transform
-
- _inplace - Variable in class water.rapids.transforms.Transform
-
- _input_parms - Variable in class hex.Model
-
- _input_parms - Variable in class hex.ModelBuilder
-
All the parameters required to build the model conserved in the input form, with AUTO values not evaluated yet.
- _interactOnNA - Variable in class hex.Interaction
-
- _inTypes - Variable in class water.rapids.transforms.Transform
-
- _invalidLines - Variable in class water.parser.PreviewParseWriter
-
- _ioe - Variable in exception water.AutoBuffer.AutoBufferException
-
- _is_cv_model - Variable in class hex.Model.Parameters
-
- _isAllASCII - Variable in class water.fvec.NewChunk
-
- _isCat - Variable in class water.fvec.InteractionWrappedVec.InteractionWrappedChunk
-
- _isInt - Variable in enum hex.AUC2.ThresholdCriterion
-
- _isList - Variable in class water.rapids.ast.params.AstNumList
-
- _isSort - Variable in class water.rapids.ast.params.AstNumList
-
- _isSupervised - Variable in class hex.Model.Output
-
- _iterations - Variable in class hex.ModelMetricsHGLM
-
- _iterations - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _iterations - Variable in class hex.quantile.QuantileModel.QuantileOutput
-
- _j - Variable in class hex.Model.BigScore
-
- _job - Variable in class hex.CreateFrame
-
- _job - Variable in class hex.Interaction
-
- _job - Variable in class hex.Model.Output
-
Job info: final status (canceled, crashed), build time
- _job - Variable in class hex.ModelBuilder
-
- _job - Variable in class hex.PartialDependence
-
- _job - Variable in class hex.Transformer
-
- _job - Variable in class water.parser.ParseDataset
-
- _job - Variable in class water.util.Tabulate
-
- _jobKey - Variable in class water.parser.Parser
-
- _json - Variable in class water.util.JSONValue
-
- _k - Variable in class hex.ClusteringModel.ClusteringParameters
-
Clustering models must specify the number of clusters to generate
- _kb - Variable in class water.Key
-
- _keep_cross_validation_fold_assignment - Variable in class hex.Model.Parameters
-
- _keep_cross_validation_models - Variable in class hex.Model.Parameters
-
- _keep_cross_validation_predictions - Variable in class hex.Model.Parameters
-
- _keep_cross_validation_predictions_precision - Variable in class hex.Model.Parameters
-
What precision to use for storing holdout predictions (the number of decimal places stored)?
Special values:
-1 == AUTO; use precision=8 for classification, precision=unlimited for everything else
0; disabled
for classification problems consider eg.:
4 to keep only first 4 decimal places (consumes 75% less memory)
or 8 to keep 8 decimal places (consumes 50% less memory)
- _keepColumns - Variable in class water.parser.Parser
-
- _key - Variable in class water.Atomic
-
- _key - Variable in class water.H2O.KeyValueArg
-
- _key - Variable in class water.H2ONode
-
- _key - Variable in class water.Keyed
-
Key mapping a Value which holds this object; may be null
- _key - Variable in class water.KeySnapshot.KeyInfo
-
- _key - Variable in class water.Value
-
The Key part of a Key/Value store.
- _key_alias - Variable in class water.parser.DecryptionTool.DecryptionSetup
-
- _keyInfos - Variable in class water.KeySnapshot
-
- _keys - Variable in class hex.SplitFrame.Frames
-
- _keys - Variable in class water.HeartBeat
-
- _keys - Variable in class water.MRTask
-
This Key[]
instance is the handle used for computation when
an MRTask is invoked over an array of Key
instances.
- _keystore_id - Variable in class water.parser.DecryptionTool.DecryptionSetup
-
- _keystore_type - Variable in class water.parser.DecryptionTool.DecryptionSetup
-
- _labels - Variable in class hex.GainsLift
-
- _last_heard_from - Variable in class water.H2ONode
-
- _left - Variable in class water.MRTask
-
Internal field to track the left & right sub-range of chunks to work on
- _len - Variable in class water.fvec.Chunk
-
Number of rows in this Chunk; publicly a read-only field.
- _len - Variable in class water.parser.BufferedString
-
- _lift - Variable in class hex.ScoreKeeper
-
- _linkFunction - Variable in class hex.Distribution
-
- _lo - Variable in class water.MRTask
-
Internal field to track a range of local Chunks to work on
- _lockers - Variable in class water.Lockable
-
List of Job Keys locking this Key.
- _loglikelihood - Variable in class hex.ModelMetricsBinomialGLM
-
- _loglikelihood - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- _loglikelihood - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- _loglikelihood - Variable in class hex.ModelMetricsBinomialGLMGeneric
-
- _loglikelihood - Variable in class hex.ModelMetricsMultinomialGLMGeneric
-
- _loglikelihood - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _loglikelihood - Variable in class hex.ModelMetricsRegressionGLM
-
- _logloss - Variable in class hex.ModelMetricsBinomial
-
- _logloss - Variable in class hex.ModelMetricsBinomial.MetricBuilderBinomial
-
- _logloss - Variable in class hex.ModelMetricsMultinomial
-
- _logloss - Variable in class hex.ModelMetricsOrdinal
-
- _logloss - Variable in class hex.ScoreKeeper
-
- _macroOvoAuc - Variable in class hex.MultinomialAUC
-
- _macroOvoAucPr - Variable in class hex.MultinomialAUC
-
- _macroOvrAuc - Variable in class hex.MultinomialAUC
-
- _macroOvrAucPr - Variable in class hex.MultinomialAUC
-
- _mae - Variable in class hex.ScoreKeeper
-
- _main_model_time_budget_factor - Variable in class hex.Model.Parameters
-
Using _main_model_time_budget_factor to determine if and how we should restrict the time for the main model.
- _makePreds - Variable in class hex.Model.BigScore
-
- _max - Variable in class water.util.VecUtils.MinMaxTask
-
- _max - Variable in class water.Value
-
Size of the serialized wad of bits.
- _max_after_balance_size - Variable in class hex.Model.Parameters
-
When classes are being balanced, limit the resulting dataset size to
the specified multiple of the original dataset size.
- _max_categorical_levels - Variable in class hex.Model.Parameters
-
- _max_confusion_matrix_size - Variable in class hex.Model.Parameters
-
For classification models, the maximum size (in terms of classes) of
the confusion matrix for it to be printed.
- _max_criteria_and_metric_scores - Variable in class hex.ModelMetricsBinomialGeneric
-
- _max_factors - Variable in class hex.Interaction
-
- _max_idx - Variable in class hex.AUC2
-
- _max_runtime_msecs - Variable in class water.Job
-
- _max_runtime_secs - Variable in class hex.Model.Parameters
-
Maximum allowed runtime in seconds for model training.
- _maxHyperSpaceSize - Variable in class hex.grid.HyperSpaceWalker.BaseWalker
-
Compute max size of hyper space to walk.
- _maxIdx - Variable in class hex.AUUC
-
- _maxLineLength - Variable in class water.parser.ParseSetup.GuessSetupTsk
-
- _mb - Variable in class hex.Model.BigScore
-
Output parameter: Metric builder
- _mean_absolute_error - Variable in class hex.ModelMetricsRegression
-
- _mean_per_class_error - Variable in class hex.ModelMetricsBinomial
-
- _mean_per_class_error - Variable in class hex.ModelMetricsMultinomial
-
- _mean_per_class_error - Variable in class hex.ModelMetricsOrdinal
-
- _mean_per_class_error - Variable in class hex.ModelMetricsOrdinalGeneric
-
- _mean_per_class_error - Variable in class hex.ScoreKeeper
-
- _mean_residual_deviance - Variable in class hex.MeanResidualDeviance.MeanResidualBuilder
-
- _mean_residual_deviance - Variable in class hex.ModelMetricsRegression
-
- _mean_residual_deviance - Variable in class hex.ScoreKeeper
-
- _memary - Variable in class water.H2O
-
- _membw - Variable in class water.HeartBeat
-
- _messages - Variable in class hex.ModelBuilder
-
A list of field validation issues.
- _messages - Variable in class water.H2OModelBuilderError
-
- _min - Variable in class water.util.VecUtils.MinMaxTask
-
- _min_occurrence - Variable in class hex.Interaction
-
- _missing - Variable in class water.fvec.NewChunk
-
- _mode - Variable in class hex.ClusteringModel.ClusteringOutput
-
- _model_id - Variable in class hex.PartialDependence
-
- _model_summary - Variable in class hex.Model.Output
-
User-facing model summary - Display model type, complexity, size and other useful stats
- _modelClassDist - Variable in class hex.Model.Output
-
- _ms - Variable in class water.fvec.NewChunk
-
- _MSE - Variable in class hex.ModelMetrics
-
- _mse - Variable in class hex.ScoreKeeper
-
- _msg - Variable in class water.H2OError
-
Message intended for the end user (a data scientist).
- _multinomial_auc_table - Variable in class hex.ModelMetricsMultinomialGeneric
-
- _multinomial_aucpr_table - Variable in class hex.ModelMetricsMultinomialGeneric
-
- _n - Variable in class hex.AUC2
-
- _n - Variable in class hex.AUUC
-
- _na - Variable in class water.rapids.ast.prims.mungers.AstGroup.MedianResult
-
- _name - Variable in class hex.Model.GridSortBy
-
- _name - Variable in class water.init.NodePersistentStorage.NodePersistentStorageEntry
-
- _name - Variable in class water.persist.Persist.PersistEntry
-
- _name - Variable in class water.rapids.transforms.Transform
-
- _name1 - Variable in class hex.Model.InteractionPair
-
- _name2 - Variable in class hex.Model.InteractionPair
-
- _names - Variable in class hex.Model.Output
-
Columns used in the model and are used to match up with scoring data
columns.
- _names - Variable in class hex.VarImp
-
- _names - Variable in class water.fvec.Frame
-
Vec names
- _nBins - Variable in class hex.AUC2
-
- _nBins - Variable in class hex.AUUC
-
- _nbins - Variable in class hex.PartialDependence
-
- _nChunks - Variable in class water.fvec.FileVec
-
- _nclass - Variable in class hex.ModelBuilder
-
- _nclasses - Variable in class hex.ModelMetricsSupervised.MetricBuilderSupervised
-
- _ncols - Variable in class water.parser.PreviewParseWriter
-
- _newNames - Variable in class water.rapids.transforms.Transform
-
- _nfolds - Variable in class hex.Model.Parameters
-
- _nhi - Variable in class water.MRTask
-
The range of Nodes to work on remotely
- _nids - Variable in class hex.quantile.Quantile.StratifiedQuantilesTask
-
- _nleft - Variable in class water.MRTask
-
Internal field to track the left & right remote nodes/JVMs to work on
- _nlines - Variable in class water.parser.PreviewParseWriter
-
- _nlo - Variable in class water.MRTask
-
The range of Nodes to work on remotely
- _nobs - Variable in class hex.ModelMetrics
-
- _nobs - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _node - Variable in class water.util.JStackCollectorTask.DStackTrace
-
- _nodeId - Variable in class water.init.TimelineSnapshot.Event
-
- _nonZeroWeightsNum - Variable in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- _normMul - Variable in class hex.ClusteringModel.ClusteringOutput
-
- _normSub - Variable in class hex.ClusteringModel.ClusteringOutput
-
- _npredcols - Variable in class hex.Model.BigScore
-
- _nrite - Variable in class water.MRTask
-
Internal field to track the left & right remote nodes/JVMs to work on
- _ns - Variable in class water.rapids.ast.prims.mungers.AstGroup.G
-
- _nthreads - Variable in class water.HeartBeat
-
- _nullDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLM
-
- _nullDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- _nullDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- _nullDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLMGeneric
-
- _nullDegreesOfFreedom - Variable in class hex.ModelMetricsMultinomialGLMGeneric
-
- _nullDegreesOfFreedom - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _nullDegressOfFreedom - Variable in class hex.ModelMetricsRegressionGLM
-
- _nullDev - Variable in class hex.ModelMetricsBinomialGLM
-
- _nullDev - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- _nullDev - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- _nullDev - Variable in class hex.ModelMetricsBinomialGLMGeneric
-
- _nullDev - Variable in class hex.ModelMetricsMultinomialGLMGeneric
-
- _nullDev - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _nullDev - Variable in class hex.ModelMetricsRegressionGLM
-
- _num_1D - Variable in class hex.PartialDependence
-
- _num_2D_pairs - Variable in class hex.PartialDependence
-
- _num_cpus - Variable in class water.HeartBeat
-
- _num_user_splits - Variable in class hex.PartialDependence
-
- _nvs - Variable in class water.parser.FVecParseWriter
-
- _nzCnt - Variable in class water.util.MathUtils.BasicStats
-
- _off - Variable in class water.parser.BufferedString
-
- _offset - Variable in class hex.ModelBuilder
-
- _offset_column - Variable in class hex.Model.Parameters
-
- _oldCol - Variable in class water.rapids.transforms.H2OColOp
-
- _orig_projection_array - Variable in class hex.Model.Output
-
- _orig_projection_array - Variable in class hex.ModelBuilder
-
- _origDomains - Variable in class hex.Model.Output
-
- _origDomains - Variable in class hex.ModelBuilder
-
- _origNames - Variable in class hex.Model.Output
-
- _origNames - Variable in class hex.ModelBuilder
-
- _origTrain - Variable in class hex.ModelBuilder
-
- _outNames - Variable in class water.rapids.transforms.Transform
-
- _output - Variable in class hex.Model
-
- _outputDoubles - Variable in class water.util.SB
-
- _outputFormat - Variable in class hex.Model.Contributions.ContributionsOptions
-
- _outTypes - Variable in class water.rapids.transforms.Transform
-
- _ovoAucs - Variable in class hex.MultinomialAUC
-
- _ovrAucs - Variable in class hex.MultinomialAUC
-
- _p - Variable in class hex.AUC2
-
- _pairwise - Variable in class hex.Interaction
-
- _parallelize_cross_validation - Variable in class hex.Model.Parameters
-
- _parameters - Variable in class hex.quantile.QuantileModel.QuantileOutput
-
- _parameters - Variable in class water.H2OModelBuilderError
-
- _params - Variable in class water.rapids.transforms.Transform
-
- _parms - Variable in class hex.Model
-
- _parms - Variable in class hex.ModelBuilder
-
All the parameters required to build the model.
- _partial_dependence_data - Variable in class hex.PartialDependence
-
- _password - Variable in class water.parser.DecryptionTool.DecryptionSetup
-
- _path_params - Variable in class water.api.Route
-
- _pbvh - Variable in class hex.ModelMetricsHGLM
-
- _pbvh - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _pid - Variable in class water.HeartBeat
-
- _pr_auc - Variable in class hex.AUC2
-
- _pr_auc - Variable in class hex.ScoreKeeper
-
- _predictor - Variable in class water.util.Tabulate
-
- _predictor_column - Variable in class hex.PartialDependence
-
- _predictor_columns - Variable in class hex.PartialDependence
-
- _preds - Variable in class hex.GainsLift
-
- _preds - Variable in class hex.MeanResidualDeviance
-
- _preprocessors - Variable in class hex.Model.Parameters
-
- _pretrained_autoencoder - Variable in class hex.Model.Parameters
-
A pretrained Autoencoder DL model with matching inputs and hidden layers
can be used to initialize the weights and biases (excluding the output layer).
- _priorClassDist - Variable in class hex.Model.Output
-
- _priorClassDist - Variable in class hex.ModelBuilder
-
- _priorDistribution - Variable in class hex.ModelMetricsMultinomial.MetricBuilderMultinomial
-
- _priorDistribution - Variable in class hex.ModelMetricsOrdinal.MetricBuilderOrdinal
-
- _priority - Variable in class water.H2O.FJWThr
-
- _probs - Variable in class hex.quantile.QuantileModel.QuantileParameters
-
- _process_num_open_fds - Variable in class water.HeartBeat
-
- _process_total_ticks - Variable in class water.HeartBeat
-
- _pvh - Variable in class hex.ModelMetricsHGLM
-
- _pvh - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _qini - Variable in class hex.ScoreKeeper
-
- _quantile_alpha - Variable in class hex.Model.Parameters
-
- _quantileAlpha - Variable in class hex.Distribution
-
- _quantiles - Variable in class hex.quantile.Quantile.StratifiedQuantilesTask
-
- _quantiles - Variable in class hex.quantile.QuantileModel.QuantileOutput
-
- _r2 - Variable in class hex.ModelMetricsBinomialGeneric
-
- _r2 - Variable in class hex.ModelMetricsMultinomialGeneric
-
- _r2 - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _r2 - Variable in class hex.ModelMetricsRegressionGLMGeneric
-
- _r2 - Variable in class hex.ScoreKeeper
-
- _randc - Variable in class hex.ModelMetricsHGLM
-
- _randc - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _ranef - Variable in class hex.ModelMetricsHGLM
-
- _ranef - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _ratios - Variable in class hex.SplitFrame
-
Split ratios
- _removedCols - Variable in class hex.ModelBuilder
-
- _reproducibility_information_table - Variable in class hex.Model.Output
-
Reproducibility information describing the current cluster configuration, each node configuration
and checksums for each frame used on the input of the algorithm
- _resDev - Variable in class hex.ModelMetricsBinomialGLM
-
- _resDev - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- _resDev - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- _resDev - Variable in class hex.ModelMetricsBinomialGLMGeneric
-
- _resDev - Variable in class hex.ModelMetricsMultinomialGLMGeneric
-
- _resDev - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _resDev - Variable in class hex.ModelMetricsRegressionGLM
-
- _residualDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLM
-
- _residualDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsMultinomialGLM
-
- _residualDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLM.ModelMetricsOrdinalGLM
-
- _residualDegreesOfFreedom - Variable in class hex.ModelMetricsBinomialGLMGeneric
-
- _residualDegreesOfFreedom - Variable in class hex.ModelMetricsMultinomialGLMGeneric
-
- _residualDegreesOfFreedom - Variable in class hex.ModelMetricsOrdinalGLMGeneric
-
- _residualDegressOfFreedom - Variable in class hex.ModelMetricsRegressionGLM
-
- _response - Variable in class hex.ModelBuilder
-
- _response - Variable in class water.util.Tabulate
-
- _response_column - Variable in class hex.Model.Parameters
-
Supervised models have an expected response they get to train with!
- _response_table - Variable in class water.util.Tabulate
-
- _result - Variable in class hex.ModelBuilder
-
- _result - Variable in class water.Job
-
Result Key
- _result - Variable in class water.util.ProfileCollectorTask
-
- _results - Variable in class water.init.NetworkBench
-
- _rite - Variable in class water.MRTask
-
Internal field to track the left & right sub-range of chunks to work on
- _rmse - Variable in class hex.ScoreKeeper
-
- _rmsle - Variable in class hex.ScoreKeeper
-
- _root_mean_squared_log_error - Variable in class hex.ModelMetricsRegression
-
- _row_index - Variable in class hex.PartialDependence
-
- _rowLayout - Variable in class water.fvec.Vec
-
Element-start per chunk, i.e.
- _rpcs - Variable in class water.HeartBeat
-
- _run_local - Variable in class water.MRTask
-
If true, run entirely local - which will pull all the data locally.
- _run_time - Variable in class hex.Model.Output
-
- _sb - Variable in class water.util.SB
-
- _scope - Variable in class water.rapids.Env
-
- _score_each_iteration - Variable in class hex.Model.Parameters
-
- _scoring_history - Variable in class hex.Model.Output
-
User-facing model scoring history - 2D table with modeling accuracy as a function of time/trees/epochs/iterations, etc.
- _scoring_time - Variable in class hex.ModelMetrics
-
- _search_criteria - Variable in class hex.grid.HyperSpaceWalker.BaseWalker
-
- _seed - Variable in class hex.Model.Parameters
-
- _sefe - Variable in class hex.ModelMetricsHGLM
-
- _sefe - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _sends - Variable in class water.init.TimelineSnapshot
-
- _sere - Variable in class hex.ModelMetricsHGLM
-
- _sere - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _ses - Variable in class water.rapids.Env
-
- _setup - Variable in class water.parser.Parser
-
- _sigma - Variable in class hex.ModelMetricsSupervised
-
- _size - Variable in class hex.ClusteringModel.ClusteringOutput
-
- _size - Variable in class hex.ModelMetricsClustering
-
- _size - Variable in class hex.ModelMetricsClustering.MetricBuilderClustering
-
- _size - Variable in class water.init.NodePersistentStorage.NodePersistentStorageEntry
-
- _size - Variable in class water.persist.Persist.PersistEntry
-
- _skipMissing - Variable in class water.fvec.InteractionWrappedVec
-
- _source_frame - Variable in class hex.Interaction
-
- _sparseLen - Variable in class water.fvec.NewChunk
-
- _sparseNA - Variable in class water.fvec.NewChunk
-
- _ss - Variable in class water.fvec.NewChunk
-
- _sslen - Variable in class water.fvec.NewChunk
-
- _stack_depth - Variable in class water.util.ProfileCollectorTask
-
- _stacktrace - Variable in class water.H2OError
-
Stacktrace, if any.
- _standardize - Variable in class water.fvec.InteractionWrappedVec
-
- _start_time - Variable in class hex.Model.Output
-
- _startTime - Variable in class hex.DMatrix.MatrixMulStats
-
- _startUpOnceModelBuilder - Variable in class hex.ModelBuilder
-
- _stopping_metric - Variable in class hex.Model.Parameters
-
Metric to use for convergence checking, only for _stopping_rounds > 0.
- _stopping_rounds - Variable in class hex.Model.Parameters
-
Early stopping based on convergence of stopping_metric.
- _stopping_tolerance - Variable in class hex.Model.Parameters
-
Relative tolerance for metric-based stopping criterion: stop if relative improvement is not at least this much.
- _strategy - Variable in class hex.grid.HyperSpaceSearchCriteria
-
- _strs - Variable in class water.rapids.ast.params.AstStrList
-
- _sum - Variable in class water.util.MathUtils.SquareError
-
- _sumetadiffsquare - Variable in class hex.ModelMetricsHGLM
-
- _sumetadiffsquare - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _summary - Variable in class water.api.Route
-
- _summvc1 - Variable in class hex.ModelMetricsHGLM
-
- _summvc1 - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _summvc2 - Variable in class hex.ModelMetricsHGLM
-
- _summvc2 - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _sumsqe - Variable in class hex.ModelMetrics.MetricBuilder
-
- _system_idle_ticks - Variable in class water.HeartBeat
-
- _system_load_average - Variable in class water.HeartBeat
-
- _system_total_ticks - Variable in class water.HeartBeat
-
- _sz - Variable in class water.KeySnapshot.KeyInfo
-
- _t - Variable in class water.fvec.TransformWrappedVec.TransformWrappedChunk
-
- _targets - Variable in class hex.PartialDependence
-
- _tcp_readers - Variable in class water.H2ONode
-
- _tcps_active - Variable in class water.HeartBeat
-
- _thread_traces - Variable in class water.util.JStackCollectorTask.DStackTrace
-
- _thresholds_and_metric_scores - Variable in class hex.ModelMetricsBinomialGeneric
-
- _ths - Variable in class hex.AUC2
-
- _ths - Variable in class hex.AUUC
-
- _tied_y - Variable in class hex.ModelMetricsRegressionCoxPHGeneric
-
- _timCnt - Variable in class water.fvec.NewChunk
-
- _time - Variable in class water.util.JStackCollectorTask.DStackTrace
-
- _timestamp - Variable in class water.H2OError
-
Milliseconds since the epoch for the time that this H2OError instance was created.
- _timestamp_millis - Variable in class water.init.NodePersistentStorage.NodePersistentStorageEntry
-
- _timestamp_millis - Variable in class water.persist.Persist.PersistEntry
-
- _tmp_espc - Variable in class water.fvec.AppendableVec
-
- _toDelete - Variable in class hex.Model
-
- _topLocal - Variable in class water.MRTask
-
Internal field to track if this is a top-level local call
- _topN - Variable in class hex.Model.Contributions.ContributionsOptions
-
- _tot_withinss - Variable in class hex.ModelMetricsClustering
-
- _total_run_time - Variable in class hex.Model.Output
-
- _totalParseSize - Variable in class water.parser.ParseSetup.GuessSetupTsk
-
- _totss - Variable in class hex.ModelMetricsClustering
-
- _tps - Variable in class hex.AUC2
-
- _traces - Variable in class water.util.JStack
-
- _traces - Variable in class water.util.JStackCollectorTask
-
- _train - Variable in class hex.Model.Parameters
-
- _train - Variable in class hex.ModelBuilder
-
- _trainFrame - Variable in class water.util.FrameUtils.ExpandCatBetaConstraints
-
- _training_metrics - Variable in class hex.Model.Output
-
Training set metrics obtained during model training
- _treatment - Variable in class hex.AUUC
-
- _treatment - Variable in class hex.ModelBuilder
-
- _treatment_column - Variable in class hex.Model.Parameters
-
- _tweedie_power - Variable in class hex.Model.Parameters
-
- _tweediePower - Variable in class hex.Distribution
-
- _type - Variable in class water.KeySnapshot.KeyInfo
-
- _typeid - Variable in class water.Job
-
- _uniq - Variable in class water.fvec.task.UniqOldTask
-
Deprecated.
- _unsafe - Static variable in class water.Icer
-
- _uplift - Variable in class hex.AUUC
-
- _upliftNormalized - Variable in class hex.AUUC
-
- _upliftRandom - Variable in class hex.AUUC
-
- _url - Variable in class water.api.Route
-
- _useAllFactorLevels - Variable in class water.fvec.InteractionWrappedVec
-
- _user_cols - Variable in class hex.PartialDependence
-
- _user_split_per_col - Variable in class hex.PartialDependence
-
- _user_splits - Variable in class hex.PartialDependence
-
- _user_splits_present - Variable in class hex.PartialDependence
-
- _val - Variable in class water.util.IcedDouble
-
- _val - Variable in class water.util.IcedInt
-
- _val - Variable in class water.util.IcedInt.AtomicIncrementAndGet
-
- _val - Variable in class water.util.IcedLong
-
- _val - Variable in class water.util.IcedLong.AtomicIncrementAndGet
-
- _valid - Variable in class hex.Model.Parameters
-
- _valid - Variable in class hex.ModelBuilder
-
- _validation_metrics - Variable in class hex.Model.Output
-
Validation set metrics obtained during model training (if a validation data set was specified)
- _value - Variable in class water.H2O.KeyValueArg
-
- _values - Variable in class water.H2OError
-
Any values that are relevant to reporting or handling this error.
- _varfix - Variable in class hex.ModelMetricsHGLM
-
- _varfix - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _varimp - Variable in class hex.VarImp
-
- _varranef - Variable in class hex.ModelMetricsHGLM
-
- _varranef - Variable in class hex.ModelMetricsHGLM.MetricBuilderHGLM
-
- _vecs - Variable in class water.parser.FVecParseWriter
-
- _vecs - Variable in class water.util.Tabulate
-
- _vg - Variable in class water.parser.SVMLightFVecParseWriter
-
- _vresponse - Variable in class hex.ModelBuilder
-
- _warn_classes - Variable in class hex.Model.UpdateAuxTreeWeights.UpdateAuxTreeWeightsReport
-
- _warn_trees - Variable in class hex.Model.UpdateAuxTreeWeights.UpdateAuxTreeWeightsReport
-
- _warnings - Variable in class hex.Model
-
- _warningsP - Variable in class hex.Model
-
- _wcount - Variable in class hex.ModelMetrics.MetricBuilder
-
- _weight - Variable in class water.util.Tabulate
-
- _weight_column_index - Variable in class hex.PartialDependence
-
- _weightedCount - Variable in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- _weightedEleSqSum - Variable in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- _weightedEleSum - Variable in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- _weightedMean - Variable in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- _weightedOvoAuc - Variable in class hex.MultinomialAUC
-
- _weightedOvoAucPr - Variable in class hex.MultinomialAUC
-
- _weightedOvrAuc - Variable in class hex.MultinomialAUC
-
- _weightedOvrAucPr - Variable in class hex.MultinomialAUC
-
- _weightedSigma - Variable in class water.util.FrameUtils.CalculateWeightMeanSTD
-
- _weights - Variable in class hex.GainsLift
-
- _weights - Variable in class hex.MeanResidualDeviance
-
- _weights - Variable in class hex.ModelBuilder
-
- _weights_column - Variable in class hex.Model.Parameters
-
- _within_sumsqe - Variable in class hex.ModelMetricsClustering.MetricBuilderClustering
-
- _withinss - Variable in class hex.ModelMetricsClustering
-
- _work - Variable in class hex.ModelMetrics.MetricBuilder
-
- _work - Variable in class water.Job
-
Total expected work.
- _wsum - Variable in class water.util.MathUtils.BasicStats
-
- _wY - Variable in class hex.ModelMetrics.MetricBuilder
-
- _wYY - Variable in class hex.ModelMetrics.MetricBuilder
-
- _xs - Variable in class water.fvec.NewChunk
-
- _yControl - Variable in class hex.AUUC
-
- _ys - Variable in class water.util.MRUtils.ClassDist
-
- _yTreatment - Variable in class hex.AUUC
-