similar to: New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2

Displaying 20 results from an estimated 1000 matches similar to: "New package for interactive brushing/cropping/deleting points from RGL : sculpt3d v 0.2"

2010 Feb 19
0
"tsne" package for t-SNE dimensionality reduction
I'd like to announce the availability of the "tsne" package. It provides the T distributed Stocastic Neighbor Embedding algorithm by van der Maaten and Hinton: 1. http://ict.ewi.tudelft.nl/~lvandermaaten/t-SNE.html 2. L.J.P. van der Maaten and G.E. Hinton. Visualizing High-Dimensional Data Using t-SNE. Journal of Machine Learning Research 9(Nov):2579-2605, 2008. [
2010 Feb 19
0
"tsne" package for t-SNE dimensionality reduction
I'd like to announce the availability of the "tsne" package. It provides the T distributed Stocastic Neighbor Embedding algorithm by van der Maaten and Hinton: 1. http://ict.ewi.tudelft.nl/~lvandermaaten/t-SNE.html 2. L.J.P. van der Maaten and G.E. Hinton. Visualizing High-Dimensional Data Using t-SNE. Journal of Machine Learning Research 9(Nov):2579-2605, 2008. [
2009 Aug 13
1
eurodist example dataset is malformed
The eurodist dataset (my favorite for mds) is malformed. Instead of a standard distance matrix, it's a data frame. The rownames have gotten 'bumped' to a new anonymous dimension "X". It's possible to fix the data, but it messes up a lot of example code out there. X Athens Barcelona Brussels Calais ... 1 Athens 0 3313 2963 3175 2 Barcelona
2012 May 08
0
ANN: bigml package for R bigml_0.1.tar.gz
The "bigml" package is an R wrapper for the BigML API: https://bigml.com/developers It contains straightforward methods for most of the relevant API end points, as well as some fancier methods that allow for direct translations from R dataframes directly into datasets appropriate for BigML. Excerpt from an upcoming blog post, which describes the package in more detail: Today BigML
2012 May 08
0
ANN: bigml package for R bigml_0.1.tar.gz
The "bigml" package is an R wrapper for the BigML API: https://bigml.com/developers It contains straightforward methods for most of the relevant API end points, as well as some fancier methods that allow for direct translations from R dataframes directly into datasets appropriate for BigML. Excerpt from an upcoming blog post, which describes the package in more detail: Today BigML
2008 Mar 01
1
How to chain user mouse handlers in rgl
Dear Rglers, With rgl, I would like to set marker when a button is pressed, but leave the standard trackball handling otherwise. Thanks to Duncan and Oleg for helping me handling key down. How do I say in a custom mouse handler "after having done your work, forward to standard trackball once only"? The example below shows the idea, but it works only once, then reverts to standard
2012 May 20
1
Axis mayhem in plot3d
Wise people, I have a plot of age, vertebral level and depth of the spinal cord from the skin in children that I can interact with in sculpt3d: sculpt3d(Depth[,4],Depth$LevelNo,Depth$Depth,type="s",radius=.3, alpha=.5) decorate3d(axes=FALSE, box=FALSE,xlab="Age", ylab="Level",zlab="Depth") To make it more intelligible I would like to replace the x, y and
2011 Jul 18
0
[PATCH node] fix ipv6 support in dns/ntp callbacks
Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-setup.py | 42 +++++++++++++++++++++++++++++++++++----- 1 files changed, 36 insertions(+), 6 deletions(-) diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py index d55ea36..753c80d 100755 --- a/scripts/ovirt-config-setup.py +++ b/scripts/ovirt-config-setup.py @@ -231,7 +231,8 @@ class
2007 Mar 16
2
scatterplot brushing
Is there a package (other than xgobi which requires an X server) that will do scatterplot brushing? I see a mention in the mail archive of R-orca by Anthony Rossini but it is not in the current list of packages. My OS is Windows XP version 5.1, service pack 2 R version 2.4.1 (2006-12-18) Thanks [[alternative HTML version deleted]]
2007 Jun 12
2
[OT]Web-Based Data Brushing
I apologize for the off-topic post, but my Google search did not turn up much and I thought people on this list my have knowledge of this. I am looking for examples of data brushing (i.e. dynmaic linked plots) either on a web site, or in a web-based application, such as an AJAX app. Even better if there is a way to do this in R. Thanks for any help. -Roy M. **********************
2009 May 20
2
Manager ExtensionState function
Hi, I am trying to get the extension status (weather it has dialed outgoing call via SIP or IAX2), using the following piece of code however it always returns -1 on all the extensions (valid/invalid). Am i missing something ? Any help. Thanks ----------------------------------- #!/usr/bin/perl use Asterisk::Manager; use lib './lib', '../lib'; $|++; my $astman = new
2011 Aug 11
0
[PATCH] map nics-> bridges correctly in network pages, when cancelling nic configuration return to network page
rhbz#720568 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/ovirt-config-setup.py | 41 +++++++++++++++++------------------------ 1 files changed, 17 insertions(+), 24 deletions(-) diff --git a/scripts/ovirt-config-setup.py b/scripts/ovirt-config-setup.py index 4bd46d5..bddf6aa 100755 --- a/scripts/ovirt-config-setup.py +++ b/scripts/ovirt-config-setup.py @@ -774,6 +774,7
2011 Aug 03
0
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations.
rhbz#698650 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/network.py | 3 +- scripts/ovirt-config-setup.py | 46 +++++++++++++++++++++++++++++++++------- scripts/ovirtfunctions.py | 22 +++++++++++-------- 3 files changed, 53 insertions(+), 18 deletions(-) diff --git a/scripts/network.py b/scripts/network.py index ccc4bd8..f51ee7c 100644 ---
2005 Jul 26
1
Perl AGI
I am wondering if anyone can help me figure out how to do something. I'm running a simple perl AGI which at the end of the call, creates a MySQL row with some of the tasks done during the AGI session. However, when the call is unexpectedly dropped (possibly the caller hangs up before finishing the entire AGI flow), I don't get the MySQL row created. I'm wondering if there is
2011 Aug 03
1
[PATCH] display ipv6 address in networking details page, also fix ipv6 netmask configurations
rhbz#698650 Signed-off-by: Joey Boggs <jboggs at redhat.com> --- scripts/network.py | 3 +- scripts/ovirt-config-setup.py | 48 ++++++++++++++++++++++++++++++++++------ scripts/ovirtfunctions.py | 20 ++++++++++------ 3 files changed, 54 insertions(+), 17 deletions(-) diff --git a/scripts/network.py b/scripts/network.py index ccc4bd8..f51ee7c 100644 ---
2009 Oct 17
0
Totally untested patch for cropping in Jheora
The attached patch attempts to implement Theora's cropping frame in Cortado. I make no claim that it is likely to work, as I have no clue how to build and test Jheora/Cortado. Please test. Thank you. I can at least confirm that CropImageFilter and FilteredImageSource were present in JDK 1.1. Performance impact in the absence of cropping should be negligible. With cropping, there might be
2006 Aug 29
0
Small utility to modify Theora file aspect ratio / frame rate / cropping
Hello, I encoded a bunch of theora video files from my DVDs. I thought for a long time that mplayer was broken because it displayed the aspect ratio wrong. Then I found out that the aspect ratio I was specifying was supposed to be the pixel aspect ratio, not the video aspect ratio. (This is extremely confusing and I urge you to change the semantics of encoder_example. I also urge you to check for
2006 Mar 08
3
file_column Cropping -> image offset information
Hello, I had a problem cropping images with file_column. These are my settings: file_column :image, :magick => { :versions => { :thumb => "80x80>", :medium => "150x150>", :square => { :crop => "1:1", :size => "50x50!" } },
2007 Feb 22
0
Cropping images with RMagick after uploading with acts_as_attachment
Hi, I''m using acts_as_attachment to create thumbnails in a filesystem (no problem there), but I''m having a rough time figuring out how modify the image to crop it, and then put it back into the filesystem. I think that I can pull the image OK and modify the Image OK with RMagick. So really I just need a pointer on putting it back into the filesystem as a modified thumbnail,
2018 Jun 04
0
LDAP Account Manager 6.4.RC1 with image cropping and external password check
LDAP Account Manager (LAM) 6.4.RC1 - June 4th, 2018 =================================================== LAM is a web frontend for managing accounts stored in an LDAP directory. Announcement: ------------- User photos can be cropped to display only the important part of an image. Passwords can be checked via an external password service such as https://haveibeenpwned.com/. The account list