Implementing Affinity Propagation in R

R programming language resources Forums General chat Implementing Affinity Propagation in R

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1080
    viji
    Member

    I am a student and I am using Affinity Propagation in my research. I installed apcluster packages in R. I want to do affinity propagation to NSL-KDD data set which is in CSV format. I uploaded the data set by using

    > smp<- read.csv(“F:/nsl1.csv”, header=FALSE)
    > decision.table<-data.frame(smp)
    > View(smp)

    Now i want to do AP for the data set.

    i tried this command but it didn’t help.

    apcluster((s, smp, p=NA, q=NA, maxits=1000, convits=100, lam=0.9, includeSim=TRUE, details=FALSE, nonoise=FALSE, seed=NA, …))

    Can you please help me.
    Thank you in advance.

    #1093
    Johnvereen
    Member

    i tried this command but it didn’t help.
    i have used d a t i n g s c r i p t. n e t
    for my dating website. So i need someones suggestion about my datingscript and application. Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Scroll to top
Privacy Policy