Displaying 20 results from an estimated 1804 matches for "classifiers".
Did you mean:
classifier
2008 May 06
2
ActionController::InvalidAuthenticityToken in ClassifiedCon
I am editing a form it is taking the value but when i submit it
it shows the message
def edit
@classified = Classified.find(params[:id])
end
def update
@classified = Classified.find(params[:id])
if @classified.update_attributes(params[:classified])
redirect_to :action => ''show'', :id => @classified
else
render :action => ''edit''
end
end
and this is my
2011 Nov 02
4
undefined method `updated_at' for #<Classified:0x686c5e4>
HEllo, I have the following problem with rails, I am new in this...is
there anyone who explain to me what´s happens?
Thanks
See below:
NoMethodError in Classified#show
Showing app/views/classified/show.rhtml where line #17 raised:
undefined method `updated_at'' for #<Classified:0x686c5e4>
Extracted source (around line #17):
14:
15: <strong>Date Posted:</strong>
2007 Feb 11
8
Is ESFQ working?
Hi there, i am trying to shape a network for a college dorms...
INTERNET---- ETH0--------Nat Box-------ETH1--------LAN
I have set up classes of traffic (HTTP, FTP, MAIL, IM, OTHER) and i have
assigned a rate for everyone with a HTB qdisc. The limit based in traffic is
working flawlessly.
However, under every HTB class i have set up a ESFQ queue discipline with hash
value set to
2012 Feb 09
1
Tr: Re: how to pass weka classifier options with a meta classifier in RWeka?
...ayes that I have initially done with
> Weka. Now, I am trying to use RWeka in R.
>
> I have a problem of passing arguments to the CfsSubsetEval, BestFirst
> and NaiveBayes. I have first created an interface for the classifier
> with:
>
> AS<-make_Weka_classifier("weka/classifiers/meta/AttributeSelectedClassifier")
>
> And then I am trying to run the classifier with:
>
> nb.model<-AS(class~.,data=ex,
> ? ? ? ? ?control=Weka_control(
> ? ? ? ? ? ?E="weka.attributeSelection.CfsSubsetEval",
> ? ? ? ? ? ?S="weka.attributeSelection.Be...
2006 May 19
25
iptables CLASSIFY and MARK not working?
I have to match my packets based on MAC address, which I cannot do in
the POSTROUTING chain, so I do it in PREROUTING using MARK. Then, I
match on the MARK in the POSTROUTING chain to do a CLASSIFY. But this
does not seem to work:
wireless-r1 bwlimit # iptables -L -v -n -t mangle
Chain PREROUTING (policy ACCEPT 3353K packets, 941M bytes)
pkts bytes target prot opt in out source
2007 Nov 01
8
Mongrel 1.1
Hello Mongrels,
Mongrel 1.1 is out with fullblown JRuby support, some reorganization,
and some bugfixes. Also, Mongrel_cluster has been updated to 1.0.4.
Go subscribe to the all-new news feed, because we probably won''t
announce to the list anymore:
http://mongrel.rubyforge.org/rss.xml
Thanks
Evan, and the Mongrel Team
--
Evan Weaver
Cloudburst, LLC
2009 Jun 04
1
About classifier in RWeka
...ifier
on the other published data: (iris dataset has all numeric preditors)
> m<-J48(Species~., data=iris)
> e <- evaluate_Weka_classifier(m,
+ cost = matrix(c(0,2,1,0), ncol = 2),
+ numFolds = 10, complexity=TRUE, class=TRUE)
it threw me the error as below:
Error in .jnew("weka/classifiers/Evaluation", instances, costMatrix) :
Failed to create object of class `weka/classifiers/Evaluation'
In addition: Warning message:
In .jnew("weka/classifiers/Evaluation", instances, costMatrix) :
NewObject
("weka/classifiers/Evaluation","(Lweka/core/Instances;...
2005 Jan 30
5
simple questions about imq
Hi!
I have read all informations i could find, but some things are still not
clear.
My setup is:
---INTERNET1(eth0)-\ /- Local net1 (eth2)
GW
---INTERNET2(eth1)-/ \- Local net2 (eth3)
I have NAT and a working setup using HTB,SFQ, classifying with the
iptables -j CLASSIFY way. I shape only the traffic coming from the
internet heading to the intranet.
I would like
2007 Jul 11
2
RWeka control parameters classifiers interface
...tem.file("arff","iris.arff",package="RWeka")
data =read.arff(file=file)
rownames(data)=1:nrow(data)
colnames(data)[ncol(data)] ="class"
library(RWeka)
# Example: no parameter influence
mySMO =make_Weka_classifier(name="weka/classifiers/functions/SMO",class=NULL,handlers=list());
# Using control =Weka_control()
m1 =mySMO(formula=class~.,data=data[,],control=Weka_control(K="weka.classifiers.functions.supportVector.PolyKernel",E=2))
m2 =mySMO(formula=class~.,data=data[,],control=Weka_control(K="weka.clas...
2008 Feb 21
2
how to create ROC curve for 2 dimensional classifiers
Hi,
I understand for 1 d classifiers, you can use ROCR package.
Is there a package you can plot ROC curve for 2d classifiers? One of
my colleagues asked me about this. I have been quite puzzled,
conceptually, how you can do the ROC curve for 2d classifiers. Can
someone share his/her knowledge or experience?
Thanks in advance.
--...
2005 Sep 26
1
Qos, HFSC and VoIP
Hello,
I''m using Linux kernel 2.6.x and tc (from iproute2 package).
I''m trying to use HTB or HFSC scheduler in order to limite the rate of outgoing packets and also in order to minimiez delay for RTP stream.
But I didn''t suceed in having this 2 QoS services working.
I use Iptables in order to classify packets. Here is my HFSC conf.
In fact the pings that i send from
2007 Nov 27
1
Questions on RWeka classifiers?
Hi,
I am using some classifiers in RWeka packages and met a couple problems.
(1) J48 implements C45 classifier, the C45 should be able to handle missing
values in both training set and test set. But I found the J48
classifier can
not be evaluated on test set with missing values--it just ignore them.
(2) The ensemble cl...
2006 Sep 21
1
RE: Doubts regarding classifiers available
...fields of IP layer and its sublayer, so I think classify by ethertype is unavailable.
3) VLAN tag belongs to MAC layer! I''m not sure how to QoS for VLAN, can anybody give some advice?
Bests,
Yongle Lai
Hi,
I am a newbie working on tc tool, i want to know whether we have the following classifiers available
(1) source MAC address.
(2) destination MAC address.
(3) IEEE 802.1D user priority.
(4) Ethertype (IEEE 802.3, 1998 Length/Type Field).
Can any one help me in finding the help for the above classifiers.
Thanks in advance
Krishna Chaitanya
2004 Nov 03
0
Download ratio unstable
Hi, i''m newbie with traffic control. I create a script based in one from
Jason Boxman (thx a lot). the upload flow is prioritized well, but when i
download from a site, the down flow vary a lot from 25 KB to 4 KB. Before
i use this script the downloads are constant between 22 an 25 KB. Perhaps
there''s something wrong in my script ?
I paste it, thx.
2004 Nov 22
0
Testing if tc works as configured and shaping rtp traffic
Hi,
I have implemented qos at my gateway, mostly for speeding up dns and
[video,voice] chat traffic and to slow down p2p traffic. It seems every
thing is working properly, as by browsing speed has been improved. But I
want to test it by sending various traffic and to see through which
qdisc the traffic flows, so that i can be certain that it is working
the way I want it to work.
The rules
2006 May 05
3
iptables CLASSIFY vs fwmark?
Could someone comment on the benefits of using CLASSIFY vs fwmark (or
vice versa) in iptables?
I''m getting ready to implement some basic tc for VoIP and most of the
examples seem to use the (older?) fwmark syntax. Should I convert these
to CLASSIFY? Can the two syntaxes be mixed? Also with U32?
TIA,
Edwin
--
<=+=+=+==+=+=+==+=+=+=+=+=+=+=+=>
Edwin Whitelaw, P.E.
New River
2005 Oct 06
0
problem with classifying
Hello list
I have a problem with classifying traffic from two providers, and about
600 users.
I have the following situation:
P1-\ | linux |
--eth0-| box |-eth1
P2-/ | |
P1 and P2 are coming from VLANs. I have 4 type traffic which I want to
classify.
The traffic is divided as follows:
P1 - 100mbit from realm 0x70000
10mbit from realm ! 0x70000
2005 Jul 15
6
Problems setting up nested qdisc, feedback to LARTC HOWTO
Hi all,
based on the information in the "Linux Advanced Routing & Traffic
Control HOWTO", I was trying to set up traffic shaping on my firewall.
While I found the HOWTO very useful, in the process I ran into some
problems that I did not forsee: According to the HOWTO it seems that
it should have worked, even after spending some time going through the
sections looking for answers,
2006 Jun 02
2
Bi-directional packet classification with ACK prioritization
Sorry for making this a cross-post, but the pressure is on for getting
this bandwidth shaper working.
I have an interesting dilemma with bi-directional packet classification
while doing ACK prioritization. This is an overly simplified summary of
my setup:
Internet
|
Eth0
|
Router
|
Eth1
|
Intranet
A client on the Intranet establishes a flow to a server on the Internet.
Packets get
2007 Mar 11
5
Mysql::Error #28000Access denied
I''m on MAC OSX and I set up my environment as described here:
http://hivelogic.com/narrative/articles/ruby_rails_lighttpd_mysql_tiger?status=301
This may be too old and I just realized that, but before I attempt
Building Ruby, Rails, Subversion, Mongrel, and MySQL on Mac OS X:
http://hivelogic.com/narrative/articles/ruby-rails-mongrel-mysql-osx
Okay, I purchased a book "Rails