id stringlengths 40 40 | repo_name stringlengths 5 110 | path stringlengths 2 233 | content stringlengths 0 1.03M ⌀ | size int32 0 60M ⌀ | license stringclasses 15
values |
|---|---|---|---|---|---|
2beda3dff39e97049898d737d34a8918983a2f1d | ayalaallon/prepdat | R/modified_recursive_mc.R | #' Modified-recursive Outlier Removal Procedure with Moving Criterion
#'
#' @description Modified-recursive outlier removal procedure with moving
#' criterion according to Van Selst & Jolicoeur (1994).
#' @param exp_cell Numeric vector on which the outlier removal method takes
#' place. If experimental cell has 4 t... | 4,056 | gpl-3.0 |
c0370bfa2a9389fa002791d82ff6aef28cf9ed5e | krlmlr/cxxr | src/extra/testr/filtered-test-suite/isnan/tc_isnan_8.R | expected <- eval(parse(text="c(FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE)"));
test(id=0, code={
argv <- eval(parse(text="list(c(-Inf, 2.17292368994844e-311, 4.3458473798... | 852 | gpl-2.0 |
c18123b2aa4d722599b0ea840e766d9b73724449 | pmartR/pmartRseq | R/as.seqData.R | #' Convert Data to Appropriate pmartRseq Class
#'
#' Converts a list object or several data.frames of rRNA (16S/ITS/18S),
#' metatranscript, or metagenomic data to an object of the class 'seqData'.
#' Objects of the class 'seqData' are lists with two obligatory components
#' \code{e_data} and \code{f_data}. An optional... | 14,995 | bsd-2-clause |
c0370bfa2a9389fa002791d82ff6aef28cf9ed5e | kmillar/rho | src/extra/testr/filtered-test-suite/isnan/tc_isnan_8.R | expected <- eval(parse(text="c(FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE)"));
test(id=0, code={
argv <- eval(parse(text="list(c(-Inf, 2.17292368994844e-311, 4.3458473798... | 852 | gpl-2.0 |
c0370bfa2a9389fa002791d82ff6aef28cf9ed5e | ArunChauhan/cxxr | src/extra/testr/filtered-test-suite/isnan/tc_isnan_8.R | expected <- eval(parse(text="c(FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE)"));
test(id=0, code={
argv <- eval(parse(text="list(c(-Inf, 2.17292368994844e-311, 4.3458473798... | 852 | gpl-2.0 |
c0370bfa2a9389fa002791d82ff6aef28cf9ed5e | kmillar/cxxr | src/extra/testr/filtered-test-suite/isnan/tc_isnan_8.R | expected <- eval(parse(text="c(FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE)"));
test(id=0, code={
argv <- eval(parse(text="list(c(-Inf, 2.17292368994844e-311, 4.3458473798... | 852 | gpl-2.0 |
c0370bfa2a9389fa002791d82ff6aef28cf9ed5e | cxxr-devel/cxxr | src/extra/testr/filtered-test-suite/isnan/tc_isnan_8.R | expected <- eval(parse(text="c(FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, FALSE, TRUE, FALSE)"));
test(id=0, code={
argv <- eval(parse(text="list(c(-Inf, 2.17292368994844e-311, 4.3458473798... | 852 | gpl-2.0 |
fe2bcae4710984e7cb3b6ed1e95dc706b5dbb45c | h2oai/h2o-3 | h2o-r/tests/testdir_misc/runit_save_model_filename.R | setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source("../../scripts/h2o-r-test-setup.R")
test.save_model_filename <- function() {
data <- as.h2o(iris)
features <- c("Sepal.Length", "Sepal.Length", "Sepal.Width", "Petal.Length", "Petal.Width")
model <- h2o.gbm(x=features, y = "Species",... | 1,331 | apache-2.0 |
fe2bcae4710984e7cb3b6ed1e95dc706b5dbb45c | michalkurka/h2o-3 | h2o-r/tests/testdir_misc/runit_save_model_filename.R | setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source("../../scripts/h2o-r-test-setup.R")
test.save_model_filename <- function() {
data <- as.h2o(iris)
features <- c("Sepal.Length", "Sepal.Length", "Sepal.Width", "Petal.Length", "Petal.Width")
model <- h2o.gbm(x=features, y = "Species",... | 1,331 | apache-2.0 |
2333b7935b7b609da04d3a5f63a5e98ba7d781d4 | henkelstone/NPEL.Classification | R/Docs.R | # Miscellaneous documentation that didn't fit elsewhere
# Created 9.Oct.2015 from pre-existing code file started 6.Apr.2015
##### Constants #####
#' Package Constants
#'
#' Global constants that define the bounds of this packages functionality
#'
#' @section Constants:
#' \itemize{
#' \item \code{suppModels}: suppor... | 29,823 | gpl-3.0 |
601c0390963d833840d900a19436321fc365448d | lettis/prodyna | R/reaction_coords.R |
#' Compute dihedral angles.
#'
#' Dihedral angles for the given trajectory are computed using gmx.
#' The result is saved to <traj>.dih. A file <traj>.dih.info is generated
#' containing additional information (see \code{\link{write.dihedrals.info}}).
#'
#' If \code{ignoreCache} is set to \code{FALSE}, both output fil... | 15,890 | bsd-2-clause |
90c4118446ab7fef12a3accae9d6f08f258b8078 | tsahota/NMproject | R/NMproject-options.R | set_nm_opts <- function() {
## Internal function: will set all global variables
## put as much AZ specific code in here.
## add internal code library to code library
if (is.null(getOption("system_cmd"))) {
options(system_cmd = function(cmd, ...) {
if (.Platform$OS.type == "windows") shell(cmd, ...) e... | 17,606 | gpl-3.0 |
c5ca3b1a1a620bff47b61172f3ea78dbba285895 | rgorman/syntacto_stylistics | R_files/freq_table_lists/list_10-24-16_1234AM.R | null | 159,025 | cc0-1.0 |
8cf85b2cf9255b44d25fb9f3098f97d6df0132a4 | mpadge/bike-clusters | sortpart/R/num-clusts.R | #' num.clusts
#'
#' Calculates peak height and G-values as a function of numbers of clusters, to
#' determine the number of clusters that should be used for each of the four
#' data series. For plot=TRUE, it also reads the table of the same values (from
#' "results_prob_m.txt") to plot the additional probabilities of t... | 8,182 | gpl-2.0 |
0db9b9826cf3dbd099595af1ddf4f24f90bb50d2 | mhedwards/wine-st599 | Code/RandomPrediction.R | ##### RAndom Categorization
library(dplyr)
library(ggplot2)
OSU.orange <- rgb(243/255,115/255,33/255)
OSU.dkblue <- rgb(93/255,135/255,161/255)
OSU.ltblue<- rgb(156/255,197/255,202/255)
white.train <- read.csv("data/whitewine-trainingset.csv", header=T, stringsAsFactors=F)
qual <- white.train$quality
table(qual)
N ... | 1,824 | mit |
a5190631f38505d93ac5d5b557a9aed636bcde8d | eric-pedersen/groundfish-data-analysis | code/overall_community_change.R | #Clear workspace
rm(list=ls(all=TRUE))
#Packages####
library(plyr)
library(dplyr)
library(tidyr)
library(vegan)
library(RColorBrewer)
#Loading data and functions ####
source("code/functions.R")
load("data/year_geom_means.Rdata")
voronoi_data= read.csv("data/voronoi_data.csv", stringsAsFactors = F)
DFO_Dataset = rea... | 5,429 | mit |
26e1ace3875819e37d30517ae8f92a4c8c3f9129 | gmonette/spida2 | R/getR.R | #
# New functions
#' Extract R, G or V matrix in a mixed or GLS model
#'
#' These functions call \code{\link[nlme]{getVarCov}} in the
#' \pkg{nlme} package. They are intended to have names and functions
#' that are easy to remember.
#'
#' @param fit model created with \code{\link[nlme]{lme}} or
#' \code{\link[nlm... | 6,480 | gpl-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | saltstar/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | ajaysaini725/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | ron8hu/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | publicRoman/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | mike0sv/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | aray/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | apache-spark-on-k8s/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | dhruve/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | minixalpha/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
7065cb291ef0852d61790dd1cc40d845247427ce | frichote/replop | CL_code/code/test/main/test_main_LFMM/generator.R | # generate main
N = 10; M = 100;
name = paste("files/N",N,"_M",M,".lfmm",sep="");
write.table(matrix(sample(c(0,1,2,9),N*M,replace=TRUE),ncol=M),name,col.names=FALSE,row.names=FALSE,sep=" ")
name = paste("files/N",N,"_M",M,".env",sep="");
write.table(matrix(runif(N),ncol=1,nrow=N),name,col.names=FALSE,row.names=FALSE... | 330 | gpl-3.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | aokolnychyi/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | akopich/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | UndeadBaneGitHub/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | xflin/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | ericvandenbergfb/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | janewangfb/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
b869df02b1b07f8e86ea2717c5d4694caeb392e2 | rqkoelle/operfar | R/xadd.R | #' Add together two numbers.
#'
#' @param x A number.
#' @param y A number.
#' @return The sum of \code{x} and \code{y}.
#' @examples
#' add(1, 1)
#' add(10, 1)
add <- function(x, y) {
return(x + y)
} | 204 | mit |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | cin/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | nilsgrabbert/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | byakuinss/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | someorz/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | stanzhai/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
f46c97cf1176b2b5ee107397817ea056e157fb54 | MaximePonsart/Velib | src/modeleRF.R |
#génération du modèle de prévision statistique Random forest pour la période choisie
newModelRF <- function(periode) {
message(periode)
#---météo (début)
#teste si la météo a déjà été acquise pour cette période
fMeteo <- paste0("data/histo_meteo/meteo_",format(as.Date(periode), "%Y-%m"),".RDS")
if (... | 6,865 | gpl-3.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | liyichao/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | jlopezmalla/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
29218003a27b1b492500e1a66798f135714ffad3 | ramirez-a/seahorseFBA | R/sample_seahorse.R | #'@export sample_seahorse
#'@title Sample from the seahorse data
#'@author Alfred Ramirez <akram@bu.edu>
#'@description This function takes the data.frame returned by the function \code{\link{summarize_seahorse}} and returns
#'A data.frame with sampled measurements for the specified sample
#'@param x A data.frame
#'@pa... | 1,628 | mit |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | VigneshMohan1/spark-branch-2.3 | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | narahari92/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | SHASHANKB/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | shubhamchopra/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | 1haodian/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | nlalevee/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | liutang123/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | saturday-shi/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | poffuomo/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | adrian-ionescu/apache-spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | alunarbeach/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
6bbd201bf1d82855be04e16a3832651097ebf4b0 | map222/spark | R/pkg/tests/fulltests/test_Serde.R | #
# Licensed to the Apache Software Foundation (ASF) under one or more
# contributor license agreements. See the NOTICE file distributed with
# this work for additional information regarding copyright ownership.
# The ASF licenses this file to You under the Apache License, Version 2.0
# (the "License"); you may not us... | 2,415 | apache-2.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | pavel-odintsov/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | lehoangha/GSOE9712_S115_RA | packrat/lib/x86_64-pc-linux-gnu/3.2.1/packrat/resources/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | apache-2.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | jknowles/ModelEWS | packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | gpl-2.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | softwaresaved/SSINetworkGraphics | Fellows/R/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | bsd-3-clause |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | skurscheid/JCSMR_Genomics | R/TremethickLab/ChIP-QC/packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | gpl-2.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | youprofit/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | rolltime/rolltime-forecast | packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | mit |
56e24666026235351e02bf522c2300b5fbd78ec9 | Ialong/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | jondo/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | sperka/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | abhiatgithub/shogun-toolbox | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | sanuj/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | racksen/R_Trading_Scripts | packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | gpl-2.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | lukw00/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | elkingtonmcb/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | cdawei/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | chenmoshushi/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
5895eeb23827e3a3b1083acbdda5da4ec4f7cb7d | davetgerrard/GenomicLayers | scripts/pfs.chr22.1kb.par.R |
# Keep running optimisation until some threshold is passed or until a set number of runs have passed without improvement
# Log results every x iterations.
# THIS VERSION: 5 layers, 1kb around the tss
#
require(Biostrings)
#setwd('C:/Users/Dave/HalfStarted/predictFromSequence/')
#source('C:/Users/Dave/Dropbox/Temp/... | 4,727 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | rcurtin/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | ratschlab/ASP | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-2.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | AzamYahya/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | felipegerard/masters-thesis | packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | apache-2.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | yaman/coursera-R | week2/packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | apache-2.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | Fredin/hablaMty-wordClouds | packrat/lib/x86_64-w64-mingw32/3.2.1/packrat/resources/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | mit |
56e24666026235351e02bf522c2300b5fbd78ec9 | Saurabh7/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | mit |
56e24666026235351e02bf522c2300b5fbd78ec9 | youssef-emad/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | lehoangha/GSOE9712_S115_RA | packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | apache-2.0 |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | cbig/gpan-connectivity | packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | mit |
df857a30a4ffe8ab90ddacbbc541bccf5afa22eb | wilmeragsgh/WarmChat | packrat/init.R | local({
libDir <- file.path('packrat', 'lib', R.version$platform, getRversion())
## Escape hatch to allow RStudio to handle initialization
if (!is.na(Sys.getenv("RSTUDIO", unset = NA)) &&
is.na(Sys.getenv("RSTUDIO_PACKRAT_BOOTSTRAP", unset = NA))) {
Sys.setenv("RSTUDIO_PACKRAT_BOOTSTRAP" = "1")
... | 7,181 | mit |
56e24666026235351e02bf522c2300b5fbd78ec9 | kostajaitachi/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | shangwuhencc/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | curiousguy13/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | arasuarun/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
56e24666026235351e02bf522c2300b5fbd78ec9 | JingheZ/shogun | examples/undocumented/r_static/distance_chebyshew.R | library("sg")
fm_train_real <- t(as.matrix(read.table('../data/fm_train_real.dat')))
fm_test_real <- t(as.matrix(read.table('../data/fm_test_real.dat')))
# Chebyshew Metric
print('ChebyshewMetric')
dump <- sg('set_distance', 'CHEBYSHEW', 'REAL')
dump <- sg('set_features', 'TRAIN', fm_train_real)
dm <- sg('get_dista... | 432 | gpl-3.0 |
44b6bc74c7073d1a33a14684eaf2a9632bf1cfcb | Jan-hexit/APPR-2015-16 | shiny/ui.R | library(shiny)
shinyUI(fluidPage(
selectInput("x",label="x os",choices = c(colnames(profit[,-9]))),
selectInput("y",label="y os",choices = c(colnames(profit[,-9]))),
plotOutput("graf")
))
| 195 | mit |
9f4612d67b1f83e90114efd860e004a3e603f4ee | llrs/WGCNA | tests/testthat/test_kMEcomparisonScatterplot.R | library("WGCNA")
context("Testing kMEcomparisonScatterplot")
test_that("kMEcomparisonScatterplot", {
set.seed <- 100
ME <- matrix(0, 50, 5)
for (i in 1:5) {
ME[, i] <- sample(1:100, 50)
}
simData1 <- simulateDatExpr5Modules(MEturquoise = ME[, 1], MEblue = ME[, 2],
... | 1,048 | gpl-3.0 |
5655ab35f7812c44a117b715b2b644b7d7c56f26 | zbwrnz/metaoku | ui.R | source('config')
home_panel <- tabPanel(
'Home',
shiny::includeMarkdown(config$home_tab)
)
select_panel <- tabPanel(
'Select',
sidebarLayout(
sidebarPanel(
radioButtons('selected.dataset', 'Select a dataset', c('None' = 'none')),
uiOutput('dataset_description'),
... | 3,479 | mit |
e7f1462250996477dc5a4d7338f484ebcc8897b8 | cran/lossDev | R/BreakAnnualAggLossDevModelOutput.R | ##################################################################################################
## ##
## lossDev is an R-package. ##
## It is a Bayesi... | 37,951 | gpl-3.0 |
6c92e94f3a2c0625f8162e7d07791eba575c3ece | nathanlazar/BaTFLED3D | R/exp_var.R | #' Get the explained variance for a set of predictions
#'
#' Calculates 1-var(obs-pred)/var(obs). If verbose == TRUE the result is printed.
#'
#' @importFrom stats var
#'
#' @export
#' @param obs data.frame, vector or matrix
#' @param pred data.frame, vector or matrix
#' @param verbose logical indicating whether to ... | 981 | mit |
835f6f984615f6df16df5e6e211470e54e67393c | JovanSardinha/Project_Adleman | subset_extraction/getting_data.R | trainLabelsDir <- "./data/trainLabels.csv"
trainLabels <- read.csv(trainLabelsDir, header = TRUE)
# Givens
numClasses <- 9
tot_trainProp <- 0.8
trainProp <- 0.6
CVProp <- 0.2
tot_n <-1967
# Calculating the n for Train and CV sets
# train_n <- round((tot_n/tot_trainProp)*trainProp,0)
# CV_n <- round((tot_n/tot_trainP... | 2,206 | apache-2.0 |
5a27816aaa6be982268a66d5a6a920350567e792 | pchmieli/h2o-3 | h2o-test-integ/tests/hdfs-bigdata/runit_NOPASS_airlines_billion_rows.R | #----------------------------------------------------------------------
# Purpose: This test exercises HDFS operations from R.
#----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R')
ipPort <- get_a... | 2,645 | apache-2.0 |
5a27816aaa6be982268a66d5a6a920350567e792 | brightchen/h2o-3 | h2o-test-integ/tests/hdfs-bigdata/runit_NOPASS_airlines_billion_rows.R | #----------------------------------------------------------------------
# Purpose: This test exercises HDFS operations from R.
#----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R')
ipPort <- get_a... | 2,645 | apache-2.0 |
5a27816aaa6be982268a66d5a6a920350567e792 | datachand/h2o-3 | h2o-test-integ/tests/hdfs-bigdata/runit_NOPASS_airlines_billion_rows.R | #----------------------------------------------------------------------
# Purpose: This test exercises HDFS operations from R.
#----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R')
ipPort <- get_a... | 2,645 | apache-2.0 |
5a27816aaa6be982268a66d5a6a920350567e792 | kyoren/https-github.com-h2oai-h2o-3 | h2o-test-integ/tests/hdfs-bigdata/runit_NOPASS_airlines_billion_rows.R | #----------------------------------------------------------------------
# Purpose: This test exercises HDFS operations from R.
#----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R')
ipPort <- get_a... | 2,645 | apache-2.0 |
5a27816aaa6be982268a66d5a6a920350567e792 | junwucs/h2o-3 | h2o-test-integ/tests/hdfs-bigdata/runit_NOPASS_airlines_billion_rows.R | #----------------------------------------------------------------------
# Purpose: This test exercises HDFS operations from R.
#----------------------------------------------------------------------
setwd(normalizePath(dirname(R.utils::commandArgs(asValues=TRUE)$"f")))
source('../h2o-runit-hadoop.R')
ipPort <- get_a... | 2,645 | apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.