Questions tagged [visualize]

Visualize.js is a javascript library that is used to incorporate Jaspersoft reports inside web applications. It comes bundled with the commercial edition of Jaspersoft,

Using Visualize.js, developers can embed interactive HTML5 visualizations or multi-element reports using standard JavaScript. Developers can quickly and easily call backend JasperReports Server services using REST calls for common functions such as user authentication, data connectivity, repository services and more. Visualize.js can enhance the way data is presented to end users within your web application.

For further information see this link Visualize.js - Getting Started

126 questions
0
votes
1 answer

powerful ways or suggestions to visualize data by ggplot2 in R

I want to use ggplot2 to visualize my data in R.The dataset where have Group is participating teams,the locat is where they competed ,and the reason why they fail(in %).I am trying to visualize Group ,locat and reason_type1 to reason_type4.The plot…
Ollie
  • 137
  • 5
0
votes
0 answers

Python, visualize global feature importance of xgb model at local (pixel) scale

Overall, I want to explain NDVI trends at global scale and then visualize which feature was the most important at pixel level. I use SHAP to get the feature importance and can easily visualize them. Is there then a way to disaggregate global feature…
Christin Abel
  • 301
  • 1
  • 3
  • 10
0
votes
0 answers

Cannot run video segmentation using Mask_Rcnn using visualie_cv2.py

I am getting this type of error C:\Users\USER\Downloads\Mask_RCNN-master>python visualize_cv2.py 2023-02-25 00:10:02.147757: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'cudart64_110.dll'; dlerror:…
0
votes
0 answers

I am not understanding the output in R for the Lasso (binary) regression using the package glmnet

I all, I am working on a manuscript. I am using lasso regression (binary) in R (glmnet package) to determine which variables best predict outcome in patients admitted to the hospital from COVID-19 symptoms. I had 247 patients, 101 patients ended up…
Gerry
  • 1
  • 1
0
votes
0 answers

How to make a dynamic visualized graph with JgraphX?

I'm have a trouble with my project( at school). I need show how DFS, BFS,... work in Java and I decided to make it with JgraphX after watching this video: https://www.youtube.com/watch?v=oRR6VW5AIvM&t=7s . But this trouble is I couldn't find any…
Anh Tuan
  • 1
  • 1
0
votes
0 answers

Unable to display iplot visualization on google colab

I'm trying to visualize my data, I have import pandas and plotly. The problem is it run normal but no visual show up. Here is the code All the librarys I import: %matplotlib inline from math import sqrt from numpy import concatenate from matplotlib…
Cento
  • 3
  • 4
0
votes
0 answers

How can I view the visualize TAB in Postman Collection Runner?

quick question I have my Data formatted in excel table in the visualize but when I run the collection Runner My visualize tab "gone" any way I can get the visualize tab on the Collection Runner or anyway I can get my console log in Excel format .…
Ben
  • 1
  • 1
0
votes
0 answers

How to visualize rownames of specific data points within a cluster plot in R?

I have calculated clusters with a big dataset (1) and found four clusters which I plotted. Now I have 30 new data points (2) that I want to plot in/ on top of the existing clusters in order to see which of the new data points is closest to the…
0
votes
1 answer

Creating Printable Tree Templates for Tracing Algorithms

I want to do some manual tracing of algorithms involving trees. I'd like to be able to create printable trees with empty nodes, like the one shown below, but to at least a couple more levels of depth. I'd also like to be able to have different…
Robin Andrews
  • 3,514
  • 11
  • 43
  • 111
0
votes
0 answers

How to make the "Visualization of attention maps for the attention-based method"?

I use this site first time. Please understand that my English is not good. My study is zero-shot learning to recognize images. My question is how to make Visualization of attention maps for the attention-based method. enter image description…
0
votes
2 answers

How to Print jQuery Visualize to PDF Using TCPDF

I am building a site using CodeIgniter and I'm using jQuery Visualize to generate some charts. Now i need to print those charts into PDF (i'm using TCPDF now) but i couldn't find a way to print the charts (AFAIK jQuery Visualize use Ajax to create…
why.you.and.i
  • 497
  • 8
  • 20
0
votes
0 answers

xaxis and yaxis is going crazy someone help me

I've been struggling to make my xaxis and yaxis look pretty, but I don't know how to make it right.... I've tried to adjust xlim, ylim, xaxis, yaxis... but those black words of xaixs and yaxis is keep getting overlapped and this simple thing is…
0
votes
1 answer

Expand value_counts() view?

Does anybody know how I visualize all values?
Victor Castro
  • 105
  • 1
  • 6
0
votes
1 answer

visualize the point cloud .obj file

I have the error when visualizing the point cloud by using open3d. My code is import numpy as np import open3d as o3d if name == "main": print("Load a ply point cloud, print it, and render it") pcd = o3d.io.read_point_cloud(r"D:\1. PSM…
mohd
  • 1
  • 1
  • 1
0
votes
1 answer

How to visualize large dataset ? Such as ucf101, hmdb51?

Nowadays, I want to visualize some video datasets. However, I don't know which tool I should select. Tensorboard ? But I think it can't solve my problem, because it is based on traditional machine learning mathod, such as pca. So is there any more…
1 2 3
8 9