Coder Social home page Coder Social logo

dualiso's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

niklasteichmann

dualiso's Issues

scalac DualIso.scala not runnning

hii..
I tried running dual iso algo example using: scalac DualIso.scala
it says:
DualIso.scala:13: error: object util is not a member of package scalation
import scalation.util.time
^
DualIso.scala:22: error: not found: type GraphMatcher
extends GraphMatcher (g, q)
^
DualIso.scala:21: error: not found: type Graph
class DualIso (g: Graph, q: Graph)
^
DualIso.scala:21: error: not found: type Graph
class DualIso (g: Graph, q: Graph)
^
DualIso.scala:22: error: no arguments allowed for nullary constructor Object: ()Object
extends GraphMatcher (g, q)
^
DualIso.scala:24: error: not found: type DualSim2
private val duals = new DualSim2 (g, q) // object for Dual Simulation algorithm
^
DualIso.scala:82: error: not found: value CHECK
if (matches.size % CHECK == 0) println ("dualIso: matches so far = " + matches.size)
^
DualIso.scala:137: error: not found: value Graph
val g = Graph.g1
^
DualIso.scala:138: error: not found: value Graph
val q = Graph.q1
^
DualIso.scala:146: error: not found: value time
val psi = time { matcher.bijections () } // time the matcher
^
DualIso.scala:159: error: not found: value Graph
val g = Graph.g2
^
DualIso.scala:160: error: not found: value Graph
val q = Graph.q2
^
DualIso.scala:168: error: not found: value time
val psi = time { matcher.bijections () } // time the matcher
^
DualIso.scala:187: error: not found: value GraphGen
val g = GraphGen.genRandomGraph (gSize, nLabels, gAvDegree, false, "g")
^
DualIso.scala:188: error: not found: value GraphGen
val q = GraphGen.genBFSQuery (qSize, qAvDegree, g, false, "q")
^
DualIso.scala:191: error: not found: value time
val psi = time { matcher.bijections () } // time the matcher
^
16 errors found

Can you help me to make it run properly?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.