Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.mahout.math.Vector Classes and Interfaces - 31 results found.
NameDescriptionTypePackageFramework
VectorThe basic interface including numerous convenience functions NOTE: All implementing classes must have a constructor that takes an int for cardinality and a no-arg constructor that can be used for marshalling the WritableInterfaceorg.apache.mahout.mathApache Mahout
Vector .ElementA holder for information about a specific item in the Vector.Interfaceorg.apache.mahout.math.VectorApache Mahout
VectorBinaryAggregateAbstract class encapsulating different algorithms that perform the Vector operations aggregate().Classorg.apache.mahout.mathApache Mahout
VectorBinaryAggregate .AggregateAllIterateSequentialClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateAllIterateThatLookupThisClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateAllIterateThisLookupThatClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateAllLoopClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateIterateIntersectionClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateIterateUnionRandomClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateIterateUnionSequentialClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateNonzerosIterateThatLookupThisClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAggregate .AggregateNonzerosIterateThisLookupThatClassorg.apache.mahout.math.VectorBinaryAggregateApache Mahout
VectorBinaryAssignAbstract class encapsulating different algorithms that perform the Vector operations assign().Classorg.apache.mahout.mathApache Mahout
VectorBinaryAssign .AssignAllIterateSequentialInplaceUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignAllIterateSequentialMergeUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignAllIterateThatLookupThisInplaceUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignAllIterateThatLookupThisMergeUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignAllIterateThisLookupThatInplaceUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignAllIterateThisLookupThatMergeUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignAllLoopInplaceUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignAllLoopMergeUpdatesClassorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignIterateIntersectionIf f(x, 0) = x and f(0, y) = 0 the zeros in x and y don't matter and we can iterate through the nonzeros This is only possible if both x and y support sequential access.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignIterateUnionRandomInplaceUpdatesIf f(0, 0) = 0 we can iterate through the nonzeros in either x or y.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignIterateUnionRandomMergeUpdatesIf f(0, 0) = 0 we can iterate through the nonzeros in either x or y.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignIterateUnionSequentialInplaceUpdatesIf f(0, 0) = 0 we can iterate through the nonzeros in either x or y.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignIterateUnionSequentialMergeUpdatesIf f(0, 0) = 0 we can iterate through the nonzeros in either x or y.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignNonzerosIterateThatLookupThisInplaceUpdatesIf f(x, 0) = x, the zeros in y don't matter and we can simply iterate through the nonzeros of y.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignNonzerosIterateThatLookupThisMergeUpdatesIf f(x, 0) = x, the zeros in y don't matter and we can simply iterate through the nonzeros of y.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorBinaryAssign .AssignNonzerosIterateThisLookupThatIf f(0, y) = 0, the zeros in x don't matter and we can simply iterate through the nonzeros of x.Classorg.apache.mahout.math.VectorBinaryAssignApache Mahout
VectorIterableInterfaceorg.apache.mahout.mathApache Mahout
VectorViewClassorg.apache.mahout.mathApache Mahout