Displaying 17 results from an estimated 17 matches for "xtype".
Did you mean:
type
2009 Feb 26
0
AsciiGridPredict returns error in unionDataJoin
Dear list,
I am using AsciiGridPredict from the yaImpute package to make a spatial prediction of a randomForest model. When I call AsciiGirdPredict I am getting an error message, that I do not understand:
AsciiGridPredict(st.rf.fit, xlist, ylist, xtypes=NULL, rows=NULL, myPredFunc=NULL)
Rows per dot: 8 Rows to do: 884
ToDo: ..............................................................................................................
Done: Error in unionDataJoin(m1, m2) :
row names are requried within all input matrices
In addition: Warning...
2014 Jul 04
1
DESCRIPTION.in file causes R CMD check to fail?
...Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
# DESCRIPTION
# DESCRIPTION.in
#
echo x - DESCRIPTION
sed 's/^X//' >DESCRIPTION << 'END-of-DESCRIPTION'
XPackage: image2k
XType: Package
XTitle: interface between pixmap and Imlib2 and/or MagickWand
XVersion: 0.1
XDate: 2014-06-24
XAuthor: Greg Minshall
XMaintainer: Greg Minshall <minshall at acm.org>
XDescription: image2k creates pixmaps from any image file that is
X supported by the Imlib2 and/or MagickWand librari...
2007 Mar 28
4
Disabling ActiveRecord "type" column subclassing
Hi! I have a legacy table that has a column named "type" and need to
remove this automatic subclassing by ActiveRecord. The api pages are
vague about this, and I tried
self.inheritance_column = "xtype"
which seemed to get me half-way. In the validate_on_create method, the
value of self.type was my model Class name.
How would you disable this feature?
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are...
2011 Jan 05
1
Place of Django template tags inside of ext3.0 viewport panels
...of a
particular panel in my ext3 viewport... I have tried what is seen below,
but it doesn't seem to work..
var viewport=new Ext.Panel({
layout: 'border',
width:1200,
height:650,
renderTo: Ext.getBody(),
items: [{
region: 'north',
xtype: 'panel',
layout: 'fit',
--------------> html:{% placeholder base_content %},
width:1200,
height:50,
},{
region: 'center',
....
....
...
Thanks, Bill
2008 Nov 26
0
SVM
...-9999 -9999
4
<NA>
-9999
-9999 -9999
5
<NA>
-9999
-9999 -9999
6
<NA>
-9999
-9999 -9999
Error in AsciiGridImpute(object, xfiles, outfiles, xtypes = xtypes, lon =
lon, :
predict is not present in the predicted data
In addition: Warning message:
In `[<-.factor`(`*tmp*`, ri, value = c(-9999, -9999, -9999, -9999, :
invalid factor level, NAs generated
I am getting the following error message for SVM:
Rows per dot: 1 Rows to do: 163...
2009 May 05
0
illegal levels in yaImpute() / AsciiGridImpute()
...n I do the imputation.
It's probably because one of the landscape features ("as", for
aspect/slope) is stored in numeric form but is treated as a factor when
the yai object is created. "as" is also stored in numeric form in the
ascii grids, of course. I included an "xtypes" argument in the
AsciiGridImpute statement, but that did
not help. Some relevant statements are:
xfiles <- list(DEM_10 = "dem_10.asc", EASTING = "easting.asc",
NORTHING = "northing.asc", as = "asp_slop.asc")
AsciiGridImpute(yai_ob, xfile...
2006 Jun 03
1
Unable to connect to ms sql server.
I get the following error message when trying to connect to ms sql
server:
Open
OLE error code:80040E4D in Microsoft OLE DB Provider for SQL Server
Login failed for user ''XXXXXXXX''.
HRESULT error code:0x80020009
Exception occurred.
I google''d for those error codes but nothing useful so far. To set up
ruby for ms sql server, I followed the
2006 Jan 31
1
retrieving attributes of searchresults
...ent->new();
$doc->set_data($data->{article_id});
_add_attr($doc, { # pass fields with multifield values as arrayref
'XAID' => $data->{article_id},
'XTITLE' => $title, # arrayref
'XDATE' => $data->{publicationdate},
'XTYPE' => $data->{articletype},
'XTID' => $tid, # arrayref
'XTXC' => $txc, # arrayref
});
my @words = _get_text($data,$title);
for my $i (0 .. $#words) {
my $w = $words[$i]; $w =~ s/[\.-]$//g;
$doc->add_posting($w,++$i) if $w;
}
$db->add...
2004 May 19
0
cp weird behaviour, some copied files differ from original.
...o" (http://www.tldp.org/HOWTO/Hard-Disk-Upgrade/).
After the copy of files from the old disk (ext3) to the new one (ext3
also, but with larger partitions) some problems arose.
In fact the command to compare the two disks after the copy, find /
-path /proc -prune -o -path /new-disk -prune -o -xtype f -exec cmp {}
/new-disk{} \;
tells that there are some differences in some files.
Looking with vi I saw that it's true indeed.. Some characters are
different! Example, in a log file, there is a line where a '1' become a
'y' in the word 'May', and so on.
Manually rep...
2010 Nov 19
0
Error from sparse pattern matrix product
...following attempt to minimize memory consumption fails.
m1 <- Matrix(c(rep(1,1000), rep(0,2000)), 1500)
m2 <- as(m1, "ngCMatrix")
Then
m1 %*% c(1,2)
produces the desired matrix product, while
m2 %*% c(1,2)
results in the error
Error in x %*% y :
Cholmod error 'invalid xtype' at file:../MatrixOps/cholmod_sdmult.c, line 82
I might be making a wrong assumption that this should work, or another mistake,
but the error is somewhat cryptic, and reading the help pages and listing the
methods for %*% indicate that matrix products with x of class ngCMatrix
should work. An...
2010 Mar 24
1
Omega: behavior msize when collapsing results
...lts. The index contains 151452
documents. I'm using Omega 1.0.18 on FreeBSD (I tried both the version
in ports and the latest one from xapian.org). This is my indexscript:
uniqueid: boolean=Q unique=Q field=uniqueid
objectid: field=objectid boolean=XID value=0
objecttype: field=type boolean=XTYPE
language: field=language boolean=L
title: field=title index
content: index
catalog: field=catalog boolean=XCATALOG
number: field=number
searchnumber: field=searchnumber boolean=XNUMBER indexnopos
productgroup: field=productgroup boolean=XPRODUCTGROUP
property: field=property boolean=XPROPERTY...
2020 Jul 21
11
[RFC PATCH 0/4] PAM module for ssh-agent user authentication
Hi,
The main (and probably the only) use case of this PAM module is to let
sudo authenticate users via their ssh-agent, therefore without having
to type any password and without being tempted to use the NOPASSWD sudo
option for such convenience.
The principle is originally implemented by an existing module [0][1]
and many pages that explain how to use it for such purpose can be
found online.
2015 May 29
0
[PATCH v3] RFC: New virt-dib tool
...TH=\"%s\"
+export DIB_ENV=%s
+export TMPDIR=\"${TMP_MOUNT_PATH}/tmp\"
+export TMP_DIR=\"${TMPDIR}\"
+export DIB_DEBUG_TRACE=%d
+
+ENVIRONMENT_D_DIR=$target_dir/../environment.d
+
+if [ -d $ENVIRONMENT_D_DIR ] ; then
+ env_files=$(find $ENVIRONMENT_D_DIR -maxdepth 1 -xtype f | \
+ grep -E \"/[0-9A-Za-z_\\.-]+$\" | \
+ LANG=C sort -n)
+ for env_file in $env_files ; do
+ source $env_file
+ done
+fi
+
+$target_dir/$script
+"
+ (if debug >= 1 then "set -x\n" else "")
+ fakebindir
+ (quote tmpdir)
+...
2015 Jul 03
1
[PATCH v5] New tool: virt-dib
...TH=\"%s\"
+export DIB_ENV=%s
+export TMPDIR=\"${TMP_MOUNT_PATH}/tmp\"
+export TMP_DIR=\"${TMPDIR}\"
+export DIB_DEBUG_TRACE=%d
+
+ENVIRONMENT_D_DIR=$target_dir/../environment.d
+
+if [ -d $ENVIRONMENT_D_DIR ] ; then
+ env_files=$(find $ENVIRONMENT_D_DIR -maxdepth 1 -xtype f | \
+ grep -E \"/[0-9A-Za-z_\\.-]+$\" | \
+ LANG=C sort -n)
+ for env_file in $env_files ; do
+ source $env_file
+ done
+fi
+
+$target_dir/$script
+"
+ (if debug >= 1 then "set -x\n" else "")
+ fakebindir
+ (quote tmpdir)
+...
2015 Mar 31
0
[PATCH] WIP: New virt-dib tool
...TH=\"%s\"
+export DIB_ENV=%s
+export TMPDIR=\"${TMP_MOUNT_PATH}/tmp\"
+export TMP_DIR=\"${TMPDIR}\"
+export DIB_DEBUG_TRACE=%d
+
+ENVIRONMENT_D_DIR=$target_dir/../environment.d
+
+if [ -d $ENVIRONMENT_D_DIR ] ; then
+ env_files=$(find $ENVIRONMENT_D_DIR -maxdepth 1 -xtype f | \
+ grep -E \"/[0-9A-Za-z_\\.-]+$\" | \
+ LANG=C sort -n)
+ for env_file in $env_files ; do
+ source $env_file
+ done
+fi
+
+$target_dir/$script
+"
+ (if debug >= 1 then "set -x\n" else "")
+ fakebindir
+ (quote tmpdir)
+...
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...f TypeALU32 : Type<1>;
>> +def TypeCR : Type<2>;
>> +def TypeJR : Type<3>;
>> +def TypeJ : Type<4>;
>> +def TypeLD : Type<5>;
>> +def TypeST : Type<6>;
>> +def TypeSYSTEM : Type<7>;
>> +def TypeXTYPE : Type<8>;
>> +def TypeMARKER : Type<31>;
>>
>> //===----------------------------------------------------------------------===//
>> // Intruction Class Declaration +
>> //===----------------------------------------------------...
2015 Jun 16
2
[PATCH v4] RFC: New tool: virt-dib
...TH=\"%s\"
+export DIB_ENV=%s
+export TMPDIR=\"${TMP_MOUNT_PATH}/tmp\"
+export TMP_DIR=\"${TMPDIR}\"
+export DIB_DEBUG_TRACE=%d
+
+ENVIRONMENT_D_DIR=$target_dir/../environment.d
+
+if [ -d $ENVIRONMENT_D_DIR ] ; then
+ env_files=$(find $ENVIRONMENT_D_DIR -maxdepth 1 -xtype f | \
+ grep -E \"/[0-9A-Za-z_\\.-]+$\" | \
+ LANG=C sort -n)
+ for env_file in $env_files ; do
+ source $env_file
+ done
+fi
+
+$target_dir/$script
+"
+ (if debug >= 1 then "set -x\n" else "")
+ fakebindir
+ (quote tmpdir)
+...